net.sf.dc.core.actions
Class DCAction
java.lang.Object
net.sf.dc.core.actions.DCAction
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
- Direct Known Subclasses:
- AboutAction, CreateNewAction, DeleteAction, ExpertUserAction, FieldSelectorAction, HelpAction, ImportAction, InternetUpdateAction, LogAction, NewItemWizardAction, OpenAction, OpenAudioCDModuleAction, OpenBookModuleAction, OpenMovieModuleAction, OpenMusicModuleAction, OpenSoftwareModuleAction, QuitApplicationAction, SaveAllAction, SaveSelectedAction, SearchAction, SearchAgainAction, SettingsAction, ToggleModuleListAction, ToggleToolbarLabelsAction
- public abstract class DCAction
- extends java.lang.Object
- implements java.awt.event.ActionListener
Godfather for all Data Crow actions
- Since:
- 1.4
- Version:
- 1.6
- Author:
- Robert Jan van der Waals
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_SEARCHTAB
protected static final int _SEARCHTAB
- See Also:
- Constant Field Values
_INSERTTAB
protected static final int _INSERTTAB
- See Also:
- Constant Field Values
_NOTETAB
protected static final int _NOTETAB
- See Also:
- Constant Field Values
DCAction
public DCAction()
getCurrentTab
public int getCurrentTab()
getModule
public DCModule getModule()
changeModule
public void changeModule(int moduleIndex)
actionPerformed
public abstract void actionPerformed(java.awt.event.ActionEvent ae)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener