com.lightdev.app.shtm
Class FrmMain.SHTMLFileCloseAllAction
java.lang.Object
javax.swing.AbstractAction
com.lightdev.app.shtm.FrmMain.SHTMLFileCloseAllAction
- All Implemented Interfaces:
- SHTMLAction, java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
- Enclosing class:
- FrmMain
public class FrmMain.SHTMLFileCloseAllAction
- extends javax.swing.AbstractAction
- implements SHTMLAction
close all documents currently shown.
This action simply loops through all open documents and uses an instance
of SHTMLFileCloseAction to perform the actual closing on each of them.
- See Also:
- Serialized Form
Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
Method Summary |
void |
actionPerformed(java.awt.event.ActionEvent ae)
close all open documents |
void |
getProperties()
this method should be called from the constructor
of each SHTMLAction and can be used to get
action properties from a resource file |
void |
update()
update the action's state |
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 |
Methods inherited from interface javax.swing.Action |
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
FrmMain.SHTMLFileCloseAllAction
public FrmMain.SHTMLFileCloseAllAction()
- constructor
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent ae)
- close all open documents
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
update
public void update()
- Description copied from interface:
SHTMLAction
- update the action's state
- Specified by:
update
in interface SHTMLAction
getProperties
public void getProperties()
- Description copied from interface:
SHTMLAction
- this method should be called from the constructor
of each SHTMLAction and can be used to get
action properties from a resource file
- Specified by:
getProperties
in interface SHTMLAction