|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.japisoft.treefilebrowser.ActionModel
Here a model for the set of action at the top of the JFileBrowser
| Constructor Summary | |
ActionModel()
|
|
| Method Summary | |
void |
addAction(javax.swing.Action a)
Add a new action |
void |
addAction(int index,
javax.swing.Action a)
Add a new action at this location |
javax.swing.Action |
getAction(int index)
Return an action at this index (starting from 0) |
int |
getActionCount()
Return the number of action |
void |
removeAction(javax.swing.Action a)
Remove an action |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ActionModel()
| Method Detail |
public void addAction(javax.swing.Action a)
public void addAction(int index,
javax.swing.Action a)
public void removeAction(javax.swing.Action a)
public int getActionCount()
public javax.swing.Action getAction(int index)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||