|
|||||||||
| 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 DiffAction

java.lang.Objectjavax.swing.AbstractAction
allensoft.gui.LocalizedAction
allensoft.javacvs.client.ui.swing.CVSAction
allensoft.javacvs.client.ui.swing.CVSFilesAction
allensoft.javacvs.client.ui.swing.DefaultClientFunctionality.FilesAction
allensoft.javacvs.client.ui.swing.DiffAction
- All Implemented Interfaces:
- javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.lang.Runnable, java.io.Serializable
- public class DiffAction
- extends DefaultClientFunctionality.FilesAction
Action that displays differences for the selected files.
| Nested Class Summary |
| Nested classes inherited from class allensoft.javacvs.client.ui.swing.CVSFilesAction |
|
| Field Summary |
| Fields inherited from class allensoft.javacvs.client.ui.swing.DefaultClientFunctionality.FilesAction |
|
| Fields inherited from class allensoft.javacvs.client.ui.swing.CVSFilesAction |
|
| Fields inherited from class allensoft.javacvs.client.ui.swing.CVSAction |
m_Event |
| Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
| Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
| Constructor Summary | |
DiffAction(DefaultClientFunctionality client)
|
|
| Method Summary | |
protected allensoft.javacvs.client.FileEntryFilter |
getFileEntryFilter()
Gets the FileEntryFilter that determines which files this action can operate on. |
void |
run()
This method will be called by whoever wishes to run your class implementing Runnable. |
| Methods inherited from class allensoft.javacvs.client.ui.swing.DefaultClientFunctionality.FilesAction |
getFunctionality |
| Methods inherited from class allensoft.javacvs.client.ui.swing.CVSFilesAction |
canOperateOnFile, dispose, getActionEvent, getClient, getFilesToOperateOn, setFilesToOperateOn, updateEnabled |
| Methods inherited from class allensoft.javacvs.client.ui.swing.CVSAction |
actionPerformed, askQuestion, displayError, displayInformation, getParentFrameForDialog, getSourceComponent, getSourceWindow, setRunInNewThread |
| Methods inherited from class allensoft.gui.LocalizedAction |
|
| Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
DiffAction
public DiffAction(DefaultClientFunctionality client)
| Method Detail |
run
public void run()
- Description copied from interface:
java.lang.Runnable - This method will be called by whoever wishes to run your class
implementing Runnable. Note that there are no restrictions on what
you are allowed to do in the run method, except that you cannot
throw a checked exception.
getFileEntryFilter
protected allensoft.javacvs.client.FileEntryFilter getFileEntryFilter()
- Description copied from class:
CVSFilesAction - Gets the FileEntryFilter that determines which files this action can operate on.
- Overrides:
getFileEntryFilterin classCVSFilesAction
|
|||||||||
| 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