|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JvView | |
|---|---|
| org.jurvis.swing | Swing utilities and extensions. |
| org.jurvis.swing.app | |
| org.jurvis.swing.form | An input form and view framework. |
| Uses of JvView in org.jurvis.swing |
|---|
| Methods in org.jurvis.swing that return JvView | |
|---|---|
JvView |
JvSwingFactory.applyView(JvView view,
Component parent,
String name)
Apply any properties to an NView. |
| Methods in org.jurvis.swing with parameters of type JvView | |
|---|---|
JvView |
JvSwingFactory.applyView(JvView view,
Component parent,
String name)
Apply any properties to an NView. |
| Uses of JvView in org.jurvis.swing.app |
|---|
| Fields in org.jurvis.swing.app declared as JvView | |
|---|---|
protected JvView |
JvApplication.activeView
The active view. |
| Methods in org.jurvis.swing.app that return JvView | |
|---|---|
JvView |
JvApplication.getActiveView()
Return the application's active view. |
| Methods in org.jurvis.swing.app with parameters of type JvView | |
|---|---|
void |
JvApplication.setActiveView(JvView view)
Set the application's active view to the specified view. |
| Uses of JvView in org.jurvis.swing.form |
|---|
| Classes in org.jurvis.swing.form that implement JvView | |
|---|---|
class |
JvAbstractView
Abstract formalization of the View component of the Model-View-Controller paradigm. |
| Methods in org.jurvis.swing.form with parameters of type JvView | |
|---|---|
static int |
JvViewUtilities.promptToSaveModifications(JvView view)
Prompt the user to determine if they wish to save the unsaved modifications to this view. |
static int |
JvViewUtilities.promptToSaveModifications(JvView view,
int optionType)
Prompt the user to determine if they wish to save the unsaved modifications to this view. |
static boolean |
JvViewUtilities.validateAndCommit(JvView view)
Validate and save the user modifications. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||