Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gui4j
Class Gui4jFactory  view Gui4jFactory download Gui4jFactory.java

java.lang.Object
  extended byorg.gui4j.Gui4jFactory

public class Gui4jFactory
extends java.lang.Object

Main class to construct the Gui4j instance.


Constructor Summary
private Gui4jFactory()
           
 
Method Summary
static Gui4j createGui4j(boolean validateXML, boolean logInvoke, int numberOfWorkerThreads, java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gui4jFactory

private Gui4jFactory()
Method Detail

createGui4j

public static Gui4j createGui4j(boolean validateXML,
                                boolean logInvoke,
                                int numberOfWorkerThreads,
                                java.net.URL url)