Uses of Class
org.jurvis.swing.JvSwingFactory

Packages that use JvSwingFactory
org.jurvis.swing Swing utilities and extensions. 
org.jurvis.swing.app   
 

Uses of JvSwingFactory in org.jurvis.swing
 

Methods in org.jurvis.swing that return JvSwingFactory
static JvSwingFactory JvSwingFactory.getDefault()
          Return the default instance of the UI factory.
static JvSwingFactory JvSwingFactory.getFactory(Component component)
          Get the factory used to create the given component or the default factory if there isn't one.
 

Methods in org.jurvis.swing with parameters of type JvSwingFactory
static void JvSwingFactory.setDefault(JvSwingFactory factory)
          Set the default factory instance.
 

Uses of JvSwingFactory in org.jurvis.swing.app
 

Methods in org.jurvis.swing.app that return JvSwingFactory
 JvSwingFactory JvApplication.getFactory()
          Return the factory used to construct this application.
 

Constructors in org.jurvis.swing.app with parameters of type JvSwingFactory
JvApplication(String name, JvSwingFactory factory)
          Construct an JvApplication with the specified name and factory.
 



Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.