ds.ov2.gui
Class Bases_actions

java.lang.Object
  extended by ds.ov2.gui.Bases_actions

public class Bases_actions
extends Object

Actions for the bases selection dialog.

Execution Environment:
host
Author:
Hendrik Tews
Version:
$Revision: 1.7 $
Last Commit:
$Date: 2009-05-11 21:44:30 $ by $Author: tews $

Constructor Summary
Bases_actions()
          Empty constructor.
 
Method Summary
 void dismiss_button(Base_selection bs)
          Dismiss button action.
 void ok_button(Base_selection bs)
          OK button action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bases_actions

public Bases_actions()
Empty constructor.

Method Detail

ok_button

public void ok_button(Base_selection bs)
OK button action. Closes the dialog and marks Base_selection.finished_ok with true.

Parameters:
bs - the base selection dialog instance

dismiss_button

public void dismiss_button(Base_selection bs)
Dismiss button action. Close the dialog, leaving Base_selection.finished_ok at false.

Parameters:
bs - the base selection dialog instance