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
 

Fields in gate declared as MainFrame
private static MainFrame Main.frame
          Main Frame of the GUI; null when no GUI running
 

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

Uses of MainFrame in gate.gui
 

Subclasses of MainFrame in gate.gui
 class ShellSlacFrame
          The main Shell SLAC Gate GUI frame.
 

Fields in gate.gui declared as MainFrame
private  MainFrame ShellSlacFrame.ApplicationLoadRun.appFrame
           
private static MainFrame MainFrame.instance
           
(package private)  MainFrame BootStrapDialog.mainFrame
           
(package private)  MainFrame ShellSlacFrame.ANNIERunnable.parentFrame
           
 

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

Constructors in gate.gui with parameters of type MainFrame
BootStrapDialog(MainFrame aMainFrame)
           
ShellSlacFrame.ANNIERunnable(MainFrame parent)
           
ShellSlacFrame.ApplicationLoadRun(String url, MainFrame frame)