public class VsnetPopupMenuSeparatorUI extends BasicPopupMenuSeparatorUI
Modifier and Type | Field and Description |
---|---|
static int |
HEIGHT |
highlight, shadow
Constructor and Description |
---|
VsnetPopupMenuSeparatorUI() |
Modifier and Type | Method and Description |
---|---|
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) |
getMaximumSize, getMinimumSize, installListeners, installUI, uninstallListeners, uninstallUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, update
public static final int HEIGHT
public static ComponentUI createUI(JComponent c)
protected void installDefaults(JSeparator s)
installDefaults
in class BasicSeparatorUI
protected void uninstallDefaults(JSeparator s)
uninstallDefaults
in class BasicSeparatorUI
public ThemePainter getPainter()
public void paint(Graphics g, JComponent c)
paint
in class BasicPopupMenuSeparatorUI
public Dimension getPreferredSize(JComponent c)
getPreferredSize
in class BasicPopupMenuSeparatorUI