QJCC homepage

biz.chitec.quarterback.swing
Class TitleLabelUI

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
All Implemented Interfaces:
java.util.EventListener, java.beans.PropertyChangeListener
Direct Known Subclasses:
BasicTitleLabelUI

public abstract class TitleLabelUI
extends javax.swing.plaf.basic.BasicLabelUI

Abstract UI delegate template for title label. As all UI delegate templates, this is a rather boring object.

Version:
$Id: 3672f159be32f80f1ab001f4b94c1e5a4a5c785f $
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
TitleLabelUI()
           
 
Methods inherited from class javax.swing.plaf.basic.BasicLabelUI
createUI, getMaximumSize, getMinimumSize, getPreferredSize, installComponents, installDefaults, installKeyboardActions, installListeners, installUI, 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

TitleLabelUI

public TitleLabelUI()

QJCC homepage