|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provider of CommandsTree.
Field Summary | |
static String |
PROP_COMMANDS
The name of the property, that is fired to the listeners when the provided commands change. |
Method Summary | |
void |
addPropertyChangeListener(PropertyChangeListener l)
Add a property change listener to this provider. |
CommandsTree |
getCommands()
Get the commands. |
boolean |
isExpertMode()
Get the expert mode of this commands provider. |
void |
removePropertyChangeListener(PropertyChangeListener l)
Remove the property change listener, that is attached to this provider. |
void |
setExpertMode(boolean expertMode)
Set the expert mode of this commands provider. |
Field Detail |
public static final String PROP_COMMANDS
Method Detail |
public CommandsTree getCommands()
public void addPropertyChangeListener(PropertyChangeListener l)
public void removePropertyChangeListener(PropertyChangeListener l)
public boolean isExpertMode()
public void setExpertMode(boolean expertMode)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |