|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PropertyEditor in org.openbp.guiclient.objectvalidators |
|---|
| Methods in org.openbp.guiclient.objectvalidators with parameters of type PropertyEditor | |
|---|---|
boolean |
WorkflowTaskValidator.validateProperty(java.lang.String propertyName,
java.lang.Object propertyValue,
java.lang.Object editedObject,
PropertyEditor propertyEditor,
boolean complete)
Property validator method. |
boolean |
ValidatorBase.validateProperty(java.lang.String propertyName,
java.lang.Object propertyValue,
java.lang.Object editedObject,
PropertyEditor propertyEditor,
boolean complete)
Validates an edited property. |
boolean |
JavaActivityItemValidator.validateProperty(java.lang.String propertyName,
java.lang.Object propertyValue,
java.lang.Object editedObject,
PropertyEditor propertyEditor,
boolean complete)
Property validator method. |
boolean |
DisplayObjectValidator.validateProperty(java.lang.String propertyName,
java.lang.Object propertyValue,
java.lang.Object editedObject,
PropertyEditor propertyEditor,
boolean complete)
Property validator method. |
boolean |
DescriptionObjectValidator.validateProperty(java.lang.String propertyName,
java.lang.Object propertyValue,
java.lang.Object editedObject,
PropertyEditor propertyEditor,
boolean complete)
Property validator method. |
boolean |
DataMemberValidator.validateProperty(java.lang.String propertyName,
java.lang.Object propertyValue,
java.lang.Object editedObject,
PropertyEditor propertyEditor,
boolean complete)
Property validator method. |
boolean |
ComplexTypeValidator.validateProperty(java.lang.String propertyName,
java.lang.Object propertyValue,
java.lang.Object editedObject,
PropertyEditor propertyEditor,
boolean complete)
Property validator method. |
| Uses of PropertyEditor in org.openbp.guiclient.propertyeditors |
|---|
| Classes in org.openbp.guiclient.propertyeditors that implement PropertyEditor | |
|---|---|
class |
ComponentSelectionEditor
Component selection editor. |
class |
DataMemberPathSelectionEditor
Component selection editor. |
| Uses of PropertyEditor in org.openbp.jaspira.propertybrowser |
|---|
| Fields in org.openbp.jaspira.propertybrowser declared as PropertyEditor | |
|---|---|
PropertyEditor |
PropertyBrowserEvent.propertyEditor
Property editor |
| Constructors in org.openbp.jaspira.propertybrowser with parameters of type PropertyEditor | |
|---|---|
PropertyBrowserEvent(int eventType,
PropertyEditor propertyEditor)
Constructor. |
|
PropertyBrowserEvent(int eventType,
PropertyEditor propertyEditor,
java.awt.event.KeyEvent keyEvent)
Constructor. |
|
| Uses of PropertyEditor in org.openbp.jaspira.propertybrowser.editor |
|---|
| Classes in org.openbp.jaspira.propertybrowser.editor that implement PropertyEditor | |
|---|---|
class |
AbstractPropertyEditor
The abstract property editor provides some of the generic methods needed by any property editor implementing the property editor interface. |
| Methods in org.openbp.jaspira.propertybrowser.editor with parameters of type PropertyEditor | |
|---|---|
void |
PropertyEditorListenerAdapter.componentCreated(PropertyEditor editor)
Called after the editor component has been initialized. |
void |
PropertyEditorListener.componentCreated(PropertyEditor editor)
Called after the editor component has been initialized. |
void |
PropertyEditorListenerAdapter.initialized(PropertyEditor editor)
Called after the editor has been initialized. |
void |
PropertyEditorListener.initialized(PropertyEditor editor)
Called after the editor has been initialized. |
boolean |
PropertyValidator.validateProperty(java.lang.String propertyName,
java.lang.Object propertyValue,
java.lang.Object editedObject,
PropertyEditor propertyEditor,
boolean complete)
Validates an edited property. |
void |
PropertyEditorListenerAdapter.valueChanged(PropertyEditor editor)
Called after a value has been selected by the user (not if the value has been set programmatically). |
void |
PropertyEditorListener.valueChanged(PropertyEditor editor)
Called after a value has been selected by the user (not if the value has been set programmatically). |
| Constructors in org.openbp.jaspira.propertybrowser.editor with parameters of type PropertyEditor | |
|---|---|
EditorParameterParser(PropertyEditor editor)
Default Constructor |
|
| Uses of PropertyEditor in org.openbp.jaspira.propertybrowser.editor.standard |
|---|
| Classes in org.openbp.jaspira.propertybrowser.editor.standard that implement PropertyEditor | |
|---|---|
class |
BooleanEditor
Property editor for boolean values used by the property browser. |
class |
IntegerEditor
A property editor for integer values used by the property browser. |
class |
MultiLineStringEditor
Editor for multi line strings. |
class |
PathEditor
File name/path editor. |
class |
SelectionEditor
A property editor for collection of strings, displayed in a combo box. |
class |
StringEditor
A property editor for string values used by the property browser. |
| Uses of PropertyEditor in org.openbp.jaspira.propertybrowser.nodes |
|---|
| Methods in org.openbp.jaspira.propertybrowser.nodes that return PropertyEditor | |
|---|---|
PropertyEditor |
PropertyNode.getPropertyEditor()
Gets the the propertyEditor associated with the property descriptor. |
| Methods in org.openbp.jaspira.propertybrowser.nodes with parameters of type PropertyEditor | |
|---|---|
void |
PropertyNode.setPropertyEditor(PropertyEditor propertyEditor)
Sets the the propertyEditor associated with the property descriptor. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||