public class BEPopupMenuSeparatorUI
extends javax.swing.plaf.SeparatorUI
| 构造器和说明 |
|---|
BEPopupMenuSeparatorUI() |
| 限定符和类型 | 方法和说明 |
|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
Creates the ui.
|
java.awt.Dimension |
getMaximumSize(javax.swing.JComponent c) |
java.awt.Dimension |
getMinimumSize(javax.swing.JComponent c) |
java.awt.Dimension |
getPreferredSize(javax.swing.JComponent c) |
protected void |
installDefaults(javax.swing.JSeparator s)
Install defaults.
|
protected void |
installListeners(javax.swing.JSeparator s)
Install listeners.
|
void |
installUI(javax.swing.JComponent c) |
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c) |
protected void |
uninstallDefaults(javax.swing.JSeparator s)
Uninstall defaults.
|
protected void |
uninstallListeners(javax.swing.JSeparator s)
Uninstall listeners.
|
void |
uninstallUI(javax.swing.JComponent c) |
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
c - the cpublic void installUI(javax.swing.JComponent c)
installUI 在类中 javax.swing.plaf.ComponentUIpublic void uninstallUI(javax.swing.JComponent c)
uninstallUI 在类中 javax.swing.plaf.ComponentUIprotected void installDefaults(javax.swing.JSeparator s)
s - the sprotected void uninstallDefaults(javax.swing.JSeparator s)
s - the sprotected void installListeners(javax.swing.JSeparator s)
s - the sprotected void uninstallListeners(javax.swing.JSeparator s)
s - the spublic void paint(java.awt.Graphics g,
javax.swing.JComponent c)
paint 在类中 javax.swing.plaf.ComponentUIpublic java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
getPreferredSize 在类中 javax.swing.plaf.ComponentUIpublic java.awt.Dimension getMinimumSize(javax.swing.JComponent c)
getMinimumSize 在类中 javax.swing.plaf.ComponentUIpublic java.awt.Dimension getMaximumSize(javax.swing.JComponent c)
getMaximumSize 在类中 javax.swing.plaf.ComponentUI