public class JextLabeledMenuSeparatorUI
extends javax.swing.plaf.metal.MetalSeparatorUI
| Constructor and Description |
|---|
JextLabeledMenuSeparatorUI(javax.swing.JComponent c) |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c) |
protected void |
finalize()
Patch
-> Memory management improvements : it may help the garbage collector.
|
java.awt.Dimension |
getPreferredSize(javax.swing.JComponent c) |
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c) |
getMaximumSize, getMinimumSize, installListeners, installUI, uninstallDefaults, uninstallListeners, uninstallUIpublic JextLabeledMenuSeparatorUI(javax.swing.JComponent c)
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
public void paint(java.awt.Graphics g,
javax.swing.JComponent c)
paint in class javax.swing.plaf.metal.MetalSeparatorUIpublic java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
getPreferredSize in class javax.swing.plaf.metal.MetalSeparatorUIprotected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.ThrowableCopyright ? 2002 Romain Guy.