org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.action
Class AbstractFileSelectionAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.action.AbstractActionDowngrade
          extended by org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.action.AbstractFileSelectionAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action, ActionDowngrade

public abstract class AbstractFileSelectionAction
extends AbstractActionDowngrade

A base class for all file operations. This implementation provides all methods to let the user select a file.

Author:
Thomas Morgner
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.action.AbstractActionDowngrade
ACCELERATOR_KEY, MNEMONIC_KEY
 
Fields inherited from interface javax.swing.Action
ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
Method Summary
 
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 javax.swing.Action
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed