com.lightdev.app.shtm
Interface SHTMLAction

All Superinterfaces:
javax.swing.Action, java.awt.event.ActionListener, java.util.EventListener
All Known Implementing Classes:
FrmMain.AppendTableColAction, FrmMain.AppendTableRowAction, FrmMain.BoldAction, FrmMain.DeleteTableColAction, FrmMain.DeleteTableRowAction, FrmMain.DocumentTitleAction, FrmMain.EditAnchorsAction, FrmMain.EditLinkAction, FrmMain.EditNamedStyleAction, FrmMain.FindReplaceAction, FrmMain.FontAction, FrmMain.FontFamilyAction, FrmMain.FontSizeAction, FrmMain.FormatImageAction, FrmMain.FormatListAction, FrmMain.FormatParaAction, FrmMain.FormatTableAction, FrmMain.GCAction, FrmMain.InsertImageAction, FrmMain.InsertTableAction, FrmMain.InsertTableColAction, FrmMain.InsertTableRowAction, FrmMain.ItalicAction, FrmMain.NextTableCellAction, FrmMain.PrevTableCellAction, FrmMain.RedoAction, FrmMain.SetDefaultStyleRefAction, FrmMain.SetStyleAction, FrmMain.SetTagAction, FrmMain.ShowElementTreeAction, FrmMain.SHTMLEditCopyAction, FrmMain.SHTMLEditCutAction, FrmMain.SHTMLEditPasteAction, FrmMain.SHTMLEditPrefsAction, FrmMain.SHTMLEditSelectAllAction, FrmMain.SHTMLFileCloseAction, FrmMain.SHTMLFileCloseAllAction, FrmMain.SHTMLFileExitAction, FrmMain.SHTMLFileNewAction, FrmMain.SHTMLFileOpenAction, FrmMain.SHTMLFileSaveAction, FrmMain.SHTMLFileSaveAllAction, FrmMain.SHTMLFileSaveAsAction, FrmMain.SHTMLFileTestAction, FrmMain.SHTMLHelpAppInfoAction, FrmMain.ToggleAction, FrmMain.ToggleListAction, FrmMain.UnderlineAction, FrmMain.UndoAction, ManagePluginsAction

public interface SHTMLAction
extends javax.swing.Action

Adds methods to the javax.swing.Action interface, needed by Application SimplyHTML.

See Also:
Action

Field Summary
 
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 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 interface javax.swing.Action
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Method Detail

update

void update()
update the action's state


getProperties

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