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

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

An editor panel for the project RQML first-class element. More...

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

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

Public Member Functions

 ProjectAttributes3 (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 lbName
JLabel lbDescription
JTextField edName
JTextArea edDescription

Detailed Description

An editor panel for the project RQML first-class element.

This panel contains the controls for editing the attribute(s):

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

Definition at line 77 of file j2se/swing/vc/rqml/ProjectAttributes3.java.


Constructor & Destructor Documentation

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

Definition at line 78 of file j2se/swing/vc/rqml/ProjectAttributes3.java.


Member Function Documentation

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

Definition at line 88 of file j2se/swing/vc/rqml/ProjectAttributes3.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.ProjectAttributes3.edDescription, com.arcle.rmt.j2se.swing.vc.rqml.ProjectAttributes3.edName, com.arcle.rmt.j2se.swing.vc.rqml.ProjectAttributes3.lbDescription, and com.arcle.rmt.j2se.swing.vc.rqml.ProjectAttributes3.lbName.

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

Definition at line 96 of file j2se/swing/vc/rqml/ProjectAttributes3.java.

References com.arcle.rmt.j2se.swing.vc.rqml.FirstClassPanel.createScrollPane(), com.arcle.rmt.j2se.swing.vc.rqml.ProjectAttributes3.edDescription, com.arcle.rmt.j2se.swing.vc.rqml.ProjectAttributes3.edName, com.arcle.rmt.j2se.swing.vc.rqml.ProjectAttributes3.lbDescription, and com.arcle.rmt.j2se.swing.vc.rqml.ProjectAttributes3.lbName.

void com.arcle.rmt.j2se.swing.vc.rqml.ProjectAttributes3.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 117 of file j2se/swing/vc/rqml/ProjectAttributes3.java.

References com.arcle.rmt.j2se.swing.vc.rqml.ProjectAttributes3.edDescription, com.arcle.rmt.j2se.swing.vc.rqml.ProjectAttributes3.edName, com.arcle.rmt.rqml.Product.getDescription(), com.arcle.rmt.j2se.swing.vc.rqml.FirstClassPanel.getElement(), com.arcle.rmt.rqml.Product.getName(), com.arcle.rmt.rqml.Project.getProduct(), and com.arcle.rmt.rqml.StringOnly.getString().

void com.arcle.rmt.j2se.swing.vc.rqml.ProjectAttributes3.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 126 of file j2se/swing/vc/rqml/ProjectAttributes3.java.

References com.arcle.rmt.j2se.swing.vc.rqml.ProjectAttributes3.edDescription, com.arcle.rmt.j2se.swing.vc.rqml.ProjectAttributes3.edName, com.arcle.rmt.rqml.Product.getDescription(), com.arcle.rmt.j2se.swing.vc.rqml.FirstClassPanel.getElement(), com.arcle.rmt.rqml.Product.getName(), com.arcle.rmt.rqml.Project.getProduct(), and com.arcle.rmt.rqml.StringOnly.setString().


Member Data Documentation

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

Definition at line 142 of file j2se/swing/vc/rqml/ProjectAttributes3.java.

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

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

Definition at line 141 of file j2se/swing/vc/rqml/ProjectAttributes3.java.

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

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

Definition at line 139 of file j2se/swing/vc/rqml/ProjectAttributes3.java.

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

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

Definition at line 138 of file j2se/swing/vc/rqml/ProjectAttributes3.java.

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


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