|
||||||||||
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.LabelUI
iCMS.applet.CustomLabelUI
public class CustomLabelUI
The CustomLabelUI is a class that paints a label in the substance style
![]() |
![]() |
Constructor Summary | |
---|---|
CustomLabelUI()
constructor |
Method Summary | |
---|---|
static ComponentUI |
createUI(JComponent jcomponent)
Returns an instance of the UI delegate for the specified component. |
void |
installUI(JComponent jcomponent)
Configures the specified component appropriate for the look and feel. |
void |
paint(Graphics g,
JComponent c)
Paints the specified component appropriate for the look and feel. |
Methods inherited from class javax.swing.plaf.ComponentUI |
---|
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, uninstallUI, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomLabelUI()
Method Detail |
---|
public static ComponentUI createUI(JComponent jcomponent)
public void installUI(JComponent jcomponent)
installUI
in class ComponentUI
public void paint(Graphics g, JComponent c)
paint
in class ComponentUI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |