Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

Sct.gui.MultiSelectionDialog Class Reference

A dialog for entering multiple items. More...

List of all members.

Public Member Functions

 MultiSelectionDialog (java.awt.Component owner, String title, String[] ss, int[] enabled)

Static Public Member Functions

String[] showDialog (java.awt.Component owner, String title, String[] selections, int[] enabled)

Package Functions

String[] getSelection ()

Package Attributes

String selections []
int enabled []
boolean valid

Private Member Functions

void initComponents ()
 This method is called from within the constructor to initialize the form.

void jButton2ActionPerformed (java.awt.event.ActionEvent evt)
void jButton1ActionPerformed (java.awt.event.ActionEvent evt)
void modifyComponents ()
 Build the GUI panel.


Private Attributes

javax.swing.JButton jButton1
javax.swing.JButton jButton2
javax.swing.JLabel jLabel1
javax.swing.JPanel jPanel1
javax.swing.JPanel jPanel2
javax.swing.JPanel jPanel3
javax.swing.JScrollPane jScrollPane1
javax.swing.JList multiList


Detailed Description

A dialog for entering multiple items.

Definition at line 19 of file MultiSelectionDialog.java.


Constructor & Destructor Documentation

Sct.gui.MultiSelectionDialog.MultiSelectionDialog java.awt.Component  owner,
String  title,
String[]  ss,
int[]  enabled
 

Parameters:
owner Parent frame
title Title of dialog box
fs Field names
ds Default text to put in textFields

Definition at line 39 of file MultiSelectionDialog.java.

References Sct.gui.MultiSelectionDialog.initComponents(), and Sct.gui.MultiSelectionDialog.modifyComponents().

Here is the call graph for this function:


Member Function Documentation

void Sct.gui.MultiSelectionDialog.initComponents  )  [private]
 

This method is called from within the constructor to initialize the form.

WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.

Definition at line 56 of file MultiSelectionDialog.java.

Referenced by Sct.gui.MultiSelectionDialog.MultiSelectionDialog().


The documentation for this class was generated from the following file:
Generated on Thu Jul 15 09:56:38 2004 for SCT DAQ/DCS Software - Java by doxygen 1.3.5