java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.LabelUI
javax.swing.plaf.basic.BasicLabelUI
org.gtk.java.swing.plaf.gtk.GtkLabelUI
- All Implemented Interfaces:
- java.util.EventListener, java.beans.PropertyChangeListener
- public class GtkLabelUI
- extends javax.swing.plaf.basic.BasicLabelUI
A Gtk L&F implementation of LabelUI.
This merely sets up new default values in GtkLookAndFeel.
Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is appropriate
for short term storage or RMI between applications running the same
version of Swing. A future release of Swing will provide support for
long term persistence.
- Version:
- 1.7 08/28/98
| Methods inherited from class javax.swing.plaf.basic.BasicLabelUI |
getMaximumSize, getMinimumSize, getPreferredSize, installComponents, installDefaults, installKeyboardActions, installListeners, installUI, layoutCL, paint, paintDisabledText, paintEnabledText, propertyChange, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sharedInstance
static GtkLabelUI sharedInstance
GtkLabelUI
public GtkLabelUI()
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
- Description copied from class:
javax.swing.plaf.basic.BasicLabelUI
- Creates and returns a UI for the label. Since one UI is shared by all
labels, this means creating only if necessary and returning the shared
UI.