Public Member Functions | |
PropertyField (GPNode node, String propName) | |
PropertyField (GPNode node, final String propName, int preferences) | |
Static Public Attributes | |
final int | PREF_READ_ONLY = 0x0001 |
final int | PREF_CUSTOM_EDITOR = 0x0002 |
final int | PREF_INPUT_STATE = 0x0004 |
Protected Member Functions | |
PropertyField (PropertyModel model, Object bean, String propName, int preferences) | |
Static Protected Member Functions | |
Node.Property | getNodeProperty (Node.PropertySet[] psArr, String propName) |
It is based on org.openide.explorer.propertysheet.PropertyPanel
|
Constructor that creates a PropertyField from a node and a property Name,
|
|
Constructor that creates a PropertyField from a node and a property Name, with preferences
|
|
|
|
helper method, finds the Node.Property for the indicated propName
|
|
Constant defining preferences in displaying of value. Value should be displayed in custom editor. |
|
Constant defining preferences in displaying of value. Value should be displayed in editor only. |
|
Constant defining preferences in displaying of value. Value should be displayed in read-only mode. |