eTextReader.actions
Class HighlightTypeNotationAction

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

public class HighlightTypeNotationAction
extends NotationListingAction

A NotationListingAction that only shows highlights of a particular type

Author:
mcfall
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class eTextReader.actions.BaseAction
BaseAction.Key
 
Field Summary
private  FieldFilter subjectFilter
           
private  AnnotationTypeFilter typeFilter
           
 
Fields inherited from class eTextReader.actions.NotationListingAction
container, filter, provider
 
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
HighlightTypeNotationAction()
           
HighlightTypeNotationAction(ContentContainer container)
           
HighlightTypeNotationAction(ContentContainer container, java.lang.String fileName)
           
HighlightTypeNotationAction(java.lang.String filename)
           
 
Method Summary
protected  java.lang.String getName()
          Returns the name associated with this action, displayed in menus, buttons, etc.
protected  java.lang.String getTooltipText()
          Returns the tooltip text associated with this action
 void setHighlightType(java.lang.String type)
          Changes the type of highlight that this action is associated with
 
Methods inherited from class eTextReader.actions.NotationListingAction
actionPerformed, configureFilter, configureProvider, getNotationFilter, getNotationProvider
 
Methods inherited from class eTextReader.actions.BaseAction
getAcceleratorKeyStrokeFromPreferences, getInstance, propertyChange
 
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
 

Field Detail

subjectFilter

private FieldFilter subjectFilter

typeFilter

private AnnotationTypeFilter typeFilter
Constructor Detail

HighlightTypeNotationAction

public HighlightTypeNotationAction()

HighlightTypeNotationAction

public HighlightTypeNotationAction(java.lang.String filename)

HighlightTypeNotationAction

public HighlightTypeNotationAction(ContentContainer container)
Parameters:
container -

HighlightTypeNotationAction

public HighlightTypeNotationAction(ContentContainer container,
                                   java.lang.String fileName)
Parameters:
container -
fileName -
Method Detail

setHighlightType

public void setHighlightType(java.lang.String type)
Changes the type of highlight that this action is associated with

Parameters:
type - the new type of highlight

getName

protected java.lang.String getName()
Description copied from class: NotationListingAction
Returns the name associated with this action, displayed in menus, buttons, etc.

Specified by:
getName in class NotationListingAction
Returns:
the String used to represent this action

getTooltipText

protected java.lang.String getTooltipText()
Description copied from class: NotationListingAction
Returns the tooltip text associated with this action

Specified by:
getTooltipText in class NotationListingAction
Returns:
the String used as the tooltip text