org.jvnet.substance
Class SubstancePanelUI

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.jvnet.substance.SubstancePanelUI

public class SubstancePanelUI
extends BasicPanelUI

UI for panels in Substance look and feel.

Author:
Kirill Grouchnikov

Method Summary
static ComponentUI createUI(JComponent b)
           
 void update(Graphics g, 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, getMaximumSize, getMinimumSize, getPreferredSize, paint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createUI

public static ComponentUI createUI(JComponent b)

update

public void update(Graphics g,
                   JComponent c)
Overrides:
update in class ComponentUI