Serialized Form
|
Package edu.ohiou.cs456_badabing.sceneapi.basic |
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.
|
Package edu.ohiou.cs456_badabing.sceneapi.exec |
main_panel
MainUIPanel main_panel
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
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.
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
t_model
PredictionFactorTable.Model t_model
t_render
PredictionFactorTable.Renderer t_render
default_values
PredictionData default_values
no_value
java.lang.String no_value
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
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
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.