MetaDone
metadone.client.dialog.swing.selectAMetaRole.netbeans.ChooseMetaRole Class Reference
Inheritance diagram for metadone.client.dialog.swing.selectAMetaRole.netbeans.ChooseMetaRole:
Collaboration diagram for metadone.client.dialog.swing.selectAMetaRole.netbeans.ChooseMetaRole:

List of all members.

Public Member Functions

 ChooseMetaRole (java.awt.Frame parent, boolean modal)
int getReturnStatus ()

Static Public Member Functions

static void main (String args[])

Static Public Attributes

static final int RET_CANCEL = 0
static final int RET_OK = 1

Protected Attributes

javax.swing.JButton cancelButton
javax.swing.JLabel jLabel
javax.swing.JList jList
javax.swing.JScrollPane jScrollPane1
javax.swing.JButton okButton

Private Member Functions

void initComponents ()
void okButtonActionPerformed (java.awt.event.ActionEvent evt)
void cancelButtonActionPerformed (java.awt.event.ActionEvent evt)
void closeDialog (java.awt.event.WindowEvent evt)
void doClose (int retStatus)

Private Attributes

int returnStatus = RET_CANCEL

Detailed Description

Author:
Vincent

Constructor & Destructor Documentation

metadone.client.dialog.swing.selectAMetaRole.netbeans.ChooseMetaRole.ChooseMetaRole ( java.awt.Frame  parent,
boolean  modal 
)

Member Function Documentation

void metadone.client.dialog.swing.selectAMetaRole.netbeans.ChooseMetaRole.cancelButtonActionPerformed ( java.awt.event.ActionEvent  evt) [private]
void metadone.client.dialog.swing.selectAMetaRole.netbeans.ChooseMetaRole.closeDialog ( java.awt.event.WindowEvent  evt) [private]
void metadone.client.dialog.swing.selectAMetaRole.netbeans.ChooseMetaRole.doClose ( int  retStatus) [private]
int metadone.client.dialog.swing.selectAMetaRole.netbeans.ChooseMetaRole.getReturnStatus ( )
Returns:
the return status of this dialog - one of RET_OK or RET_CANCEL

References metadone.client.dialog.swing.selectAMetaRole.netbeans.ChooseMetaRole.returnStatus.

static void metadone.client.dialog.swing.selectAMetaRole.netbeans.ChooseMetaRole.main ( String  args[]) [static]
Parameters:
argsthe command line arguments
void metadone.client.dialog.swing.selectAMetaRole.netbeans.ChooseMetaRole.okButtonActionPerformed ( java.awt.event.ActionEvent  evt) [private]

Member Data Documentation

A return status code - returned if OK button has been pressed


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations