|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.ComponentUI
javax.swing.plaf.SeparatorUI
javax.swing.plaf.basic.BasicSeparatorUI
com.l2fprod.gui.plaf.skin.SkinSeparatorUI
public final class SkinSeparatorUI
Skin SeparatorUI.
Field Summary |
---|
Fields inherited from class javax.swing.plaf.basic.BasicSeparatorUI |
---|
highlight, shadow |
Constructor Summary | |
---|---|
SkinSeparatorUI()
|
Method Summary | |
---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent x)
Description of the Method |
java.awt.Dimension |
getPreferredSize(javax.swing.JComponent c)
Description of the Method |
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c)
Description of the Method |
Methods inherited from class javax.swing.plaf.basic.BasicSeparatorUI |
---|
getMaximumSize, getMinimumSize, installDefaults, installListeners, installUI, uninstallDefaults, uninstallListeners, uninstallUI |
Methods inherited from class javax.swing.plaf.ComponentUI |
---|
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SkinSeparatorUI()
Method Detail |
---|
public void paint(java.awt.Graphics g, javax.swing.JComponent c)
paint
in class javax.swing.plaf.basic.BasicSeparatorUI
g
- Description of Parameterc
- Description of Parameterpublic java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
getPreferredSize
in class javax.swing.plaf.basic.BasicSeparatorUI
c
- Description of Parameterpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent x)
x
- Description of Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |