org.openide.explorer.propertysheet.editors |
|
Java Source File Name | Type | Comment |
EnhancedCustomPropertyEditor.java | Interface | Enhances standard custom property editor with the possibility to return the customized value.
I.e. |
EnhancedPropertyEditor.java | Interface | Enhances standard property editor to support in-place custom editors and tagged values.
Use of this class is strongly discouraged - the original
NetBeans property sheet did not specify a strong contract for when the
property should be updated from an editor such as the custom inplace editor
this interface allows you to provide. |
NodeCustomizer.java | Interface | Special customizer that would like to be connected to a node
it customizes. |
NodePropertyEditor.java | Interface | Special interface for property editors to allow
connection between the editor and node which property
is displayed by this editor. |
XMLPropertyEditor.java | Interface | An interface to be implemented by property editors which want to provide
a load/store of property values in human-readable XML. |