org.noos.xing.mydoggy.plaf.ui.look
Class ToolWindowBarPanelUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.PanelUI
          extended by javax.swing.plaf.basic.BasicPanelUI
              extended by org.noos.xing.mydoggy.plaf.ui.look.ToolWindowBarPanelUI

public class ToolWindowBarPanelUI
extends BasicPanelUI

Author:
Angelo De Caro (angelo.decaro@gmail.com)

Field Summary
protected  org.noos.xing.mydoggy.ToolWindowBar toolWindowBar
           
protected  ToolWindowBarPanel toolWindowBarPanel
           
 
Constructor Summary
ToolWindowBarPanelUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
protected  void installDefaults(JPanel p)
           
 void installUI(JComponent c)
           
 void uninstallUI(JComponent c)
           
 
Methods inherited from class javax.swing.plaf.basic.BasicPanelUI
getBaseline, getBaselineResizeBehavior, uninstallDefaults
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, paint, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

toolWindowBarPanel

protected ToolWindowBarPanel toolWindowBarPanel

toolWindowBar

protected org.noos.xing.mydoggy.ToolWindowBar toolWindowBar
Constructor Detail

ToolWindowBarPanelUI

public ToolWindowBarPanelUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

installUI

public void installUI(JComponent c)
Overrides:
installUI in class BasicPanelUI

installDefaults

protected void installDefaults(JPanel p)
Overrides:
installDefaults in class BasicPanelUI

uninstallUI

public void uninstallUI(JComponent c)
Overrides:
uninstallUI in class BasicPanelUI


Copyright © 2012. All Rights Reserved.