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 |
This class represents the Open-dialog displayed upon program launch. Some settings will be saved in preferences upon exit
Definition at line 35 of file OpenDialog.java.
theba.core.gui.OpenDialog.OpenDialog | ( | Dialog | owner | ) |
Definition at line 52 of file OpenDialog.java.
theba.core.gui.OpenDialog.OpenDialog | ( | ThebaGUI | owner | ) |
Definition at line 58 of file OpenDialog.java.
References theba.core.gui.ThebaGUI.getPluginLoader(), and theba.core.gui.ThebaGUI.getWindow().
void theba.core.gui.OpenDialog.actionPerformed | ( | ActionEvent | e | ) |
Definition at line 341 of file OpenDialog.java.
References theba.core.gui.OpenDialog.setCanceled(), and theba.core.gui.OpenDialog.validateFields().
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 | ( | ) |
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 | ( | ) |
Definition at line 363 of file OpenDialog.java.
References theba.core.gui.ThebaGUI.getPreferences(), theba.core.gui.ThebaPrefs.setInt(), theba.core.gui.ThebaPrefs.setString(), theba.core.gui.OpenDialog.volumeDepth, theba.core.gui.OpenDialog.volumeHeight, and theba.core.gui.OpenDialog.volumeWidth.
Referenced by theba.core.gui.OpenDialog.actionPerformed().
int theba.core.gui.OpenDialog.volumeDepth = 0 [package] |
Definition at line 400 of file OpenDialog.java.
Referenced by theba.core.gui.OpenDialog.getVolumeDepth(), and theba.core.gui.OpenDialog.validateFields().
int theba.core.gui.OpenDialog.volumeHeight = 0 [package] |
Definition at line 398 of file OpenDialog.java.
Referenced by theba.core.gui.OpenDialog.getVolumeHeight(), and theba.core.gui.OpenDialog.validateFields().
int theba.core.gui.OpenDialog.volumeWidth = 0 [package] |
Definition at line 396 of file OpenDialog.java.
Referenced by theba.core.gui.OpenDialog.getVolumeWidth(), and theba.core.gui.OpenDialog.validateFields().