|
|||||||||
| Home >> All >> allensoft >> javacvs >> client >> ui >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
allensoft.javacvs.client.ui.swing
Class CVSActionList

java.lang.Objectallensoft.gui.ActionList
allensoft.javacvs.client.ui.swing.CVSActionList
- public class CVSActionList
- extends allensoft.gui.ActionList
Defines a list of actions with some useful methods for manipulating them as a whole.
| Field Summary |
| Fields inherited from class allensoft.gui.ActionList |
|
| Constructor Summary | |
CVSActionList()
|
|
| Method Summary | |
void |
setSelectedFiles(java.io.File[] files)
Sets the selected files for all CVSActions in this action list. |
void |
updateEnabledForAllActions()
Updates the enabled state for all actions in this action list. |
| Methods inherited from class allensoft.gui.ActionList |
add, add, disableAll, get, getCount, insert, remove |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
CVSActionList
public CVSActionList()
| Method Detail |
setSelectedFiles
public void setSelectedFiles(java.io.File[] files)
- Sets the selected files for all CVSActions in this action list.
updateEnabledForAllActions
public void updateEnabledForAllActions()
- Updates the enabled state for all actions in this action list.
|
|||||||||
| Home >> All >> allensoft >> javacvs >> client >> ui >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC