com.inet.html.actions
Class InetHtmlAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by javax.swing.text.TextAction
          extended by javax.swing.text.StyledEditorKit.StyledTextAction
              extended by com.inet.html.actions.InetHtmlAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
Direct Known Subclasses:
AlignmentAction, BeginEndLineAction, BoldAction, DeleteNextCharAction, DeletePrevCharAction, EnterAction, HRuleAction, InsertHtmlAction, ItalicAction, ListAction, ParagraphIndentAction, TabKeyAction, UnderlineAction

public abstract class InetHtmlAction
extends javax.swing.text.StyledEditorKit.StyledTextAction

The super action of the all additional actions, which apply only to an InetHtmlDocument

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
InetHtmlAction(java.lang.String nm)
          Creates a new StyledTextAction from a string action name.
 
Method Summary
 
Methods inherited from class javax.swing.text.TextAction
augmentList
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Constructor Detail

InetHtmlAction

public InetHtmlAction(java.lang.String nm)
Creates a new StyledTextAction from a string action name.

Parameters:
nm - the name of the action