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

com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1 Class Reference

Inheritance diagram for com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1:

com.arcle.rmt.j2se.swing.vc.rqml.FirstClassPanel List of all members.

Public Member Functions

 GeneralAttributes1 (RQMLFirstClass fc)

Protected Member Functions

void initChildren ()
void layoutChildren ()
void loadData ()
 Abstract strategy method that is called to load data from the element into the child controls.

void saveData ()
 Abstract strategy method that is called to save data from the child controls into the element.


Private Attributes

JLabel lbID
JLabel lbName
JLabel lbDescription
JLabel lbRationale
JLabel lbVersion
JTextField edID
JTextField edName
JTextArea edDescription
JTextArea edRationale
JTextField edVersion

Detailed Description

Author:
Sasmito Adibowo
Version:
Id
GeneralAttributes1.java,v 1.6 2003/05/15 19:43:55 adib Exp

Definition at line 74 of file j2se/swing/vc/rqml/GeneralAttributes1.java.


Constructor & Destructor Documentation

com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.GeneralAttributes1 RQMLFirstClass  fc  ) 
 

Definition at line 75 of file j2se/swing/vc/rqml/GeneralAttributes1.java.


Member Function Documentation

void com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.initChildren  )  [protected]
 

Definition at line 85 of file j2se/swing/vc/rqml/GeneralAttributes1.java.

References com.arcle.rmt.j2se.swing.vc.rqml.FirstClassPanel.createLabel(), com.arcle.rmt.j2se.swing.vc.rqml.FirstClassPanel.createTextArea(), com.arcle.rmt.j2se.swing.vc.rqml.FirstClassPanel.createTextField(), com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.edDescription, com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.edID, com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.edName, com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.edRationale, com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.edVersion, com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.lbDescription, com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.lbID, com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.lbName, com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.lbRationale, and com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.lbVersion.

void com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.layoutChildren  )  [protected]
 

Definition at line 99 of file j2se/swing/vc/rqml/GeneralAttributes1.java.

References com.arcle.rmt.j2se.swing.vc.rqml.FirstClassPanel.createScrollPane(), com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.edDescription, com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.edID, com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.edName, com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.edRationale, com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.edVersion, com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.lbDescription, com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.lbID, com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.lbName, com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.lbRationale, and com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.lbVersion.

void com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.loadData  )  [protected, virtual]
 

Abstract strategy method that is called to load data from the element into the child controls.

Implements com.arcle.rmt.j2se.swing.vc.rqml.FirstClassPanel.

Definition at line 167 of file j2se/swing/vc/rqml/GeneralAttributes1.java.

References com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.edDescription, com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.edID, com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.edName, com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.edRationale, com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.edVersion, com.arcle.rmt.rqml.RQMLFirstClass.getDescription(), com.arcle.rmt.j2se.swing.vc.rqml.FirstClassPanel.getElement(), com.arcle.rmt.rqml.RQMLSecondClass.getID(), com.arcle.rmt.rqml.RQMLFirstClass.getName(), com.arcle.rmt.rqml.RQMLFirstClass.getRationale(), com.arcle.rmt.rqml.StringOnly.getString(), and com.arcle.rmt.rqml.RQMLFirstClass.getVersion().

void com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.saveData  )  [protected, virtual]
 

Abstract strategy method that is called to save data from the child controls into the element.

Implements com.arcle.rmt.j2se.swing.vc.rqml.FirstClassPanel.

Definition at line 176 of file j2se/swing/vc/rqml/GeneralAttributes1.java.

References com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.edDescription, com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.edID, com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.edName, com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.edRationale, com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.edVersion, com.arcle.rmt.rqml.RQMLFirstClass.getDescription(), com.arcle.rmt.j2se.swing.vc.rqml.FirstClassPanel.getElement(), com.arcle.rmt.rqml.RQMLFirstClass.getName(), com.arcle.rmt.rqml.RQMLFirstClass.getRationale(), com.arcle.rmt.rqml.RQMLSecondClass.setID(), com.arcle.rmt.rqml.StringOnly.setString(), and com.arcle.rmt.rqml.RQMLFirstClass.setVersion().


Member Data Documentation

JTextArea com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.edDescription [private]
 

Definition at line 196 of file j2se/swing/vc/rqml/GeneralAttributes1.java.

Referenced by com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.initChildren(), com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.layoutChildren(), com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.loadData(), and com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.saveData().

JTextField com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.edID [private]
 

Definition at line 194 of file j2se/swing/vc/rqml/GeneralAttributes1.java.

Referenced by com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.initChildren(), com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.layoutChildren(), com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.loadData(), and com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.saveData().

JTextField com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.edName [private]
 

Definition at line 195 of file j2se/swing/vc/rqml/GeneralAttributes1.java.

Referenced by com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.initChildren(), com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.layoutChildren(), com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.loadData(), and com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.saveData().

JTextArea com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.edRationale [private]
 

Definition at line 197 of file j2se/swing/vc/rqml/GeneralAttributes1.java.

Referenced by com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.initChildren(), com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.layoutChildren(), com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.loadData(), and com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.saveData().

JTextField com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.edVersion [private]
 

Definition at line 198 of file j2se/swing/vc/rqml/GeneralAttributes1.java.

Referenced by com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.initChildren(), com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.layoutChildren(), com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.loadData(), and com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.saveData().

JLabel com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.lbDescription [private]
 

Definition at line 190 of file j2se/swing/vc/rqml/GeneralAttributes1.java.

Referenced by com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.initChildren(), and com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.layoutChildren().

JLabel com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.lbID [private]
 

Definition at line 188 of file j2se/swing/vc/rqml/GeneralAttributes1.java.

Referenced by com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.initChildren(), and com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.layoutChildren().

JLabel com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.lbName [private]
 

Definition at line 189 of file j2se/swing/vc/rqml/GeneralAttributes1.java.

Referenced by com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.initChildren(), and com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.layoutChildren().

JLabel com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.lbRationale [private]
 

Definition at line 191 of file j2se/swing/vc/rqml/GeneralAttributes1.java.

Referenced by com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.initChildren(), and com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.layoutChildren().

JLabel com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.lbVersion [private]
 

Definition at line 192 of file j2se/swing/vc/rqml/GeneralAttributes1.java.

Referenced by com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.initChildren(), and com.arcle.rmt.j2se.swing.vc.rqml.GeneralAttributes1.layoutChildren().


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