Searched refs:propertyHolder (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DBooleanPropertyModel.java35 * The way it works is that the "propertyHolder" has a boolean property such
39 * <li> The propertyHolder has public get/set methods which obey the conventional
47 * references to the propertyHolder and the observing PropertyChangeSupport.
57 private Object propertyHolder; field in class:BooleanPropertyModel
59 public BooleanPropertyModel(String propertyName, Object propertyHolder, argument
67 propertyHolder.getClass());
73 this.propertyHolder = propertyHolder;
94 * propertyHolder's writeMethod.
107 writeMethod.invoke(propertyHolder, arg
[all...]
H A DBooleanGroupPropertyModel.java35 * The way it works is that the "propertyHolder" has a boolean property such
39 * <li> The propertyHolder has public get/set methods which obey the conventional
47 * references to the propertyHolder and the observing PropertyChangeSupport.
57 private Object propertyHolder; field in class:BooleanGroupPropertyModel
62 public BooleanGroupPropertyModel(String propertyName, Object propertyHolder, argument
72 propertyHolder.getClass());
78 this.propertyHolder = propertyHolder;
100 * propertyHolder's writeMethod.
117 writeMethod.invoke(propertyHolder, arg
[all...]
H A DViewerImpl.java430 VPSRadioButton(Object propertyHolder,Atom atom) argument
434 propertyHolder, getPropertyChangeSupport(), atom));

Completed in 31 milliseconds