public class StringPropertyEditor extends ConfiguratorEditorSupport
Modifier and Type | Class and Description |
---|---|
protected static class |
StringPropertyEditor.QuickTabbedPane |
addGlue
bean, BUTTON_MARGIN, canceled, fpmi, LARGE_DIMENSION, MEDIUM_DIMENSION, modelColumn, modelRow, panel, propertyName, SMALL_DIMENSION, tableModel, TINY_DIMENSION
Constructor and Description |
---|
StringPropertyEditor() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValue() |
protected void |
init(java.beans.FeatureDescriptor descriptor) |
protected void |
initComponents()
This is where you can add your own components to the "panel" field.
|
protected void |
onEditorClosed() |
protected void |
onEditorOpened() |
void |
setValue(java.lang.Object value) |
createDynamicOptsButton, isBindableEnabled, setBindableEnabled
getBean, getContext, getCustomEditor, getFPMIContext, getPropertyName, init, isCanceled, setAlignment, supportsCustomEditor
public void setValue(java.lang.Object value)
setValue
in interface java.beans.PropertyEditor
setValue
in class java.beans.PropertyEditorSupport
public java.lang.Object getValue()
getValue
in interface java.beans.PropertyEditor
getValue
in class java.beans.PropertyEditorSupport
protected void init(java.beans.FeatureDescriptor descriptor)
init
in class ConfiguratorEditorSupport
protected void initComponents()
ConfiguratorEditorSupport
initComponents
in class ConfiguratorEditorSupport
protected void onEditorOpened()
protected void onEditorClosed()