public class VsnetPopupMenuSeparatorUI extends BasicPopupMenuSeparatorUI
Modifier and Type | Field | Description |
---|---|---|
static int |
HEIGHT |
highlight, shadow
Constructor | Description |
---|---|
VsnetPopupMenuSeparatorUI() |
Modifier and Type | Method | 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