GATE
Version 3.1-2270

Uses of Interface
gate.GateConstants

Packages that use GateConstants
gate This package contains the public interface to the GATE Java API. 
gate.gui   
gate.util   
gate.util.compilers   
 

Uses of GateConstants in gate
 

Classes in gate that implement GateConstants
 class Gate
          The class is responsible for initialising the GATE libraries, and providing access to singleton utility objects, such as the GATE class loader, CREOLE register and so on.
 

Uses of GateConstants in gate.gui
 

Classes in gate.gui that implement GateConstants
 class PluginManagerUI
          This is the user interface used for plugin management
 

Uses of GateConstants in gate.util
 

Classes in gate.util that implement GateConstants
 class Javac
          This class compiles a set of java sources using the user's preferred Java compiler.
 

Uses of GateConstants in gate.util.compilers
 

Classes in gate.util.compilers that implement GateConstants
 class Eclipse
          This class copiles a set of java sources using the JDT compiler from the Eclipse project.
 class Sun
          This class copiles a set of java sources by accessing the java compiler from tools.jar file in the jdk.
 


GATE
Version 3.1-2270