public class VsnetPopupMenuSeparatorUI
extends javax.swing.plaf.basic.BasicPopupMenuSeparatorUI
| Modifier and Type | Field and Description |
|---|---|
static int |
HEIGHT |
| Constructor and Description |
|---|
VsnetPopupMenuSeparatorUI() |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
ThemePainter |
getPainter() |
java.awt.Dimension |
getPreferredSize(javax.swing.JComponent c) |
protected void |
installDefaults(javax.swing.JSeparator s) |
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c) |
protected void |
uninstallDefaults(javax.swing.JSeparator s) |
getMaximumSize, getMinimumSize, installListeners, installUI, uninstallListeners, uninstallUIpublic static final int HEIGHT
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
protected void installDefaults(javax.swing.JSeparator s)
installDefaults in class javax.swing.plaf.basic.BasicSeparatorUIprotected void uninstallDefaults(javax.swing.JSeparator s)
uninstallDefaults in class javax.swing.plaf.basic.BasicSeparatorUIpublic ThemePainter getPainter()
public void paint(java.awt.Graphics g,
javax.swing.JComponent c)
paint in class javax.swing.plaf.basic.BasicPopupMenuSeparatorUIpublic java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
getPreferredSize in class javax.swing.plaf.basic.BasicPopupMenuSeparatorUI