Serialized Form
|
Package com.jeta.forms.components.panel |
m_user_objects
HashMap m_user_objects
- A HashMap of names to Objects. This is a utility for
clients of this class. One example of usage is ButtonGroups. We store
ButtonGroups here according to their name. At runtime buttons can find
their associated group and add themselves accordingly.
m_form_comp
FormComponent m_form_comp
- The top level form component
m_focus_policy
FocusTraversalPolicy m_focus_policy
- The focus traversal policy.
m_policy_set
boolean m_policy_set
|
Package com.jeta.open.gui.components |
|
Package com.jeta.open.gui.framework |
m_contentpane
JPanel m_contentpane
m_cmdListener
com.jeta.open.gui.framework.JETADialog.CommandListener m_cmdListener
m_bOk
boolean m_bOk
m_btnPanel
JPanel m_btnPanel
- The panel at the bottom of the dialog that contains the Ok and Cancel
buttons.
m_okbtn
JButton m_okbtn
m_closebtn
JButton m_closebtn
m_helpbtn
JButton m_helpbtn
m_controller
JETAController m_controller
m_validators
LinkedList m_validators
- a list of JETARules that are responsible for handling validation for the
dialog
m_initialFocusComponent
JComponent m_initialFocusComponent
- The component that has initial focus
m_primaryPanel
JComponent m_primaryPanel
- The main panel for this dialog.
m_listeners
LinkedList m_listeners
- this is a list of to JETADialogListener objects
m_timer
Timer m_timer
- for ui director updates
m_finder
ComponentFinder m_finder
- Used for locating components by name in the container hierachy of this
panel.
m_controller
JETAController m_controller
- The controller that handles events for this panel
m_uidirector
UIDirector m_uidirector
- we associate a director with the view the director is responsible for
updating the ui components (menus/buttons/toolbars)
Copyright © 2005-2007 Jeff Tassin & Todd Viegut. All Rights Reserved.