JIDE 3.5.15

com.jidesoft.plaf.vsnet
Class VsnetPopupMenuSeparatorUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.SeparatorUI
          extended by javax.swing.plaf.basic.BasicSeparatorUI
              extended by javax.swing.plaf.basic.BasicPopupMenuSeparatorUI
                  extended by com.jidesoft.plaf.vsnet.VsnetPopupMenuSeparatorUI

public class VsnetPopupMenuSeparatorUI
extends BasicPopupMenuSeparatorUI

PopupMenuSeparator UI implementation


Field Summary
static int HEIGHT
           
 
Fields inherited from class javax.swing.plaf.basic.BasicSeparatorUI
highlight, shadow
 
Constructor Summary
VsnetPopupMenuSeparatorUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
 ThemePainter getPainter()
           
 Dimension getPreferredSize(JComponent c)
           
protected  void installDefaults(JSeparator s)
           
 void paint(Graphics g, JComponent c)
           
protected  void uninstallDefaults(JSeparator s)
           
 
Methods inherited from class javax.swing.plaf.basic.BasicSeparatorUI
getMaximumSize, getMinimumSize, installListeners, installUI, uninstallListeners, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HEIGHT

public static final int HEIGHT
See Also:
Constant Field Values
Constructor Detail

VsnetPopupMenuSeparatorUI

public VsnetPopupMenuSeparatorUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

installDefaults

protected void installDefaults(JSeparator s)
Overrides:
installDefaults in class BasicSeparatorUI

uninstallDefaults

protected void uninstallDefaults(JSeparator s)
Overrides:
uninstallDefaults in class BasicSeparatorUI

getPainter

public ThemePainter getPainter()

paint

public void paint(Graphics g,
                  JComponent c)
Overrides:
paint in class BasicPopupMenuSeparatorUI

getPreferredSize

public Dimension getPreferredSize(JComponent c)
Overrides:
getPreferredSize in class BasicPopupMenuSeparatorUI

JIDE 3.5.15