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

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

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

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

Nested Class Summary
 class FloatingLiveToolWindowAction.PropertyListener
           
 
Field Summary
protected  JCheckBoxMenuItem menuItem
           
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, 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
FloatingLiveToolWindowAction()
           
 
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

menuItem

protected JCheckBoxMenuItem menuItem

propertyChangeListener

protected PropertyChangeListener propertyChangeListener
Constructor Detail

FloatingLiveToolWindowAction

public FloatingLiveToolWindowAction()
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.