|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
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.ehsbe.commons.gui.JxTitledSeparatorUI
public class JxTitledSeparatorUI
Titled Separator UI.
Field Summary |
---|
Fields inherited from class javax.swing.plaf.basic.BasicSeparatorUI |
---|
highlight, shadow |
Constructor Summary | |
---|---|
JxTitledSeparatorUI()
|
Method Summary | |
---|---|
static ComponentUI |
createUI(JComponent c)
Create the JVM UI component. |
int |
getBaseline(JxTitledSeparator sep,
int width,
int height)
Get the baseline for the specified component, or a value less than 0 if the baseline can not be determined. |
Dimension |
getMinimumSize(JComponent c)
|
Dimension |
getPreferredSize(JComponent c)
|
protected void |
installDefaults(JSeparator s)
|
void |
paint(Graphics g,
JComponent c)
|
Methods inherited from class javax.swing.plaf.basic.BasicSeparatorUI |
---|
getMaximumSize, 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 JxTitledSeparatorUI()
Method Detail |
---|
public static ComponentUI createUI(JComponent c)
c
- component to install
protected void installDefaults(JSeparator s)
installDefaults
in class BasicSeparatorUI
public Dimension getPreferredSize(JComponent c)
getPreferredSize
in class BasicSeparatorUI
public Dimension getMinimumSize(JComponent c)
getMinimumSize
in class BasicSeparatorUI
public void paint(Graphics g, JComponent c)
paint
in class BasicSeparatorUI
public int getBaseline(JxTitledSeparator sep, int width, int height)
sep
- separator to inspect for a baselinewidth
- Width of the component to determine baseline for.height
- Height of the component to determine baseline for.
|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |