Main Page | Namespace List | Class Hierarchy | Class List | Class Members | Related Pages

gov::lbl::genome::gui::dialog::VistaDialog Class Reference

Collaboration diagram for gov::lbl::genome::gui::dialog::VistaDialog:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Title: Standard dialog slass

Description: Create dialog window based on the description in the dialogs.xml file

Copyright: Copyright (c) 2004

Company: LBNL

Author:
Michael V. Teplitskiy
Version:
1.0


Constructor & Destructor Documentation

gov::lbl::genome::gui::dialog::VistaDialog::VistaDialog Frame  p0,
Element  e,
HashMap  param,
Callback  backParam
[inline]
 

VistaDialog

Parameters:
p0 Frame
e Element
param HashMap
backParam Callback


Member Function Documentation

void gov::lbl::genome::gui::dialog::VistaDialog::centerDialog JDialog  d  )  [inline, static]
 

center Dialog window on the screen

Parameters:
d JDialog

void gov::lbl::genome::gui::dialog::VistaDialog::changePanel String  pnl,
String  content
[inline]
 

replace one visible Panel by enother

Parameters:
pnl String
content String

Component gov::lbl::genome::gui::dialog::VistaDialog::getComponent String  name  )  throws Exception [inline]
 

return Component by name

Parameters:
name String
Returns:
Component
Exceptions:
Exception 

Object gov::lbl::genome::gui::dialog::VistaDialog::getMethodResult String  component,
String  method
[inline]
 

return object that is stored as a Method execution Result

Parameters:
component String
method String
Returns:
Object

JPanel gov::lbl::genome::gui::dialog::VistaDialog::getPanel String  name  )  [inline]
 

return Panel by name

Parameters:
name String
Returns:
JPanel

int gov::lbl::genome::gui::dialog::VistaDialog::getSelectedRadio String  group  )  [inline]
 

return number of the selected radio button in the group

Parameters:
group String
Returns:
int

void gov::lbl::genome::gui::dialog::VistaDialog::setComponentsAction String  component,
AbstractAction  action
[inline]
 

set Components Action

Parameters:
component String
action AbstractAction

void gov::lbl::genome::gui::dialog::VistaDialog::setLocation  )  [inline]
 

center dialog window


The documentation for this class was generated from the following file:
Generated on Wed Jan 19 17:01:11 2005 by  doxygen 1.3.9.1