
Public Member Functions | |
| SimpleModel (Node.Property property, Object[] beans) | |
| Object | getValue () throws InvocationTargetException |
| void | setValue (Object v) throws InvocationTargetException |
| Class | getPropertyType () |
| Class | getPropertyEditorClass () |
| void | addPropertyChangeListener (PropertyChangeListener l) |
| void | removePropertyChangeListener (PropertyChangeListener l) |
| Object[] | getBeans () |
| FeatureDescriptor | getFeatureDescriptor () |
Package Functions | |
| void | fireValueChanged () |
Private Member Functions | |
| InvocationTargetException | annotateException (Exception exception) |
Private Attributes | |
| Node.Property | prop |
| Object[] | beans |
| PropertyChangeSupport | sup = new PropertyChangeSupport(this) |
PropertyModel interface keeping a Node.Property.
|
||||||||||||
|
Construct simple model instance.
|
|
|
Implements |
|
|
Annotates specified exception. Helper method.
|
|
|
|
|
|
Implements |
|
|
Implements |
|
|
Implements |
|
|
Implements |
|
|
Implements Reimplemented in cern::gp::explorer::properties::ReversiblePropertyField::ReversibleModel.
|
|
|
Implements |
|
|
Implements Reimplemented in cern::gp::explorer::properties::ReversiblePropertyField::ReversibleModel.
|
|
|
Array of beans(nodes) to which belong the property. |
|
|
Property to work with. |
|
|
Property change support. |
1.3.8