Class UDTPropertyEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- com.inductiveautomation.factorypmi.designer.property.editors.bb.SwingEditorSupport
-
- com.inductiveautomation.factorypmi.designer.property.editors.ConfiguratorEditorSupport
-
- com.inductiveautomation.factorypmi.designer.property.editors.UDTPropertyEditor
-
- All Implemented Interfaces:
BindablePropertyEditor
,java.beans.PropertyEditor
public class UDTPropertyEditor extends ConfiguratorEditorSupport
-
-
Field Summary
-
Fields inherited from class com.inductiveautomation.factorypmi.designer.property.editors.ConfiguratorEditorSupport
addGlue
-
Fields inherited from class com.inductiveautomation.factorypmi.designer.property.editors.bb.SwingEditorSupport
bean, BUTTON_MARGIN, canceled, fpmi, LARGE_DIMENSION, MEDIUM_DIMENSION, modelColumn, modelRow, panel, propertyName, SMALL_DIMENSION, tableModel, TINY_DIMENSION
-
-
Constructor Summary
Constructors Constructor Description UDTPropertyEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.swing.JButton
createDynamicOptsButton()
protected void
initComponents()
This is where you can add your own components to the "panel" field.void
setValue(java.lang.Object o)
protected void
updateUDTDef()
-
Methods inherited from class com.inductiveautomation.factorypmi.designer.property.editors.ConfiguratorEditorSupport
init, isBindableEnabled, setBindableEnabled
-
Methods inherited from class com.inductiveautomation.factorypmi.designer.property.editors.bb.SwingEditorSupport
getBean, getContext, getCustomEditor, getFPMIContext, getPropertyName, init, isCanceled, setAlignment, supportsCustomEditor
-
-
-
-
Method Detail
-
initComponents
protected void initComponents()
Description copied from class:ConfiguratorEditorSupport
This is where you can add your own components to the "panel" field. It has a box layout and the binding button will be added after this method is called.- Specified by:
initComponents
in classConfiguratorEditorSupport
-
updateUDTDef
protected void updateUDTDef()
-
createDynamicOptsButton
protected javax.swing.JButton createDynamicOptsButton()
- Overrides:
createDynamicOptsButton
in classConfiguratorEditorSupport
-
setValue
public void setValue(java.lang.Object o)
- Specified by:
setValue
in interfacejava.beans.PropertyEditor
- Overrides:
setValue
in classjava.beans.PropertyEditorSupport
-
-