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

com.arcle.rmt.j2se.swing.AboutDialog Class Reference

A modal dialog that displays version and copyright information. More...

List of all members.

Public Member Functions

 AboutDialog (Component owner)

Protected Member Functions

void dialogInit ()
void initChildren ()
void layoutChildren ()
void cmdShowLicense ()
void readLicense ()

Private Attributes

JButton btOk
JButton btLicenses
JLabel lbLogo
JLabel lbRelease
JLabel lbVersion
JLabel lbAppName
JLabel lbAppDesc
JLabel lbCopyright
JLabel lbOrgName
JLabel lbOrgURL

Static Private Attributes

final String APP_NAME = "Rambutan"
final String APP_DESC = "Requirements Management Tool for Busy System Analysts"
final String ORG_NAME = "Arcle Technologies"
final String ORG_URL = "http://www.arcle.com"
final String COPYRIGHT = "Copyright (C) Sasmito Adibowo, 2003"
final String RELEASE_VERSION = "0.1-rc1"


Detailed Description

A modal dialog that displays version and copyright information.

Author:
Sasmito Adibowo
Version:
Id
AboutDialog.java,v 1.7 2003/05/19 10:08:10 adib Exp

Definition at line 80 of file j2se/swing/AboutDialog.java.


Constructor & Destructor Documentation

com.arcle.rmt.j2se.swing.AboutDialog.AboutDialog Component  owner  ) 
 

Definition at line 96 of file j2se/swing/AboutDialog.java.


Member Function Documentation

void com.arcle.rmt.j2se.swing.AboutDialog.cmdShowLicense  )  [protected]
 

Definition at line 191 of file j2se/swing/AboutDialog.java.

References com.arcle.rmt.j2se.swing.AboutDialog.readLicense().

Referenced by com.arcle.rmt.j2se.swing.AboutDialog.initChildren().

void com.arcle.rmt.j2se.swing.AboutDialog.dialogInit  )  [protected]
 

Definition at line 100 of file j2se/swing/AboutDialog.java.

References com.arcle.rmt.j2se.swing.AboutDialog.initChildren(), and com.arcle.rmt.j2se.swing.AboutDialog.layoutChildren().

void com.arcle.rmt.j2se.swing.AboutDialog.initChildren  )  [protected]
 

Definition at line 109 of file j2se/swing/AboutDialog.java.

References com.arcle.rmt.j2se.swing.AboutDialog.APP_DESC, com.arcle.rmt.j2se.swing.AboutDialog.APP_NAME, com.arcle.rmt.j2se.swing.AboutDialog.btLicenses, com.arcle.rmt.j2se.swing.AboutDialog.btOk, com.arcle.rmt.j2se.swing.AboutDialog.cmdShowLicense(), com.arcle.rmt.j2se.swing.AboutDialog.COPYRIGHT, com.arcle.rmt.j2se.swing.AboutDialog.lbAppDesc, com.arcle.rmt.j2se.swing.AboutDialog.lbAppName, com.arcle.rmt.j2se.swing.AboutDialog.lbCopyright, com.arcle.rmt.j2se.swing.AboutDialog.lbLogo, com.arcle.rmt.j2se.swing.AboutDialog.lbOrgName, com.arcle.rmt.j2se.swing.AboutDialog.lbOrgURL, com.arcle.rmt.j2se.swing.AboutDialog.lbVersion, com.arcle.rmt.j2se.swing.AboutDialog.ORG_NAME, com.arcle.rmt.j2se.swing.AboutDialog.ORG_URL, and com.arcle.rmt.j2se.swing.AboutDialog.RELEASE_VERSION.

Referenced by com.arcle.rmt.j2se.swing.AboutDialog.dialogInit().

void com.arcle.rmt.j2se.swing.AboutDialog.layoutChildren  )  [protected]
 

Definition at line 139 of file j2se/swing/AboutDialog.java.

References com.arcle.rmt.j2se.swing.AboutDialog.btOk, com.arcle.rmt.j2se.swing.AboutDialog.lbAppDesc, com.arcle.rmt.j2se.swing.AboutDialog.lbAppName, com.arcle.rmt.j2se.swing.AboutDialog.lbCopyright, com.arcle.rmt.j2se.swing.AboutDialog.lbLogo, com.arcle.rmt.j2se.swing.AboutDialog.lbOrgName, com.arcle.rmt.j2se.swing.AboutDialog.lbOrgURL, and com.arcle.rmt.j2se.swing.AboutDialog.lbVersion.

Referenced by com.arcle.rmt.j2se.swing.AboutDialog.dialogInit().

void com.arcle.rmt.j2se.swing.AboutDialog.readLicense  )  [protected]
 

Definition at line 195 of file j2se/swing/AboutDialog.java.

Referenced by com.arcle.rmt.j2se.swing.AboutDialog.cmdShowLicense().


Member Data Documentation

final String com.arcle.rmt.j2se.swing.AboutDialog.APP_DESC = "Requirements Management Tool for Busy System Analysts" [static, private]
 

