| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.openide.explorer.propertysheet.PropertyEnv
Instance of this class contains information that is being passed to the property editor (instance of ExtendedPropertyEditor) from the IDE.
| Field Summary | |
static String | 
PROP_STATE
Name of the state property.  | 
static Object | 
STATE_INVALID
One possible value for the setState/getState methods.  | 
static Object | 
STATE_NEEDS_VALIDATION
One possible value for the setState/getState methods.  | 
static Object | 
STATE_VALID
One possible value for the setState/getState methods.  | 
| Method Summary | |
 void | 
addVetoableChangeListener(VetoableChangeListener l)
Vetoable change listener: listenning here you will be notified when the state of the environment is being changed (when the setState method is being called).  | 
 Object[] | 
getBeans()
Array of beans that the edited property belongs to.  | 
 FeatureDescriptor | 
getFeatureDescriptor()
Feature descritor that describes the property.  | 
 Object | 
getState()
A getter for the current state of the environment.  | 
 void | 
removeVetoableChangeListener(VetoableChangeListener l)
Vetoable change listener removal.  | 
 void | 
setState(Object state)
A setter that should be used by the property editor to change the state of the environment.  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static final String PROP_STATE
public static final Object STATE_VALID
public static final Object STATE_NEEDS_VALIDATION
public static final Object STATE_INVALID
| Method Detail | 
public Object[] getBeans()
public FeatureDescriptor getFeatureDescriptor()
public void setState(Object state)
public Object getState()
public void addVetoableChangeListener(VetoableChangeListener l)
public void removeVetoableChangeListener(VetoableChangeListener l)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||