|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Set of action for the DockablePanel
| Field Summary | |
static javax.swing.Action |
SEPARATOR
Special action for adding a separator |
| Method Summary | |
void |
addAction(javax.swing.Action a)
Add a new action or a SEPARATOR |
void |
addAction(javax.swing.Action a,
int index)
Add an action for this index |
void |
addModelStateListener(ModelStateListener listener)
Add a listener for knowing the action model state change |
javax.swing.Action |
getAction(int index)
|
javax.swing.Action |
getActionByClass(java.lang.Class className)
|
int |
getActionCount()
|
boolean |
isSeparator(int index)
|
void |
removeAction(javax.swing.Action a)
Remove an action |
void |
removeAll()
Remove all actions |
void |
removeModelStateListener(ModelStateListener listener)
Remove a known listener |
| Field Detail |
public static final javax.swing.Action SEPARATOR
| Method Detail |
public int getActionCount()
public javax.swing.Action getAction(int index)
public boolean isSeparator(int index)
true if a separator is available at this indexpublic javax.swing.Action getActionByClass(java.lang.Class className)
public void addAction(javax.swing.Action a)
SEPARATOR
public void addAction(javax.swing.Action a,
int index)
public void removeAction(javax.swing.Action a)
public void removeAll()
public void addModelStateListener(ModelStateListener listener)
public void removeModelStateListener(ModelStateListener listener)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||