org.netbeans.jellytools.modules.form.properties.editors |
Provides a set of classes for setting properties by custom editors in
Form Editor.
If there exist special custom editor for property, there appears small
"..." button which invokes such custom editor dialog. Custom editor is embedded
in a dialog which contains Default, OK and Cancel buttons, combo box enabling
to change editor (e.g. PointEditor/Form Connection). Custom editor operator contains
high-level methods to get or set compound property value in one method by
custom editor. These methods are then used in tests or in specialized property
implementation (see {@link org.netbeans.jellytools.properties}).
|
Java Source File Name | Type | Comment |
FormCustomEditorOperator.java | Class | Dialog opened after click on "..." button in Component Inspector
(or property sheet can be docked to a different window).
Contains Default, OK and Cancel buttons,
combobox enabling to change editor (DimensionEditor/Value from existing component). |
FormPropertiesEditorsTestCase.java | Class | Common ancestor for all tests in package
org.netbeans.jellytools.modules.form.properties.editors. |
MethodPickerOperator.java | Class | Handles Select Method dialog opened after click on "..." button from
ParametersPickerOperator Form Connection panel . |
MethodPickerOperatorTest.java | Class | Test of org.netbeans.jellytools.modules.form.properties.editors.MethodPickerOperator. |
ParametersPickerOperator.java | Class | Handles Form Connection panel within
FormCustomEditorOperator Form Custom Editor . |
ParametersPickerOperatorTest.java | Class | Test of org.netbeans.jellytools.modules.form.properties.editors.ParametersPickerOperator. |
PropertyPickerOperator.java | Class | Handles Select Property dialog opened after click on "..." button from
ParametersPickerOperator Form Connection panel . |
PropertyPickerOperatorTest.java | Class | Test of org.netbeans.jellytools.modules.form.properties.editors.PropertyPickerOperator. |