JET

edu.utep.cs.jet.gui
Interface Mainable

All Known Implementing Classes:
Main

public interface Mainable

An interface to the main tool. This interface provides APIs to access the tool's frame, explorer, editor, output pane, and status bar.

Author:
Yoonsik Cheon

Method Summary
 Editor editor()
          Returns the editor of this GUI.
 Explorer explorer()
          Returns the explorer of this GUI.
 JFrame frame()
          Returns the frame of this GUI.
 Outputer outputer()
          Returns the outputer of this GUI.
 Tester tester()
          Returns the tester of this GUI.
 

Method Detail

frame

JFrame frame()
Returns the frame of this GUI.


outputer

Outputer outputer()
Returns the outputer of this GUI.


editor

Editor editor()
Returns the editor of this GUI.


tester

Tester tester()
Returns the tester of this GUI.


explorer

Explorer explorer()
Returns the explorer of this GUI.


JET

JET is Copyright (C) 2005-2008 by The University of Texas at El Paso and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.