Package com.wirefusion.propertyeditor

Interface Summary
PropertyEditorCollectionFactory Classes with properties using property editors must implements this interface.
 

Class Summary
BooleanPropertyEditor This editor is intended for use with boolean properties.
ColorPropertyEditor This editor is intended for use with color properties.
ComboBoxPropertyEditor This editor is intended for selecting an item from a list of string items.
ComponentPropertyEditor This editor can be seen as a dummy editor and is only intended for use where you just want to display a component i the property editor.
FilePropertyEditor This editor is intended for file selection.
LabelPropertyEditor This "editor" displays a non editable single line string value
NumberPropertyEditor This editor is intended for use with number properties.
PropertyEditorCollection PropertyEditorCollection objects are used to bundle property editors.
StringPropertyEditor This editor is intended for use with String properties.
TextPropertyEditor This editor is intended for use with multiline text properties.
WfPropertyEditor A WfPropertyEditor class provides support for Wobs that want to allow users to edit a property value of a given type.