|
||||||||||
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.ButtonUI
javax.swing.plaf.basic.BasicButtonUI
com.limegroup.gnutella.gui.LimeButtonUI
Handles the visual representation of JButton instances for the application.
Field Summary |
Fields inherited from class javax.swing.plaf.basic.BasicButtonUI |
defaultTextIconGap, defaultTextShiftOffset |
Constructor Summary | |
LimeButtonUI()
|
Method Summary | |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
Creates the ComponentUI instance for this class. |
void |
installUI(javax.swing.JComponent c)
Installs the user interface elements for all future paint calls on this button. |
static void |
themeChanged()
|
void |
uninstallUI(javax.swing.JComponent c)
Removes the UI stuff that was added to this component. |
Methods inherited from class javax.swing.plaf.basic.BasicButtonUI |
clearTextShiftOffset, createButtonListener, getDefaultTextIconGap, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyPrefix, getTextShiftOffset, installDefaults, installKeyboardActions, installListeners, paint, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallDefaults, uninstallKeyboardActions, uninstallListeners |
Methods inherited from class javax.swing.plaf.ComponentUI |
contains, getAccessibleChild, getAccessibleChildrenCount, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LimeButtonUI()
Method Detail |
public static void themeChanged()
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
c
- the component to create the ui for
public void installUI(javax.swing.JComponent c)
c
- the JComponent to install ui elements for,
in this case a buttonpublic void uninstallUI(javax.swing.JComponent c)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |