eTextReader.actions
Class QuickDiagramAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by eTextReader.actions.BaseAction
          extended by eTextReader.actions.BrowserAction
              extended by eTextReader.actions.QuickAction
                  extended by eTextReader.actions.QuickDiagramAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.beans.PropertyChangeListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

public class QuickDiagramAction
extends QuickAction

This class encapsulates the actions needed to start the process of creating a diagram

Author:
mcfall
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class eTextReader.actions.BaseAction
BaseAction.Key
 
Field Summary
 
Fields inherited from class eTextReader.actions.BrowserAction
browser
 
Fields inherited from class eTextReader.actions.BaseAction
instances
 
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 QuickDiagramAction(ContentContainer browser)
           
 
Method Summary
 java.lang.String getActionCommand()
           
 java.lang.String getText()
           
 java.lang.String getTooltipText()
           
 
Methods inherited from class eTextReader.actions.QuickAction
actionPerformed, getAcceleratorKeyStrokeFromPreferences, propertyChange
 
Methods inherited from class eTextReader.actions.BaseAction
getInstance
 
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
 

Constructor Detail

QuickDiagramAction

protected QuickDiagramAction(ContentContainer browser)
Method Detail

getActionCommand

public java.lang.String getActionCommand()
Specified by:
getActionCommand in class QuickAction

getText

public java.lang.String getText()
Specified by:
getText in class QuickAction

getTooltipText

public java.lang.String getTooltipText()
Specified by:
getTooltipText in class QuickAction