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, uninstallUIcontains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, updatepublic static final int HEIGHT
public static ComponentUI createUI(JComponent c)
protected void installDefaults(JSeparator s)
installDefaults in class BasicSeparatorUIprotected void uninstallDefaults(JSeparator s)
uninstallDefaults in class BasicSeparatorUIpublic ThemePainter getPainter()
public void paint(Graphics g, JComponent c)
paint in class BasicPopupMenuSeparatorUIpublic Dimension getPreferredSize(JComponent c)
getPreferredSize in class BasicPopupMenuSeparatorUICopyright © 2017. All rights reserved.