|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.AbstractAction | +--org.argouml.uml.ui.UMLAction | +--org.argouml.ui.ActionSettings
Action object for handling Argo settings
Field Summary | |
---|---|
protected javax.swing.JButton |
buttonApply
|
private static Logger |
cat
logger |
protected ArgoDialog |
dlg
|
private static ActionSettings |
SINGLETON
One and only instance. |
protected javax.swing.JTabbedPane |
tabs
|
Fields inherited from class org.argouml.uml.ui.UMLAction |
---|
HAS_ICON, NO_ICON |
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 | |
---|---|
protected |
ActionSettings()
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent event)
Perform the work the action is supposed to do. |
static ActionSettings |
getInstance()
Get the instance. |
private void |
handleCancel()
|
private void |
handleRefresh()
|
private void |
handleSave()
|
protected java.lang.String |
localize(java.lang.String key)
Helper for localization. |
void |
moduleDisabled(ArgoModuleEvent event)
Invoked when a module has been disabled. |
void |
moduleEnabled(ArgoModuleEvent event)
Invoked when a module has been enabled. |
void |
moduleLoaded(ArgoModuleEvent event)
Invoked when a module has been loaded. |
void |
moduleUnloaded(ArgoModuleEvent event)
Invoked when a module has been unloaded. |
Methods inherited from class org.argouml.uml.ui.UMLAction |
---|
getMnemonic, getShortcut, getValue, isEnabled, markNeedsSave, putValue, shouldBeEnabled, stripJunk, updateEnabled, updateEnabled |
Methods inherited from class javax.swing.AbstractAction |
---|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static Logger cat
private static ActionSettings SINGLETON
protected javax.swing.JButton buttonApply
protected javax.swing.JTabbedPane tabs
protected ArgoDialog dlg
Constructor Detail |
protected ActionSettings()
Method Detail |
public static ActionSettings getInstance()
protected java.lang.String localize(java.lang.String key)
public void actionPerformed(java.awt.event.ActionEvent event)
UMLAction
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
in class UMLAction
public void moduleLoaded(ArgoModuleEvent event)
ArgoModuleEventListener
moduleLoaded
in interface ArgoModuleEventListener
public void moduleUnloaded(ArgoModuleEvent event)
ArgoModuleEventListener
moduleUnloaded
in interface ArgoModuleEventListener
public void moduleEnabled(ArgoModuleEvent event)
ArgoModuleEventListener
moduleEnabled
in interface ArgoModuleEventListener
public void moduleDisabled(ArgoModuleEvent event)
ArgoModuleEventListener
moduleDisabled
in interface ArgoModuleEventListener
private void handleSave()
private void handleCancel()
private void handleRefresh()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2004 (20040306) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |