Class SwingObjectEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- com.inductiveautomation.factorypmi.designer.property.editors.bb.SwingEditorSupport
-
- com.inductiveautomation.factorypmi.designer.property.editors.bb.SwingObjectEditor
-
- All Implemented Interfaces:
java.beans.PropertyEditor
public class SwingObjectEditor extends SwingEditorSupport
A property editor which allows for the display and instantaition of arbitrary objects. To instantiate the object, type the package and the class in the text field and press Enter. The Class should be in the classpath.
-
-
Field Summary
-
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 SwingObjectEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setValue(java.lang.Object value)
-
Methods inherited from class com.inductiveautomation.factorypmi.designer.property.editors.bb.SwingEditorSupport
getBean, getContext, getCustomEditor, getFPMIContext, getPropertyName, init, init, isCanceled, setAlignment, supportsCustomEditor
-
-