|
|||||||||
| Home >> All >> org >> scopemvc >> application >> timewarp >> [ userinfo overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.scopemvc.application.timewarp.userinfo
Class UserinfoView

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.scopemvc.view.swing.SwingView
org.scopemvc.view.swing.SPanel
org.scopemvc.application.timewarp.utilities.GridSPanel
org.scopemvc.application.timewarp.userinfo.UserinfoView
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, org.scopemvc.view.util.ModelBindable, org.scopemvc.core.PropertyView, org.scopemvc.view.swing.Refreshable, java.io.Serializable, org.scopemvc.core.View
- public class UserinfoView
- extends org.scopemvc.application.timewarp.utilities.GridSPanel
View for the user info screen.
- Version:
- 1.0
| Nested Class Summary | |
(package private) class |
UserinfoView.myFocusListener
|
| Nested classes inherited from class javax.swing.JPanel |
javax.swing.JPanel.AccessibleJPanel |
| 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.JPanel |
buttonPanel
|
private org.scopemvc.view.swing.STextField |
company
|
private org.scopemvc.view.swing.STextField |
eMail
|
private org.scopemvc.view.swing.STextField |
name
|
private org.scopemvc.view.swing.SButton |
save
|
| Fields inherited from class org.scopemvc.application.timewarp.utilities.GridSPanel |
|
| Fields inherited from class org.scopemvc.view.swing.SPanel |
|
| Fields inherited from class org.scopemvc.view.swing.SwingView |
CENTRED, MODAL_DIALOG, MODELESS_DIALOG, PRIMARY_WINDOW |
| 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 java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
UserinfoView()
Constructor for the UserinfoView object. |
|
| Method Summary | |
java.lang.String |
getTitle()
Gets the title attribute of the UserinfoView object. |
private void |
initButtons()
Initializes the buttons. |
private void |
initFields()
Initializes the fields. |
| Methods inherited from class org.scopemvc.application.timewarp.utilities.GridSPanel |
add, add, add, add, add, initTabOrder, main, nextFocusComponent, setFill, setGridspan, setInsets, setWeight, setWeight |
| Methods inherited from class org.scopemvc.view.swing.SPanel |
getBoundModel, getSelector, getShownModel, getViewValue, refresh, setBoundModel, setSelector, setSelectorString, updateFromProperty, validationFailed, validationSuccess |
| Methods inherited from class org.scopemvc.view.swing.SwingView |
getCloseControl, getController, getDisplayMode, getLastShownBounds, getMenuBar, getViewBounds, isResizable, issueControl, setController, setLastShownBounds, setViewBounds, toString |
| Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.scopemvc.core.View |
getController, issueControl, setController |
| Field Detail |
name
private org.scopemvc.view.swing.STextField name
private org.scopemvc.view.swing.STextField eMail
company
private org.scopemvc.view.swing.STextField company
buttonPanel
private javax.swing.JPanel buttonPanel
save
private org.scopemvc.view.swing.SButton save
| Constructor Detail |
UserinfoView
public UserinfoView()
- Constructor for the UserinfoView object.
| Method Detail |
getTitle
public java.lang.String getTitle()
- Gets the title attribute of the UserinfoView object.
initFields
private void initFields()
- Initializes the fields.
initButtons
private void initButtons()
- Initializes the buttons.
|
|||||||||
| Home >> All >> org >> scopemvc >> application >> timewarp >> [ userinfo overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC