org.atzberger.application.selm_builder
Class application_SharedData

java.lang.Object
  extended by org.atzberger.application.selm_builder.application_SharedData

public class application_SharedData
extends java.lang.Object

Data for organizing information shared between the various classes, dialogs, sub-routines, and Jython / Python.


Field Summary
 Atz_File_Generator atz_File_Generator
           
 Atz_UnitsRef atz_UnitsRef
           
 application_Window_Main FrameView_Application_Main
           
 JPanel_CouplingOperator[] jPanel_CouplingOp_list
           
 JPanel_Eulerian[] jPanel_Eulerian_DOF_list
           
 JPanel_Integrator[] jPanel_Integrator_list
           
 JPanel_Interaction[] jPanel_Interaction_list
           
 JPanel_Lagrangian[] jPanel_Lagrangian_DOF_list
           
 JPanel_Model_View_Composite jPanel_Model_View_Composite
           
 JPanel_Model_View_RenderPanel jPanel_Model_View_RenderPanel
           
 javax.swing.JTabbedPane jPanel_Tabbed_Main
           
 JTable_MainData jTable_MainData
           
 javax.swing.JTable jTable_Preferences_Other
           
 javax.swing.JTable jTable_Preferences_Rendering
           
 javax.swing.JTable jTable_Preferences_TableDisplay
           
 JTextPane_Output jTextPane_Messages
           
 
Constructor Summary
application_SharedData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FrameView_Application_Main

public application_Window_Main FrameView_Application_Main

atz_UnitsRef

public Atz_UnitsRef atz_UnitsRef

jTextPane_Messages

public JTextPane_Output jTextPane_Messages

jPanel_Lagrangian_DOF_list

public JPanel_Lagrangian[] jPanel_Lagrangian_DOF_list

jPanel_Eulerian_DOF_list

public JPanel_Eulerian[] jPanel_Eulerian_DOF_list

jPanel_CouplingOp_list

public JPanel_CouplingOperator[] jPanel_CouplingOp_list

jPanel_Integrator_list

public JPanel_Integrator[] jPanel_Integrator_list

jPanel_Interaction_list

public JPanel_Interaction[] jPanel_Interaction_list

jPanel_Tabbed_Main

public javax.swing.JTabbedPane jPanel_Tabbed_Main

jTable_MainData

public JTable_MainData jTable_MainData

jPanel_Model_View_RenderPanel

public JPanel_Model_View_RenderPanel jPanel_Model_View_RenderPanel

jPanel_Model_View_Composite

public JPanel_Model_View_Composite jPanel_Model_View_Composite

jTable_Preferences_Rendering

public javax.swing.JTable jTable_Preferences_Rendering

jTable_Preferences_TableDisplay

public javax.swing.JTable jTable_Preferences_TableDisplay

jTable_Preferences_Other

public javax.swing.JTable jTable_Preferences_Other

atz_File_Generator

public Atz_File_Generator atz_File_Generator
Constructor Detail

application_SharedData

public application_SharedData()