uic.themes
Class UICPanelUI

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended byjavax.swing.plaf.PanelUI
          extended byjavax.swing.plaf.basic.BasicPanelUI
              extended byuic.themes.UICPanelUI

public class UICPanelUI
extends BasicPanelUI


Constructor Summary
UICPanelUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
 Dimension getMaximumSize(JComponent c)
           
 
Methods inherited from class javax.swing.plaf.basic.BasicPanelUI
installDefaults, installUI, uninstallDefaults, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMinimumSize, getPreferredSize, paint, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UICPanelUI

public UICPanelUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

getMaximumSize

public Dimension getMaximumSize(JComponent c)


Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence