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

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

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

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

Nested Class Summary
 class MoveToToolWindowAction.PropertyListener
           
 
Field Summary
protected  JMenuItem bottom
           
protected  JMenuItem left
           
protected  JMenu moveTo
           
protected  PropertyChangeListener propertyChangeListener
           
protected  JMenuItem right
           
protected  JMenuItem top
           
 
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
MoveToToolWindowAction()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 JMenuItem getMenuItem()
           
 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

moveTo

protected JMenu moveTo

right

protected JMenuItem right

left

protected JMenuItem left

top

protected JMenuItem top

bottom

protected JMenuItem bottom

propertyChangeListener

protected PropertyChangeListener propertyChangeListener
Constructor Detail

MoveToToolWindowAction

public MoveToToolWindowAction()
Method Detail

setToolWindow

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

actionPerformed

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

getMenuItem

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


Copyright © 2012. All Rights Reserved.