JET

edu.utep.cs.jet.gui
Interface OptionPanel

All Known Implementing Classes:
Options, Options

public interface OptionPanel

The interface to the various option panels that composes the option dialog. Each option panel should implements three methods, apply, confirm, and cancel.

Author:
Yoonsik Cheon

Method Summary
 boolean apply()
          Applies current selections without closing the option window.
 void cancel()
          Closes the option winodw without applying the current selections.
 void confirm()
          Closes the option window after applying current selections.
 String getTitle()
          Returns the title of this option pane.
 String getToolTip()
          Returns the tool tip text of this option pane.
 

Method Detail

getTitle

String getTitle()
Returns the title of this option pane.


getToolTip

String getToolTip()
Returns the tool tip text of this option pane.


apply

boolean apply()
Applies current selections without closing the option window.


confirm

void confirm()
Closes the option window after applying current selections.


cancel

void cancel()
Closes the option winodw without applying the current selections.


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.