Serialized Form


Package edu.ohiou.cs456_badabing.sceneapi.basic

Class edu.ohiou.cs456_badabing.sceneapi.basic.Coordinate extends java.lang.Object implements Serializable

Serialized Fields

x

double x
x y and z values for this coordinate.


y

double y
x y and z values for this coordinate.


z

double z
x y and z values for this coordinate.

Class edu.ohiou.cs456_badabing.sceneapi.basic.ModelFile_ReadError extends java.lang.Exception implements Serializable


Package edu.ohiou.cs456_badabing.sceneapi.exec

Class edu.ohiou.cs456_badabing.sceneapi.exec.BottomLabel extends javax.swing.JLabel implements Serializable

Serialized Fields

main_panel

MainUIPanel main_panel

Class edu.ohiou.cs456_badabing.sceneapi.exec.DeerTuplePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

table

DeerTuplePanel.Table table

top

javax.swing.JLabel top

bottom

javax.swing.JLabel bottom

main_panel

MainUIPanel main_panel

t_slider

javax.swing.JSlider t_slider

enable_t

boolean enable_t

Class edu.ohiou.cs456_badabing.sceneapi.exec.HelpPanel extends javax.swing.JEditorPane implements Serializable

Class edu.ohiou.cs456_badabing.sceneapi.exec.MainUIPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

file_chooser_data

javax.swing.JFileChooser file_chooser_data

file_chooser_screenshot

javax.swing.JFileChooser file_chooser_screenshot

db

DataBaseModel db
handle to the DataBaseModel object which stores harveset data and organizes it for easy access.


current_year

int current_year
current year.


control_panel

ViewDataControlPanel control_panel
handle to the control panel.


rendera

ViewPanel rendera
handle to the ViewPanel.


bottom_label

BottomLabel bottom_label
handle to the BottomLabel


menu_bar

MenuBar menu_bar
handle to the MenuBar.

Class edu.ohiou.cs456_badabing.sceneapi.exec.MenuBar extends javax.swing.JMenuBar implements Serializable

Serialized Fields

main_panel

MainUIPanel main_panel

use_district_map

javax.swing.JRadioButtonMenuItem use_district_map

use_deer_managment_map

javax.swing.JRadioButtonMenuItem use_deer_managment_map

use_plain_map

javax.swing.JRadioButtonMenuItem use_plain_map

maps_items

java.util.ArrayList<E> maps_items

Class edu.ohiou.cs456_badabing.sceneapi.exec.PredictionFactorTable extends javax.swing.JTable implements Serializable

Serialized Fields

t_model

PredictionFactorTable.Model t_model

t_render

PredictionFactorTable.Renderer t_render

default_values

PredictionData default_values

no_value

java.lang.String no_value

Class edu.ohiou.cs456_badabing.sceneapi.exec.ViewDataControlPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

main_panel

MainUIPanel main_panel

jTabbedPane1

javax.swing.JTabbedPane jTabbedPane1

borderLayout2

java.awt.BorderLayout borderLayout2

view_past_panel

ViewPastPanel view_past_panel

view_pred_panel

ViewPredictionsPanel view_pred_panel

tuple_info

DeerTuplePanel tuple_info

Class edu.ohiou.cs456_badabing.sceneapi.exec.ViewPastPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

main_panel

MainUIPanel main_panel

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

slider

javax.swing.JSlider slider

borderLayout1

java.awt.BorderLayout borderLayout1

layout

javax.swing.GroupLayout layout

jPopupMenu3

javax.swing.JPopupMenu jPopupMenu3

titledBorder1

javax.swing.border.TitledBorder titledBorder1

jComboBox2

javax.swing.JComboBox jComboBox2

Class edu.ohiou.cs456_badabing.sceneapi.exec.ViewPredictionsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

main_panel

MainUIPanel main_panel
handle to the main panel.


popTable

javax.swing.JTable popTable
Table to enter factors for prediction.


harvestTable

javax.swing.JTable harvestTable
table for harvest data and population


cur_year

int cur_year
current year of the simulation.


predict_button_text

java.lang.String predict_button_text
Text for the button.


county_year_info

javax.swing.JLabel county_year_info
label above Harvest/Population table.


new_simulation

boolean new_simulation
true if this is a new simulation. false if not.