Copyright 2012-02-25 Werner Randelshofer

ch.randelshofer.pdf.action
Class AbstractJPDFFilePanelAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by ch.randelshofer.pdf.action.AbstractJPDFFilePanelAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
Direct Known Subclasses:
ViewGoToFirstPageAction, ViewGoToLastPageAction, ViewGoToNextPageAction, ViewGoToPreviousPageAction, ViewOpenInNewWindowAction, ViewRotatePageAction, ViewToggleSubpixAAAction, ViewZoomFitHeightAction, ViewZoomFitPageAction, ViewZoomFitWidthAction, ViewZoomIncreaseAction, ViewZoomToFactorAction

public abstract class AbstractJPDFFilePanelAction
extends javax.swing.AbstractAction

Author:
werni
See Also:
Serialized Form

Field Summary
protected  JPDFFilePanel pdfPanel
           
 
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
 
Constructor Summary
AbstractJPDFFilePanelAction(JPDFFilePanel pdfPanel, java.lang.String id)
           
 
Method Summary
protected abstract  void updateAction()
           
 
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 java.awt.event.ActionListener
actionPerformed
 

Field Detail

pdfPanel

protected JPDFFilePanel pdfPanel
Constructor Detail

AbstractJPDFFilePanelAction

public AbstractJPDFFilePanelAction(JPDFFilePanel pdfPanel,
                                   java.lang.String id)
Method Detail

updateAction

protected abstract void updateAction()

Copyright 2012-02-25 Werner Randelshofer