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

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.ToolWindowPanelUI
All Implemented Interfaces:
PropertyChangeListener, EventListener

public class ToolWindowPanelUI
extends BasicPanelUI
implements PropertyChangeListener

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

Field Summary
protected  ToolWindowPanel toolWindowPanel
           
protected  info.clearthought.layout.TableLayout toolWindowPanelLayout
           
 
Constructor Summary
ToolWindowPanelUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
 Component getComponent()
           
protected  void installComponents()
           
protected  void installDefaults(JPanel p)
           
protected  void installListeners()
           
 void installUI(JComponent c)
           
 void propertyChange(PropertyChangeEvent evt)
           
 void removeComponent()
           
 void setComponent(Component component)
           
protected  void uninstallDefaults(JPanel p)
           
protected  void uninstallListeners()
           
 void uninstallUI(JComponent c)
           
 void updateComponent()
           
 
Methods inherited from class javax.swing.plaf.basic.BasicPanelUI
getBaseline, getBaselineResizeBehavior
 
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

toolWindowPanel

protected ToolWindowPanel toolWindowPanel

toolWindowPanelLayout

protected info.clearthought.layout.TableLayout toolWindowPanelLayout
Constructor Detail

ToolWindowPanelUI

public ToolWindowPanelUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

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

uninstallDefaults

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

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Specified by:
propertyChange in interface PropertyChangeListener

setComponent

public void setComponent(Component component)

updateComponent

public void updateComponent()

getComponent

public Component getComponent()

removeComponent

public void removeComponent()

installComponents

protected void installComponents()

installListeners

protected void installListeners()

uninstallListeners

protected void uninstallListeners()


Copyright © 2012. All Rights Reserved.