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

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.CornerPanelUI

public class CornerPanelUI
extends BasicPanelUI

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

Field Summary
protected  CornerPanel cornerPanel
           
 
Constructor Summary
CornerPanelUI()
           
 
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

cornerPanel

protected CornerPanel cornerPanel
Constructor Detail

CornerPanelUI

public CornerPanelUI()
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


Copyright © 2012. All Rights Reserved.