public class CheckBoxEditorFactory
extends oracle.bali.inspector.editor.EditorComponentFactory
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
FALSE  | 
static java.lang.String | 
TRUE  | 
| Constructor and Description | 
|---|
CheckBoxEditorFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
canCreateEditorFrom(java.lang.Object initialValue)  | 
java.awt.Component | 
createInlineEditor(oracle.bali.inspector.PropertyEditorFactory2 propertyEditor)  | 
java.awt.Component | 
updateInlineEditor(java.awt.Component current, oracle.bali.inspector.PropertyEditorFactory2 propertyEditor)  | 
public static final java.lang.String TRUE
public static final java.lang.String FALSE
public boolean canCreateEditorFrom(java.lang.Object initialValue)
canCreateEditorFrom in class oracle.bali.inspector.editor.EditorComponentFactorypublic java.awt.Component createInlineEditor(oracle.bali.inspector.PropertyEditorFactory2 propertyEditor)
createInlineEditor in class oracle.bali.inspector.editor.EditorComponentFactory
public java.awt.Component updateInlineEditor(java.awt.Component current,
                                    oracle.bali.inspector.PropertyEditorFactory2 propertyEditor)
updateInlineEditor in class oracle.bali.inspector.editor.EditorComponentFactory