|
|||||||||
| Home >> All >> nectar >> reda >> recordeditor >> [ client overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
nectar.reda.recordeditor.client
Class PersonRecordEditorJInternalFrame

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JInternalFrame
nectar.reda.recordeditor.client.PersonRecordEditorJInternalFrame
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public class PersonRecordEditorJInternalFrame
- extends javax.swing.JInternalFrame
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JInternalFrame |
javax.swing.JInternalFrame.AccessibleJInternalFrame, javax.swing.JInternalFrame.JDesktopIcon |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private javax.swing.JTextField |
firstNameField
|
private javax.swing.JLabel |
idField
|
private javax.swing.JTextField |
initialField
|
private javax.swing.JButton |
jButton1
|
private javax.swing.JButton |
jButton2
|
private javax.swing.JLabel |
jLabel1
|
private javax.swing.JLabel |
jLabel11
|
private javax.swing.JLabel |
jLabel12
|
private javax.swing.JPanel |
jPanel1
|
private javax.swing.JPanel |
jPanel2
|
private javax.swing.JPanel |
jPanel3
|
private javax.swing.JPanel |
jPanel4
|
private javax.swing.JTextField |
lastNameField
|
private nectar.reda.client.base.ActionPump |
pump
|
private nectar.record.PersonRecord |
record
|
private javax.swing.JToolBar |
toolBar
|
private nectar.view.PersonView |
view
|
| Fields inherited from class javax.swing.JInternalFrame |
closable, CONTENT_PANE_PROPERTY, desktopIcon, FRAME_ICON_PROPERTY, frameIcon, GLASS_PANE_PROPERTY, iconable, IS_CLOSED_PROPERTY, IS_ICON_PROPERTY, IS_MAXIMUM_PROPERTY, IS_SELECTED_PROPERTY, isClosed, isIcon, isMaximum, isSelected, LAYERED_PANE_PROPERTY, maximizable, MENU_BAR_PROPERTY, resizable, ROOT_PANE_PROPERTY, rootPane, rootPaneCheckingEnabled, title, TITLE_PROPERTY |
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
PersonRecordEditorJInternalFrame(nectar.reda.client.base.ActionPump pump,
nectar.record.PersonRecord record)
Creates new form PersonRecordEditorJInternalFrame |
|
| Method Summary | |
private void |
initComponents()
This method is called from within the constructor to initialize the form. |
void |
initRecordDisplay()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
pump
private nectar.reda.client.base.ActionPump pump
record
private nectar.record.PersonRecord record
view
private nectar.view.PersonView view
jButton2
private javax.swing.JButton jButton2
jLabel12
private javax.swing.JLabel jLabel12
firstNameField
private javax.swing.JTextField firstNameField
jPanel4
private javax.swing.JPanel jPanel4
jLabel1
private javax.swing.JLabel jLabel1
jPanel3
private javax.swing.JPanel jPanel3
jButton1
private javax.swing.JButton jButton1
toolBar
private javax.swing.JToolBar toolBar
jPanel2
private javax.swing.JPanel jPanel2
jLabel11
private javax.swing.JLabel jLabel11
initialField
private javax.swing.JTextField initialField
jPanel1
private javax.swing.JPanel jPanel1
lastNameField
private javax.swing.JTextField lastNameField
idField
private javax.swing.JLabel idField
| Constructor Detail |
PersonRecordEditorJInternalFrame
public PersonRecordEditorJInternalFrame(nectar.reda.client.base.ActionPump pump, nectar.record.PersonRecord record)
- Creates new form PersonRecordEditorJInternalFrame
| Method Detail |
initRecordDisplay
public void initRecordDisplay()
initComponents
private void initComponents()
- This method is called from within the constructor to
initialize the form.
WARNING: Do NOT modify this code. The content of this method is
always regenerated by the Form Editor.
|
|||||||||
| Home >> All >> nectar >> reda >> recordeditor >> [ client overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC