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

Public Member Functions | |
| ProjectAttributes1 (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 | lbProblem |
| JTextArea | edProblem |
This panel contains the controls for editing the attribute(s):
Definition at line 77 of file j2se/swing/vc/rqml/ProjectAttributes1.java.
|
|
Definition at line 78 of file j2se/swing/vc/rqml/ProjectAttributes1.java. |
|
|
|
|
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 107 of file j2se/swing/vc/rqml/ProjectAttributes1.java. References com.arcle.rmt.j2se.swing.vc.rqml.ProjectAttributes1.edProblem, com.arcle.rmt.j2se.swing.vc.rqml.FirstClassPanel.getElement(), com.arcle.rmt.rqml.Project.getProblem(), and com.arcle.rmt.rqml.StringOnly.getString(). |
|
|
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 115 of file j2se/swing/vc/rqml/ProjectAttributes1.java. References com.arcle.rmt.j2se.swing.vc.rqml.ProjectAttributes1.edProblem, com.arcle.rmt.j2se.swing.vc.rqml.FirstClassPanel.getElement(), com.arcle.rmt.rqml.Project.getProblem(), and com.arcle.rmt.rqml.StringOnly.setString(). |
|
|
|
Definition at line 126 of file j2se/swing/vc/rqml/ProjectAttributes1.java. Referenced by com.arcle.rmt.j2se.swing.vc.rqml.ProjectAttributes1.initChildren(), and com.arcle.rmt.j2se.swing.vc.rqml.ProjectAttributes1.layoutChildren(). |
1.3.5