|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.japisoft.resourcebrowser.ActionModel
This is a collection of javax.swing.Action
for the main
ResourceBrowserPanel
actions like creating a new file...
ResourceBrowserPanel
Constructor Summary | |
ActionModel()
|
Method Summary | |
void |
addAction(javax.swing.Action action)
Add a new action |
void |
addAction(int index,
javax.swing.Action action)
Add a new action to this index |
javax.swing.Action |
getActionAt(int index)
|
void |
removeAction(javax.swing.Action action)
Remove this action of the model |
int |
size()
|
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(int index, javax.swing.Action action)
public void addAction(javax.swing.Action action)
public void removeAction(javax.swing.Action action)
public javax.swing.Action getActionAt(int index)
public int size()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |