org.noos.xing.mydoggy.plaf.actions
Class HideToolWindowAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by org.noos.xing.mydoggy.ToolWindowAction
          extended by org.noos.xing.mydoggy.plaf.actions.HideToolWindowAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action, PlafToolWindowAction

public class HideToolWindowAction
extends org.noos.xing.mydoggy.ToolWindowAction
implements PlafToolWindowAction

Author:
Angelo De Caro (angelo.decaro@gmail.com)
See Also:
Serialized Form

Nested Class Summary
 class HideToolWindowAction.PropertyListener
           
 
Field Summary
protected  PropertyChangeListener propertyChangeListener
           
 
Fields inherited from class org.noos.xing.mydoggy.ToolWindowAction
actionName, AGGREGATE_ACTION_ID, AGGREGATE_MENU_ACTION_ID, DOCK_ACTION_ID, FLOATING_ACTION_ID, FLOATING_LIVE_ACTION_ID, HIDE_ACTION_ID, id, INDEX_MENU_ACTION_ID, MAXIMIZE_ACTION_ID, menuItem, MOVE_TO_ACTION_ID, PIN_ACTION_ID, POPUP_ACTION_ID, showTextOnTitleBar, TOOLS_MENU_ACTION_ID, toolWindow, visibleOnMenuBar, visibleOnTitleBar
 
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
HideToolWindowAction()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 JMenuItem getMenuItem()
           
 void hideToolWindow()
           
 void setToolWindow(org.noos.xing.mydoggy.ToolWindow toolWindow)
           
 
Methods inherited from class org.noos.xing.mydoggy.ToolWindowAction
getActionName, getIcon, getId, getText, getTooltipText, getToolWindow, isShowTextOnTitleBar, isVisibleOnMenuBar, isVisibleOnTitleBar, setActionName, setIcon, setShowTextOnTitleBar, setText, setTooltipText, setVisible, setVisibleOnMenuBar, setVisibleOnTitleBar
 
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

propertyChangeListener

protected PropertyChangeListener propertyChangeListener
Constructor Detail

HideToolWindowAction

public HideToolWindowAction()
Method Detail

setToolWindow

public void setToolWindow(org.noos.xing.mydoggy.ToolWindow toolWindow)
Overrides:
setToolWindow in class org.noos.xing.mydoggy.ToolWindowAction

getMenuItem

public JMenuItem getMenuItem()
Overrides:
getMenuItem in class org.noos.xing.mydoggy.ToolWindowAction

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

hideToolWindow

public void hideToolWindow()


Copyright © 2012. All Rights Reserved.