QJCC homepage

biz.chitec.quarterback.swing
Class SimpleIndicatorUI

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended bybiz.chitec.quarterback.swing.SimpleIndicatorUI
Direct Known Subclasses:
BasicSimpleIndicatorUI

public abstract class SimpleIndicatorUI
extends javax.swing.plaf.ComponentUI

Abstract UI delegate template for simple indicator.

Version:
$Id: 301fc81191ff25b49b7d878445f9ec431050be06 $
Author:
Dirk Hillbrecht/chitec 2001 Distributed under the terms of the GNU LGPL.

Constructor Summary
SimpleIndicatorUI()
           
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleIndicatorUI

public SimpleIndicatorUI()

QJCC homepage