|
Swing 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.plaf.ComponentUI | +--javax.swing.plaf.SeparatorUI | +--javax.swing.plaf.basic.BasicSeparatorUI | +--javax.swing.plaf.metal.MetalSeparatorUI | +--javax.swing.plaf.metal.MetalPopupMenuSeparatorUI
A Metal L&F implementation of PopupMenuSeparatorUI. This implementation is a "combined" view/controller.
Fields inherited from class javax.swing.plaf.basic.BasicSeparatorUI |
highlight,
shadow |
Constructor Summary | |
MetalPopupMenuSeparatorUI()
|
Method Summary | |
static ComponentUI |
createUI(JComponent c)
|
java.awt.Dimension |
getPreferredSize(JComponent c)
|
void |
paint(java.awt.Graphics g,
JComponent c)
|
Methods inherited from class javax.swing.plaf.metal.MetalSeparatorUI |
installDefaults |
Methods inherited from class javax.swing.plaf.basic.BasicSeparatorUI |
getMaximumSize,
getMinimumSize,
installListeners,
installUI,
uninstallDefaults,
uninstallListeners,
uninstallUI |
Methods inherited from class javax.swing.plaf.ComponentUI |
contains,
getAccessibleChild,
getAccessibleChildrenCount,
update |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public MetalPopupMenuSeparatorUI()
Method Detail |
public static ComponentUI createUI(JComponent c)
public void paint(java.awt.Graphics g, JComponent c)
public java.awt.Dimension getPreferredSize(JComponent c)
|
Swing 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |