org.noos.xing.mydoggy.plaf.ui.look
Class ToolWindowTitleButtonPanelUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
javax.swing.plaf.basic.BasicPanelUI
org.noos.xing.mydoggy.plaf.ui.look.ToolWindowTitleButtonPanelUI
- All Implemented Interfaces:
- PropertyChangeListener, EventListener, Cleaner
- Direct Known Subclasses:
- MenuToolWindowTitleButtonPanelUI
public class ToolWindowTitleButtonPanelUI
- extends BasicPanelUI
- implements Cleaner, PropertyChangeListener
- Author:
- Angelo De Caro (angelo.decaro@gmail.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
toolWindowTitleButtonPanel
protected ToolWindowTitleButtonPanel toolWindowTitleButtonPanel
toolWindow
protected MyDoggyToolWindow toolWindow
descriptor
protected ToolWindowDescriptor descriptor
containerLayout
protected info.clearthought.layout.TableLayout containerLayout
focusable
protected Component focusable
ToolWindowTitleButtonPanelUI
public ToolWindowTitleButtonPanelUI()
createUI
public static ComponentUI createUI(JComponent c)
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- Specified by:
propertyChange in interface PropertyChangeListener
cleanup
public void cleanup()
- Specified by:
cleanup in interface Cleaner
getFocusable
public Component getFocusable()
installUI
public void installUI(JComponent c)
- Overrides:
installUI in class BasicPanelUI
uninstallUI
public void uninstallUI(JComponent c)
- Overrides:
uninstallUI in class BasicPanelUI
installDefaults
protected void installDefaults(JPanel p)
- Overrides:
installDefaults in class BasicPanelUI
installComponents
protected void installComponents()
installListeners
protected void installListeners()
unistallListeners
protected void unistallListeners()
uninstallComponents
protected void uninstallComponents()
setType
protected void setType(org.noos.xing.mydoggy.ToolWindowType oldType,
org.noos.xing.mydoggy.ToolWindowType toolWindowType)
storeCurrentLayout
protected void storeCurrentLayout(org.noos.xing.mydoggy.ToolWindowType toolWindowType)
loadFromLayout
protected int loadFromLayout(org.noos.xing.mydoggy.ToolWindowAction toolWindowAction)
addToolWindowAction
protected Component addToolWindowAction(org.noos.xing.mydoggy.ToolWindowAction toolWindowAction)
addToolWindowAction
protected Component addToolWindowAction(org.noos.xing.mydoggy.ToolWindowAction toolWindowAction,
int index)
removeToolWindowAction
protected void removeToolWindowAction(org.noos.xing.mydoggy.ToolWindowAction toolWindowAction)
replaceToolWindowAction
protected void replaceToolWindowAction(org.noos.xing.mydoggy.ToolWindowAction oldToolWindowAction,
org.noos.xing.mydoggy.ToolWindowAction newToolWindowAction)
setVisible
protected boolean setVisible(Component component,
boolean visible)
Copyright © 2012. All Rights Reserved.