org.jext.gui
Class JextLabeledMenuSeparatorUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.SeparatorUI
javax.swing.plaf.basic.BasicSeparatorUI
javax.swing.plaf.metal.MetalSeparatorUI
org.jext.gui.JextLabeledMenuSeparatorUI
- public class JextLabeledMenuSeparatorUI
- extends javax.swing.plaf.metal.MetalSeparatorUI
Fields inherited from class javax.swing.plaf.basic.BasicSeparatorUI |
highlight, shadow |
Method Summary |
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)
|
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, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JextLabeledMenuSeparatorUI
public JextLabeledMenuSeparatorUI(javax.swing.JComponent c)
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
paint
public void paint(java.awt.Graphics g,
javax.swing.JComponent c)
getPreferredSize
public java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
finalize
protected void finalize()
throws java.lang.Throwable
- Patch
-> Memory management improvements : it may help the garbage collector.
-> Author : Julien Ponge (julien@izforge.com)
-> Date : 23, May 2001
- Throws:
java.lang.Throwable
Copyright © 2002 Romain Guy.