Uses of Class
gate.gui.MainFrame

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

Uses of MainFrame in gate
 

Methods in gate that return MainFrame
static MainFrame Main.getMainFrame()
          Get the main frame of the GUI.
 

Uses of MainFrame in gate.gui
 

Methods in gate.gui that return MainFrame
static MainFrame MainFrame.getInstance()
           
static MainFrame MainFrame.getInstance(GraphicsConfiguration gc)
           
 

Constructors in gate.gui with parameters of type MainFrame
BootStrapDialog(MainFrame aMainFrame)