
Public Member Functions | |
| VistaDialog (Frame p0, Element e, HashMap param, Callback backParam) | |
| void | setLocation () |
| Component | getComponent (String name) throws Exception |
| Object | getMethodResult (String component, String method) |
| JPanel | getPanel (String name) |
| void | setComponentsAction (String component, AbstractAction action) |
| int | getSelectedRadio (String group) |
| void | changePanel (String pnl, String content) |
Static Public Member Functions | |
| void | centerDialog (JDialog d) |
Package Attributes | |
| BorderLayout | borderLayout1 = new BorderLayout() |
| Component | component1 |
| Component | component2 |
| Component | component3 |
| JPanel | jPanel1 = new JPanel() |
| JPanel | jPanel2 = new JPanel() |
| BorderLayout | borderLayout2 = new BorderLayout() |
| Component | component4 |
| Component | component5 |
| Component | component6 |
| Component | component7 |
| JPanel | jPanel3 = new JPanel() |
| Enumeration | buttonList = null |
| Enumeration | rows = null |
| Enumeration | cols = null |
| Frame | frame |
| HashMap | actions = new HashMap() |
| BoxLayout | boxLayout = null |
| TitledBorder | titledBorder1 |
Description: Create dialog window based on the description in the dialogs.xml file
Copyright: Copyright (c) 2004
Company: LBNL
|
||||||||||||||||||||
|
|
|
|
center Dialog window on the screen
|
|
||||||||||||
|
replace one visible Panel by enother
|
|
|
return Component by name
|
|
||||||||||||
|
return object that is stored as a Method execution Result
|
|
|
return Panel by name
|
|
|
return number of the selected radio button in the group
|
|
||||||||||||
|
set Components Action
|
|
|
center dialog window |
1.3.9.1