JHotDraw 7.4.1

org.jhotdraw.app.action.window
Class TogglePaletteAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by org.jhotdraw.app.action.window.TogglePaletteAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

public class TogglePaletteAction
extends javax.swing.AbstractAction

TogglePaletteAction.

Version:
$Id: TogglePaletteAction.java 604 2010-01-09 12:00:29Z rawcoder $
Author:
Werner Randelshofer.
See Also:
Serialized Form

Field Summary
 
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
TogglePaletteAction(OSXApplication app, java.awt.Window palette, java.lang.String label)
          Creates a new instance.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void putValue(java.lang.String key, java.lang.Object newValue)
           
 void setPalette(java.awt.Window newValue)
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TogglePaletteAction

public TogglePaletteAction(OSXApplication app,
                           java.awt.Window palette,
                           java.lang.String label)
Creates a new instance.

Method Detail

putValue

public void putValue(java.lang.String key,
                     java.lang.Object newValue)
Specified by:
putValue in interface javax.swing.Action
Overrides:
putValue in class javax.swing.AbstractAction

setPalette

public void setPalette(java.awt.Window newValue)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)

Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project.
Some rights reserved.