theba.core.gui.OpenDialog Class Reference

List of all members.

Public Member Functions

 OpenDialog (Dialog owner)
 OpenDialog (ThebaGUI owner)
int getDataType ()
void actionPerformed (ActionEvent e)
Tracker getSelectedTracker ()
boolean validateFields ()
void setCanceled (boolean canceled)
boolean isCanceled ()
int getVolumeDepth ()
void setVolumeDepth (int volumeDepth)
int getVolumeHeight ()
void setVolumeHeight (int volumeHeight)
int getVolumeWidth ()
void setVolumeWidth (int volumeWidth)

Package Attributes

int volumeWidth = 0
int volumeHeight = 0
int volumeDepth = 0

Detailed Description

This class represents the Open-dialog displayed upon program launch. Some settings will be saved in preferences upon exit

Author:
jensbw

Definition at line 35 of file OpenDialog.java.


Constructor & Destructor Documentation

theba.core.gui.OpenDialog.OpenDialog ( Dialog  owner  ) 

Definition at line 52 of file OpenDialog.java.

theba.core.gui.OpenDialog.OpenDialog ( ThebaGUI  owner  ) 

Member Function Documentation

void theba.core.gui.OpenDialog.actionPerformed ( ActionEvent  e  ) 
int theba.core.gui.OpenDialog.getDataType (  ) 

Returns either ThebaGUI.BYTE_TYPE or ThebaGUI.SHORT_TYPE depending on which type if input-data was selected

Definition at line 74 of file OpenDialog.java.

References theba.core.gui.ThebaGUI.BYTE_TYPE, and theba.core.gui.ThebaGUI.SHORT_TYPE.

Tracker theba.core.gui.OpenDialog.getSelectedTracker (  ) 
Returns:
The selected tracker-class

Definition at line 355 of file OpenDialog.java.

References theba.core.PluginLoader.getTrackers().

int theba.core.gui.OpenDialog.getVolumeDepth (  ) 

Definition at line 402 of file OpenDialog.java.

References theba.core.gui.OpenDialog.volumeDepth.

int theba.core.gui.OpenDialog.getVolumeHeight (  ) 

Definition at line 410 of file OpenDialog.java.

References theba.core.gui.OpenDialog.volumeHeight.

int theba.core.gui.OpenDialog.getVolumeWidth (  ) 

Definition at line 418 of file OpenDialog.java.

References theba.core.gui.OpenDialog.volumeWidth.

boolean theba.core.gui.OpenDialog.isCanceled (  ) 

Definition at line 392 of file OpenDialog.java.

void theba.core.gui.OpenDialog.setCanceled ( boolean  canceled  ) 

Definition at line 388 of file OpenDialog.java.

Referenced by theba.core.gui.OpenDialog.actionPerformed().

void theba.core.gui.OpenDialog.setVolumeDepth ( int  volumeDepth  ) 

Definition at line 406 of file OpenDialog.java.

void theba.core.gui.OpenDialog.setVolumeHeight ( int  volumeHeight  ) 

Definition at line 414 of file OpenDialog.java.

void theba.core.gui.OpenDialog.setVolumeWidth ( int  volumeWidth  ) 

Definition at line 422 of file OpenDialog.java.

boolean theba.core.gui.OpenDialog.validateFields (  ) 

Member Data Documentation


The documentation for this class was generated from the following file:

Generated on Fri Nov 13 08:57:08 2009 for Theba by  doxygen 1.6.1