QJCC homepage

biz.chitec.quarterback.swing
Class SwingClassLoader

java.lang.Object
  extended bybiz.chitec.quarterback.swing.SwingClassLoader

public class SwingClassLoader
extends java.lang.Object

Initializer class for the biz.chitec.quarterback.swing package. This class does some initializations to make the biz.chitec.quarterback.swing package really useable. For the moment, it mainly installs the UI delegates for the UI delegate objects.

Version:
$Id: f9a7b3900a8ff9ed438ce44080162d790c4327d8 $
Author:
Dirk Hillbrecht 1997-2000, chitec/Dirk Hillbrecht 2000-2001. Distributed under the terms of the GNU LGPL.

Constructor Summary
SwingClassLoader()
           
 
Method Summary
static void loadClasses()
          Worker method of this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingClassLoader

public SwingClassLoader()
Method Detail

loadClasses

public static void loadClasses()
Worker method of this class.


QJCC homepage