QJCC homepage

biz.chitec.quarterback.swing
Class MultiColorLabelUI

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended byjavax.swing.plaf.LabelUI
          extended byjavax.swing.plaf.basic.BasicLabelUI
              extended bybiz.chitec.quarterback.swing.MultiColorLabelUI
All Implemented Interfaces:
java.util.EventListener, java.beans.PropertyChangeListener
Direct Known Subclasses:
BasicMultiColorLabelUI

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

Abstract UI delegate template for multi color label

Version:
$Id: 2335045d238da70baba961af757042c54b5b1ea3 $
Author:
Dirk Hillbrecht/chitec 2000, Mark "xhunterx" 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
MultiColorLabelUI()
           
 
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

MultiColorLabelUI

public MultiColorLabelUI()

QJCC homepage