Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

allensoft.javacvs.client.ui.swing
Class CVSActionList  view CVSActionList download CVSActionList.java

java.lang.Object
  extended byallensoft.gui.ActionList
      extended byallensoft.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.