net.shredzone.ifish.actions
Class PrefsAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by net.shredzone.ifish.actions.IFishAction
          extended by net.shredzone.ifish.actions.PrefsAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class PrefsAction
extends IFishAction

Shows the Preferences window.

Version:
$Id: PrefsAction.java 291 2009-04-28 21:29:27Z shred $
See Also:
Serialized Form

Field Summary
protected static Preferences prefs
           
 
Fields inherited from class net.shredzone.ifish.actions.IFishAction
fish
 
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
PrefsAction(IFishPane fish)
          Create a new PrefsAction.
 
Method Summary
protected  void action()
          The action implementation itself.
 
Methods inherited from class net.shredzone.ifish.actions.IFishAction
actionPerformed, perform
 
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

prefs

protected static final Preferences prefs
Constructor Detail

PrefsAction

public PrefsAction(IFishPane fish)
Create a new PrefsAction.

Parameters:
fish - Related IFishPane
Method Detail

action

protected void action()
The action implementation itself. Do not call directly.

Specified by:
action in class IFishAction


Copyright © 2007-2011 shredzone.org. All Rights Reserved.