Package | Description |
---|---|
net.sf.jguiraffe.examples.tutorial.viewset | |
net.sf.jguiraffe.gui.app |
In this package the main application class can be found.
|
net.sf.jguiraffe.gui.builder |
The main package of the builder.
|
net.sf.jguiraffe.gui.builder.window.ctrl |
This package contains classes and interfaces for the implementation of form
controllers.
|
net.sf.jguiraffe.gui.forms |
A package for dealing with forms.
|
Modifier and Type | Class and Description |
---|---|
class |
ViewSettingsFormValidator
A
FormValidator implementation for validating the dialog with view
settings. |
Modifier and Type | Method and Description |
---|---|
FormValidator |
ApplicationBuilderData.getFormValidator()
Returns the
FormValidator for validating the current form. |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationBuilderData.setFormValidator(FormValidator validator)
Sets the
FormValidator for validating the current form. |
Modifier and Type | Method and Description |
---|---|
FormValidator |
BuilderData.getFormValidator()
Returns the
FormValidator for validating the Form object. |
Modifier and Type | Method and Description |
---|---|
FormValidator |
FormController.getFormValidator()
Returns a
FormValidator for validating the associated form. |
Modifier and Type | Method and Description |
---|---|
void |
FormController.setFormValidator(FormValidator formValidator)
Sets a
FormValidator for the the associated form. |
Modifier and Type | Method and Description |
---|---|
FormValidator |
Form.getFormValidator()
Returns the form validator.
|
Modifier and Type | Method and Description |
---|---|
void |
Form.setFormValidator(FormValidator formValidator)
Sets the form validator.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.