Definition at line 84 of file j2se/swing/AboutDialog.java.

Referenced by com.arcle.rmt.j2se.swing.AboutDialog.initChildren().

final String com.arcle.rmt.j2se.swing.AboutDialog.APP_NAME = "Rambutan" [static, private]
 

Definition at line 82 of file j2se/swing/AboutDialog.java.

Referenced by com.arcle.rmt.j2se.swing.AboutDialog.initChildren().

JButton com.arcle.rmt.j2se.swing.AboutDialog.btLicenses [private]
 

Definition at line 214 of file j2se/swing/AboutDialog.java.

Referenced by com.arcle.rmt.j2se.swing.AboutDialog.initChildren().

JButton com.arcle.rmt.j2se.swing.AboutDialog.btOk [private]
 

Definition at line 212 of file j2se/swing/AboutDialog.java.

Referenced by com.arcle.rmt.j2se.swing.AboutDialog.initChildren(), and com.arcle.rmt.j2se.swing.AboutDialog.layoutChildren().

final String com.arcle.rmt.j2se.swing.AboutDialog.COPYRIGHT = "Copyright (C) Sasmito Adibowo, 2003" [static, private]
 

Definition at line 90 of file j2se/swing/AboutDialog.java.

Referenced by com.arcle.rmt.j2se.swing.AboutDialog.initChildren().

JLabel com.arcle.rmt.j2se.swing.AboutDialog.lbAppDesc [private]
 

Definition at line 224 of file j2se/swing/AboutDialog.java.

Referenced by com.arcle.rmt.j2se.swing.AboutDialog.initChildren(), and com.arcle.rmt.j2se.swing.AboutDialog.layoutChildren().

JLabel com.arcle.rmt.j2se.swing.AboutDialog.lbAppName [private]
 

Definition at line 222 of file j2se/swing/AboutDialog.java.

Referenced by com.arcle.rmt.j2se.swing.AboutDialog.initChildren(), and com.arcle.rmt.j2se.swing.AboutDialog.layoutChildren().

JLabel com.arcle.rmt.j2se.swing.AboutDialog.lbCopyright [private]
 

Definition at line 226 of file j2se/swing/AboutDialog.java.

Referenced by com.arcle.rmt.j2se.swing.AboutDialog.initChildren(), and com.arcle.rmt.j2se.swing.AboutDialog.layoutChildren().

JLabel com.arcle.rmt.j2se.swing.AboutDialog.lbLogo [private]
 

Definition at line 216 of file j2se/swing/AboutDialog.java.

Referenced by com.arcle.rmt.j2se.swing.AboutDialog.initChildren(), and com.arcle.rmt.j2se.swing.AboutDialog.layoutChildren().

JLabel com.arcle.rmt.j2se.swing.AboutDialog.lbOrgName [private]
 

Definition at line 228 of file j2se/swing/AboutDialog.java.

Referenced by com.arcle.rmt.j2se.swing.AboutDialog.initChildren(), and com.arcle.rmt.j2se.swing.AboutDialog.layoutChildren().

JLabel com.arcle.rmt.j2se.swing.AboutDialog.lbOrgURL [private]
 

Definition at line 230 of file j2se/swing/AboutDialog.java.

Referenced by com.arcle.rmt.j2se.swing.AboutDialog.initChildren(), and com.arcle.rmt.j2se.swing.AboutDialog.layoutChildren().

JLabel com.arcle.rmt.j2se.swing.AboutDialog.lbRelease [private]
 

Definition at line 218 of file j2se/swing/AboutDialog.java.

JLabel com.arcle.rmt.j2se.swing.AboutDialog.lbVersion [private]
 

Definition at line 220 of file j2se/swing/AboutDialog.java.

Referenced by com.arcle.rmt.j2se.swing.AboutDialog.initChildren(), and com.arcle.rmt.j2se.swing.AboutDialog.layoutChildren().

final String com.arcle.rmt.j2se.swing.AboutDialog.ORG_NAME = "Arcle Technologies" [static, private]
 

Definition at line 86 of file j2se/swing/AboutDialog.java.

Referenced by com.arcle.rmt.j2se.swing.AboutDialog.initChildren().

final String com.arcle.rmt.j2se.swing.AboutDialog.ORG_URL = "http://www.arcle.com" [static, private]
 

Definition at line 88 of file j2se/swing/AboutDialog.java.

Referenced by com.arcle.rmt.j2se.swing.AboutDialog.initChildren().

final String com.arcle.rmt.j2se.swing.AboutDialog.RELEASE_VERSION = "0.1-rc1" [static, private]
 

Definition at line 93 of file j2se/swing/AboutDialog.java.

Referenced by com.arcle.rmt.j2se.swing.AboutDialog.initChildren().


The documentation for this class was generated from the following file:
Generated on Fri Jun 18 19:53:04 2004 for Arcle Rambutan by doxygen 1.3.5