QJCC homepage

biz.chitec.quarterback.swing
Class BasicTitleLabelUI

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended byjavax.swing.plaf.LabelUI
          extended byjavax.swing.plaf.basic.BasicLabelUI
              extended bybiz.chitec.quarterback.swing.TitleLabelUI
                  extended bybiz.chitec.quarterback.swing.BasicTitleLabelUI
All Implemented Interfaces:
java.util.EventListener, java.beans.PropertyChangeListener

public class BasicTitleLabelUI
extends TitleLabelUI

UI delegate for title label. This object contains the only functional difference to a normal label: It installs another color/font combination to be used. Otherwise, a title label is a totally normal label.

Version:
$Id: db6a7289431f36d8e700feae35b0cd0cea2100b3 $
Author:
Dirk Hillbrecht/chitec 2000 Distributed under the terms of the GNU LGPL.

Nested Class Summary
 
Nested classes inherited from class javax.swing.plaf.basic.BasicLabelUI
 
Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicLabelUI
labelUI
 
Constructor Summary
BasicTitleLabelUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
           
 void installUI(javax.swing.JComponent c)
           
 
Methods inherited from class javax.swing.plaf.basic.BasicLabelUI
getMaximumSize, getMinimumSize, getPreferredSize, installComponents, installDefaults, installKeyboardActions, installListeners, layoutCL, paint, paintDisabledText, paintEnabledText, propertyChange, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI
 
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

BasicTitleLabelUI

public BasicTitleLabelUI()
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)

installUI

public void installUI(javax.swing.JComponent c)

QJCC homepage