A B C D E F G I K L M N O P R S T U V

A

accept(Component) - Method in class com.jgoodies.validation.tutorial.util.MyFocusTraversalPolicy
Determines whether a Component is an acceptable choice as the new focus owner.
ACTION_EXIT - Static variable in class com.jgoodies.validation.demo.model.MainModel
 
ACTION_OPEN_ABOUT_DIALOG - Static variable in class com.jgoodies.validation.demo.model.MainModel
 
ACTION_OPEN_HELP_CONTENTS - Static variable in class com.jgoodies.validation.demo.model.MainModel
 
ACTION_OPEN_PREFERENCES - Static variable in class com.jgoodies.validation.demo.model.MainModel
 

B

BackendService - Class in com.jgoodies.validation.tutorial.performance
Provides a validation service that simulates a slow back-end operation.
build() - Method in class com.jgoodies.validation.demo.view.MainFrame
Builds the frame's content pane, packs it, locates it on the screen, sets the icon, restores the saved state, and registers listeners.
buildContent() - Method in class com.jgoodies.validation.demo.view.PreferencesDialog
Builds and returns the preference dialog's content panel.
buildContentPane() - Method in class com.jgoodies.validation.demo.view.MainFrame
Builds and returns the content pane.
buildHeader() - Method in class com.jgoodies.validation.demo.view.PreferencesDialog
Builds and returns the dialog's header panel.
buildPanel() - Method in class com.jgoodies.validation.tutorial.basics.ComponentFeedbackExample
Builds and returns the whole editor with 3 sections for the different validation times.
buildPanel() - Method in class com.jgoodies.validation.tutorial.basics.InfoOnFocusExample
Builds and returns the whole editor.
buildPanel() - Method in class com.jgoodies.validation.tutorial.basics.MandatoryMarkerExample
Builds and returns the whole editor with 3 sections for the different validation times.
buildPanel() - Method in class com.jgoodies.validation.tutorial.basics.SimpleDomainValidationExample
Builds the whole editor.
buildPanel() - Method in class com.jgoodies.validation.tutorial.basics.ValidationMessageKeysExample
Builds and returns the whole editor.
buildPanel() - Method in class com.jgoodies.validation.tutorial.basics.ValidationResultViewExample
Builds and returns the whole editor with 3 sections for the different validation times.
buildPanel() - Method in class com.jgoodies.validation.tutorial.basics.ValidationTimeExample
Builds and returns the whole editor with 3 sections for the different validation times.
buildPanel() - Method in class com.jgoodies.validation.tutorial.formatted.DateExample
Builds and returns a panel with a header row and the sample rows.
buildPanel() - Method in class com.jgoodies.validation.tutorial.formatted.FocusLostBehaviorExample
Builds and returns a panel with a header row and the sample rows.
buildPanel() - Method in class com.jgoodies.validation.tutorial.formatted.NumberExample
Builds and returns a panel with a header row and the sample rows.
buildPanel() - Method in class com.jgoodies.validation.tutorial.performance.PerformanceExample
Builds and returns a panel that combines all setups.
buildPanel() - Method in class com.jgoodies.validation.tutorial.validator.ValidatingOrderEditor
Builds the whole editor.

C

com.jgoodies.validation.demo - package com.jgoodies.validation.demo
 
com.jgoodies.validation.demo.domain - package com.jgoodies.validation.demo.domain
 
com.jgoodies.validation.demo.model - package com.jgoodies.validation.demo.model
 
com.jgoodies.validation.demo.view - package com.jgoodies.validation.demo.view
 
com.jgoodies.validation.extras - package com.jgoodies.validation.extras
Contains optional Validation framework classes that ship only with the JGoodies Validation source distribution and are not yet part of the binary Validation library.
com.jgoodies.validation.tutorial.basics - package com.jgoodies.validation.tutorial.basics
Contains examples that demonstrate basic validation techniques
com.jgoodies.validation.tutorial.formatted - package com.jgoodies.validation.tutorial.formatted
Contains examples around the JFormattedTextFields
com.jgoodies.validation.tutorial.formatted.format - package com.jgoodies.validation.tutorial.formatted.format
Contains Format implementations used in the 'Formatted' tutorial examples
com.jgoodies.validation.tutorial.formatted.formatter - package com.jgoodies.validation.tutorial.formatted.formatter
Contains Formatter implementation used in the 'Formatted' tutorial examples
com.jgoodies.validation.tutorial.performance - package com.jgoodies.validation.tutorial.performance
Contains examples that demonstrates different approaches to reducing the validation frequency, costs, and GUI locks
com.jgoodies.validation.tutorial.shared - package com.jgoodies.validation.tutorial.shared
Contains classes shared by multiple tutorial examples
com.jgoodies.validation.tutorial.util - package com.jgoodies.validation.tutorial.util
Contains helper classes used by the tutorial examples
com.jgoodies.validation.tutorial.validator - package com.jgoodies.validation.tutorial.validator
Examples that demonstrate who can validate
ComponentFeedbackExample - Class in com.jgoodies.validation.tutorial.basics
Demonstrates different styles how to indicate that a component contains invalid data: background changes if empty, background reflects the severity, overlaid icons reflect the severity.
ComponentFeedbackExample() - Constructor for class com.jgoodies.validation.tutorial.basics.ComponentFeedbackExample
 
CompoundIcon - Class in com.jgoodies.validation.extras
An Icon implementation that paints two icons as compound or overlaid icon using a specified alignment.
CompoundIcon(Icon, Icon) - Constructor for class com.jgoodies.validation.extras.CompoundIcon
Constructs a compound icon for the given foreground and background icons, using a default anchor.
CompoundIcon(Icon, Icon, CompoundIcon.Anchor) - Constructor for class com.jgoodies.validation.extras.CompoundIcon
Constructs a compound icon for the given foreground and background icons, using the specified anchor.
CompoundIcon.Anchor - Enum in com.jgoodies.validation.extras
Describes how to position the foreground icon to the background icon.
configureCloseOperation() - Method in class com.jgoodies.validation.demo.view.MainFrame
 
configureSplash() - Method in class com.jgoodies.validation.demo.ValidationDemo
Configures the splash to set a blue progress bar.
configureUI() - Method in class com.jgoodies.validation.demo.ValidationDemo
Configures the user interface.
Container - Class in com.jgoodies.validation.tutorial.performance
Describes a container with container number and label.
Container() - Constructor for class com.jgoodies.validation.tutorial.performance.Container
Constructs an empty Container.
createDateField(ValueModel) - Static method in class com.jgoodies.validation.tutorial.util.ExampleComponentFactory
Creates and returns a formatted text field that is bound to the Date value of the given ValueModel.
createDateField(ValueModel, boolean) - Static method in class com.jgoodies.validation.tutorial.util.ExampleComponentFactory
Creates and returns a formatted text field that is bound to the Date value of the given ValueModel.
createDateField(ValueModel, boolean, boolean) - Static method in class com.jgoodies.validation.tutorial.util.ExampleComponentFactory
Creates and returns a formatted text field that is bound to the Date value of the given ValueModel.
createDebugPropertyChangeListener() - Static method in class com.jgoodies.validation.tutorial.util.TutorialUtils
Returns a listener that writes bean property changes to the console.
createExampleList() - Static method in class com.jgoodies.validation.demo.domain.ExampleFactory
Creates sample instances.
createFrame(String) - Method in class com.jgoodies.validation.tutorial.util.TutorialApplication
 
createMainFrame() - Method in class com.jgoodies.validation.demo.ValidationDemo
Creates and returns the application's main frame.
CustomNumberFormatter - Class in com.jgoodies.validation.tutorial.formatted.formatter
Unlike its superclass NumberFormatter, this class converts non-negative integers to natural language strings: Zero, One, Two, Three, More than three.
CustomNumberFormatter() - Constructor for class com.jgoodies.validation.tutorial.formatted.formatter.CustomNumberFormatter
Constructs a CustomNumberFormatter.
CustomNumberFormatter(NumberFormat) - Constructor for class com.jgoodies.validation.tutorial.formatted.formatter.CustomNumberFormatter
Constructs a CustomNumberFormatter using the given NumberFormat to convert strings to values.

D

DateExample - Class in com.jgoodies.validation.tutorial.formatted
Demonstrates different configurations of JFormattedTextField to display and edit numbers.
DateExample() - Constructor for class com.jgoodies.validation.tutorial.formatted.DateExample
 
DelayedValidationResultModel - Class in com.jgoodies.validation.extras
A ValidationResultModel that defers changes for a specified delay.
DelayedValidationResultModel(ValidationResultModel, int) - Constructor for class com.jgoodies.validation.extras.DelayedValidationResultModel
Constructs a DelayedValidationResultModel for the given subject ValidationResultModel and the specified Timer delay in milliseconds.
DisplayFormat - Class in com.jgoodies.validation.tutorial.formatted.format
Wraps a given Format and overrides that null values are formatted to the empty string.
DisplayFormat(Format) - Constructor for class com.jgoodies.validation.tutorial.formatted.format.DisplayFormat
Constructs an EmptyFormat that wraps the given format to convert null to the empty string and vice versa.
DisplayFormat(Format, boolean) - Constructor for class com.jgoodies.validation.tutorial.formatted.format.DisplayFormat
Constructs an EmptyFormat that wraps the given format to convert null to the empty string and vice versa.
doCloseWindow() - Method in class com.jgoodies.validation.demo.view.PreferencesDialog
 

E

EmptyFormat - Class in com.jgoodies.validation.tutorial.formatted.format
Wraps a given Format and adds behavior to convert to/from the empty string.
EmptyFormat(Format) - Constructor for class com.jgoodies.validation.tutorial.formatted.format.EmptyFormat
Constructs an EmptyFormat that wraps the given format to convert null to the empty string and vice versa.
EmptyFormat(Format, Object) - Constructor for class com.jgoodies.validation.tutorial.formatted.format.EmptyFormat
Constructs an EmptyFormat that wraps the given format to convert the given emptyValue to the empty string and vice versa.
EmptyFormat(Format, int) - Constructor for class com.jgoodies.validation.tutorial.formatted.format.EmptyFormat
Constructs an EmptyFormat that wraps the given format to convert the given emptyValue to the empty string and vice versa.
Example - Class in com.jgoodies.validation.demo.domain
Describes an example in the JGoodies Valiation Demo.
Example(String, String, Object) - Constructor for class com.jgoodies.validation.demo.domain.Example
Constructs an Example for the given name, description and builder.
ExampleComponentFactory - Class in com.jgoodies.validation.tutorial.util
Consists only of static methods that vend formatted text fields used to edit dates that are bound to an underlying ValueModel.
ExampleFactory - Class in com.jgoodies.validation.demo.domain
Creates the list of examples that is used in the Examples bar.
exit(ActionEvent) - Method in class com.jgoodies.validation.demo.model.MainModel
 

F

FocusLostBehaviorExample - Class in com.jgoodies.validation.tutorial.formatted
Demonstrates the JFormattedTextField in different focus lost behavior modes.
FocusLostBehaviorExample() - Constructor for class com.jgoodies.validation.tutorial.formatted.FocusLostBehaviorExample
 
format(Object, StringBuffer, FieldPosition) - Method in class com.jgoodies.validation.tutorial.formatted.format.DisplayFormat
Formats an object and appends the resulting text to a given string buffer.
format(Object, StringBuffer, FieldPosition) - Method in class com.jgoodies.validation.tutorial.formatted.format.EmptyFormat
Formats an object and appends the resulting text to a given string buffer.
format(Date, StringBuffer, FieldPosition) - Method in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
Formats a Date into a date/time string.

G

getBuilder() - Method in class com.jgoodies.validation.demo.domain.Example
Returns the associated design builder.
getBuildMethodName() - Method in class com.jgoodies.validation.demo.domain.Example
Returns the method name used to build the design.
getCloseAction() - Static method in class com.jgoodies.validation.tutorial.util.TutorialUtils
Creates and returns an Action that exists the system if performed.
getContainerNo() - Method in class com.jgoodies.validation.tutorial.performance.Container
Returns this container's unique id.
getDefaultDisplayDateFormat() - Static method in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
Creates and answers the default Format that is used to edit instances of Date in the UI: It converts null to empty Strings, uses the short DateFormat, uses shortcuts for output and does not accepts relative input.
getDefaultEditDateFormat() - Static method in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
Creates and answers the default Format that is used to edit instances of Date in the UI: It converts null to empty Strings, uses the short DateFormat, uses shortcuts for output and accepts relative input.
getDefaultPrintDateFormat() - Static method in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
Creates and answers the default Format that is used to edit instances of Date in the UI: It converts null to empty Strings, uses the short DateFormat, does not uses shortcuts for output and does not accepts relative input.
getDeliveryDate() - Method in class com.jgoodies.validation.tutorial.shared.Order
Returns the date that describes when the product has been delivered.
getDeliveryNotes() - Method in class com.jgoodies.validation.tutorial.shared.Order
Returns this order's optional delivery notes that describe the delivery, packaging or shipment.
getDescription() - Method in class com.jgoodies.validation.demo.domain.Example
Returns this example's text description.
getErrorsResult() - Static method in class com.jgoodies.validation.tutorial.util.TutorialUtils
Lazily creates and returns an example ValidationResult that contains only errors.
getExamplesModel() - Method in class com.jgoodies.validation.demo.model.MainModel
Returns the examples model, a selection in a list.
getIconHeight() - Method in class com.jgoodies.validation.extras.CompoundIcon
Returns this icon's height, which is the maximum of the heights of the background and foreground icons.
getIconWidth() - Method in class com.jgoodies.validation.extras.CompoundIcon
Returns this icon's width, which is the maximum of the widths of the background and foreground icons.
getLabel() - Method in class com.jgoodies.validation.tutorial.performance.Container
Returns this container's label.
getMixedResult() - Static method in class com.jgoodies.validation.tutorial.util.TutorialUtils
Lazily creates and returns an example ValidationResult that contains errors and warnings.
getName() - Method in class com.jgoodies.validation.demo.domain.Example
Returns this example's name.
getOrderDate() - Method in class com.jgoodies.validation.tutorial.shared.Order
Returns the date that describes when this order has been initiated by the customer.
getOrderNo() - Method in class com.jgoodies.validation.tutorial.shared.Order
Returns this order's unique id.
getResourceBundle() - Method in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
 
getResult() - Method in class com.jgoodies.validation.extras.DelayedValidationResultModel
Returns the subject's value or in case of a pending commit, the pending new value.
getValidationResultModel() - Method in class com.jgoodies.validation.tutorial.shared.OrderModel
 
getWarningsResult() - Static method in class com.jgoodies.validation.tutorial.util.TutorialUtils
Lazily creates and returns an example ValidationResult that contains only warnings.
getWindowMinimumSize() - Method in class com.jgoodies.validation.demo.view.MainFrame
Returns the frame's minimum size.
getWrappedComponentTree(ValidationResultModel, JComponent) - Static method in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel
Wraps the components in the given component tree with instances of IconFeedbackPanel where necessary.

I

IconFeedbackPanel - Class in com.jgoodies.validation.tutorial.util
Can display validation feedback icons "over" a content panel.
IconFeedbackPanel(ValidationResultModel, JComponent) - Constructor for class com.jgoodies.validation.tutorial.util.IconFeedbackPanel
Creates an IconFeedbackPanel on the given ValidationResultModel using the specified content panel.
InfoOnFocusExample - Class in com.jgoodies.validation.tutorial.basics
Demonstrates a style how to provide input hints, so that users can avoid entering invalid data.
InfoOnFocusExample() - Constructor for class com.jgoodies.validation.tutorial.basics.InfoOnFocusExample
 
initComponents() - Method in class com.jgoodies.validation.tutorial.basics.SimpleDomainValidationExample
Creates and initializes the UI components.
initComponents() - Method in class com.jgoodies.validation.tutorial.validator.ValidatingOrderEditor
Creates and initializes the UI components.
initializeActions() - Method in class com.jgoodies.validation.demo.ValidationDemo
Initializes the actions used in this demo.
initializeLookAndFeel() - Method in class com.jgoodies.validation.tutorial.util.TutorialApplication
 
INSTANCE - Static variable in class com.jgoodies.validation.demo.model.MainModel
This model's sole instance.
INSTANCE - Static variable in class com.jgoodies.validation.tutorial.util.MyFocusTraversalPolicy
Holds the single instance of this focus traversal policy.
isValidContainerNumber(String) - Static method in class com.jgoodies.validation.tutorial.performance.BackendService
Checks and answers if the given container number is valid.

K

KEY_TODAY - Static variable in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
The resource key used to lookup the localized text for "Today".
KEY_TOMORROW - Static variable in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
The resource key used to lookup the localized text for "Tomorrow".
KEY_YESTERDAY - Static variable in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
The resource key used to lookup the localized text for "Yesterday".

L

launch(Class<? extends TutorialApplication>, String...) - Static method in class com.jgoodies.validation.tutorial.util.TutorialApplication
Instantiates the given TutorialApplication class, then invokes #startup with the given arguments.
launchApplication() - Method in class com.jgoodies.validation.demo.ValidationDemo
Brings up the application, it therefore initializes the main frame, checks the setup process, initializes all actions, then builds the main frame, and finally opens it.
LimitedValidationResultModel - Class in com.jgoodies.validation.extras
An implementation of ValidationResultModel that wraps another ValidationResultModel to limit the number of reported ValidationMessages.
LimitedValidationResultModel(ValidationResultModel, int) - Constructor for class com.jgoodies.validation.extras.LimitedValidationResultModel
Constructs an LimitedValidationResultModel on the given ValidationResultModel.
locateOnOpticalScreenCenter(Component) - Method in class com.jgoodies.validation.tutorial.util.TutorialApplication
Locates the given component on the screen's center.

M

main(String[]) - Static method in class com.jgoodies.validation.demo.ValidationDemo
 
main(String[]) - Static method in class com.jgoodies.validation.tutorial.basics.ComponentFeedbackExample
 
main(String[]) - Static method in class com.jgoodies.validation.tutorial.basics.InfoOnFocusExample
 
main(String[]) - Static method in class com.jgoodies.validation.tutorial.basics.MandatoryMarkerExample
 
main(String[]) - Static method in class com.jgoodies.validation.tutorial.basics.SimpleDomainValidationExample
 
main(String[]) - Static method in class com.jgoodies.validation.tutorial.basics.ValidationMessageKeysExample
 
main(String[]) - Static method in class com.jgoodies.validation.tutorial.basics.ValidationResultViewExample
 
main(String[]) - Static method in class com.jgoodies.validation.tutorial.basics.ValidationTimeExample
 
main(String[]) - Static method in class com.jgoodies.validation.tutorial.formatted.DateExample
 
main(String[]) - Static method in class com.jgoodies.validation.tutorial.formatted.FocusLostBehaviorExample
 
main(String[]) - Static method in class com.jgoodies.validation.tutorial.formatted.NumberExample
 
main(String[]) - Static method in class com.jgoodies.validation.tutorial.performance.PerformanceExample
 
main(String[]) - Static method in class com.jgoodies.validation.tutorial.validator.ValidatingOrderEditor
 
MainFrame - Class in com.jgoodies.validation.demo.view
The main frame of the JGoodies Validation Demo.
MainFrame(MainModel) - Constructor for class com.jgoodies.validation.demo.view.MainFrame
Constructs the application's main frame.
MainModel - Class in com.jgoodies.validation.demo.model
Provides the models and Actions required to build the MainFrame, its menu bar and subviews.
MandatoryMarkerExample - Class in com.jgoodies.validation.tutorial.basics
Demonstrates different styles how to mark mandatory fields.
MandatoryMarkerExample() - Constructor for class com.jgoodies.validation.tutorial.basics.MandatoryMarkerExample
 
MyFocusTraversalPolicy - Class in com.jgoodies.validation.tutorial.util
A FocusTraversalPolicy that determines traversal order based on the order of child Components in a Container.

N

NumberExample - Class in com.jgoodies.validation.tutorial.formatted
Demonstrates different configurations of JFormattedTextField to display and edit numbers.
NumberExample() - Constructor for class com.jgoodies.validation.tutorial.formatted.NumberExample
 

O

openAboutDialog(ActionEvent) - Method in class com.jgoodies.validation.demo.model.MainModel
 
openHelpContents(ActionEvent) - Method in class com.jgoodies.validation.demo.model.MainModel
 
openPreferences(ActionEvent) - Method in class com.jgoodies.validation.demo.model.MainModel
 
Order - Class in com.jgoodies.validation.tutorial.shared
Describes an order that demonstrates different types of constraints.
Order() - Constructor for class com.jgoodies.validation.tutorial.shared.Order
Constructs an empty Order.
OrderModel - Class in com.jgoodies.validation.tutorial.shared
Provides all models to bind an order editor to its domain model, an instance of Order.
OrderModel(Order) - Constructor for class com.jgoodies.validation.tutorial.shared.OrderModel
 
OrderModelValidator - Class in com.jgoodies.validation.tutorial.validator
Validates an OrderModel.
OrderModelValidator(OrderModel) - Constructor for class com.jgoodies.validation.tutorial.validator.OrderModelValidator
Constructs an OrderModelValidator on the given order model.
OrderValidator - Class in com.jgoodies.validation.tutorial.validator
Validates Orders.
OrderValidator() - Constructor for class com.jgoodies.validation.tutorial.validator.OrderValidator
 

P

packAndShowOnScreenCenter(JFrame) - Method in class com.jgoodies.validation.tutorial.util.TutorialApplication
 
paintIcon(Component, Graphics, int, int) - Method in class com.jgoodies.validation.extras.CompoundIcon
Draws this icon at the specified location.
parse(String, ParsePosition) - Method in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
Parse a date/time string according to the given parse position.
parseObject(String, ParsePosition) - Method in class com.jgoodies.validation.tutorial.formatted.format.DisplayFormat
Parses text from a string to produce an object.
parseObject(String) - Method in class com.jgoodies.validation.tutorial.formatted.format.EmptyFormat
Parses text from the beginning of the given string to produce an object.
parseObject(String, ParsePosition) - Method in class com.jgoodies.validation.tutorial.formatted.format.EmptyFormat
Parses text from a string to produce an object.
PerformanceExample - Class in com.jgoodies.validation.tutorial.performance
Demonstrates and compares approaches to improving validation performance.
PerformanceExample() - Constructor for class com.jgoodies.validation.tutorial.performance.PerformanceExample
 
PreferencesDialog - Class in com.jgoodies.validation.demo.view
Provides the preferences dialog.
PreferencesDialog(Frame) - Constructor for class com.jgoodies.validation.demo.view.PreferencesDialog
 
PROPERTYNAME_CONTAINER_NO - Static variable in class com.jgoodies.validation.tutorial.performance.Container
 
PROPERTYNAME_DELIVERY_DATE - Static variable in class com.jgoodies.validation.tutorial.shared.Order
 
PROPERTYNAME_DELIVERY_NOTES - Static variable in class com.jgoodies.validation.tutorial.shared.Order
 
PROPERTYNAME_DESCRIPTION - Static variable in class com.jgoodies.validation.demo.domain.Example
The name of the unbound property description.
PROPERTYNAME_LABEL - Static variable in class com.jgoodies.validation.tutorial.performance.Container
 
PROPERTYNAME_ORDER_DATE - Static variable in class com.jgoodies.validation.tutorial.shared.Order
 
PROPERTYNAME_ORDER_NO - Static variable in class com.jgoodies.validation.tutorial.shared.Order
 

R

RelativeDateFormat - Class in com.jgoodies.validation.tutorial.formatted.format
A Format that provides special handling for output shortcuts and relative input.
RelativeDateFormat() - Constructor for class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
Constructs a wrapped format that provides special handling for output shortcuts and relative input.
RelativeDateFormat(DateFormat, boolean, boolean) - Constructor for class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
Constructs a wrapped format that provides special handling for output shortcuts and relative input.
resizeHook(JComponent) - Method in class com.jgoodies.validation.demo.view.PreferencesDialog
 

S

setContainerNo(String) - Method in class com.jgoodies.validation.tutorial.performance.Container
Sets a new unique container number.
setDeliveryDate(Date) - Method in class com.jgoodies.validation.tutorial.shared.Order
Sets this order's delivery date.
setDeliveryNotes(String) - Method in class com.jgoodies.validation.tutorial.shared.Order
Sets this order's optional delivery notes that describe the delivery, packaging or shipment.
setLabel(String) - Method in class com.jgoodies.validation.tutorial.performance.Container
Sets this container's label.
setOrderDate(Date) - Method in class com.jgoodies.validation.tutorial.shared.Order
Sets this order's order date that describes when the order has been initiated by the customer.
setOrderNo(String) - Method in class com.jgoodies.validation.tutorial.shared.Order
Sets a new unique order number.
setResourceBundle(ResourceBundle) - Method in class com.jgoodies.validation.tutorial.formatted.format.RelativeDateFormat
 
setResult(ValidationResult) - Method in class com.jgoodies.validation.extras.DelayedValidationResultModel
Sets the given new value after this model's delay.
showValidationMessage(ActionEvent, String, ValidationResult) - Static method in class com.jgoodies.validation.tutorial.util.TutorialUtils
Opens a message dialog that shows the validation result, things the user must fix, before the selection can change.
SimpleDomainValidationExample - Class in com.jgoodies.validation.tutorial.basics
A simple validation example that uses a "copying" binding, not the JGoodies Binding.
SimpleDomainValidationExample() - Constructor for class com.jgoodies.validation.tutorial.basics.SimpleDomainValidationExample
 
startup(String[]) - Method in class com.jgoodies.validation.tutorial.basics.ComponentFeedbackExample
 
startup(String[]) - Method in class com.jgoodies.validation.tutorial.basics.InfoOnFocusExample
 
startup(String[]) - Method in class com.jgoodies.validation.tutorial.basics.MandatoryMarkerExample
 
startup(String[]) - Method in class com.jgoodies.validation.tutorial.basics.SimpleDomainValidationExample
 
startup(String[]) - Method in class com.jgoodies.validation.tutorial.basics.ValidationMessageKeysExample
 
startup(String[]) - Method in class com.jgoodies.validation.tutorial.basics.ValidationResultViewExample
 
startup(String[]) - Method in class com.jgoodies.validation.tutorial.basics.ValidationTimeExample
 
startup(String[]) - Method in class com.jgoodies.validation.tutorial.formatted.DateExample
 
startup(String[]) - Method in class com.jgoodies.validation.tutorial.formatted.FocusLostBehaviorExample
 
startup(String[]) - Method in class com.jgoodies.validation.tutorial.formatted.NumberExample
 
startup(String[]) - Method in class com.jgoodies.validation.tutorial.performance.PerformanceExample
 
startup(String[]) - Method in class com.jgoodies.validation.tutorial.util.TutorialApplication
Starts this application when the application is launched.
startup(String[]) - Method in class com.jgoodies.validation.tutorial.validator.ValidatingOrderEditor
 

T

TutorialApplication - Class in com.jgoodies.validation.tutorial.util
A base class for tutorial applications.
TutorialApplication() - Constructor for class com.jgoodies.validation.tutorial.util.TutorialApplication
 
TutorialUtils - Class in com.jgoodies.validation.tutorial.util
Consists only of static convenience methods used throughout the examples of the JGoodies Validation tutorial.

U

Utils - Class in com.jgoodies.validation.tutorial.formatted
Provides helper code for the Formatted tutorial example series.

V

validate() - Method in class com.jgoodies.validation.tutorial.validator.OrderModelValidator
Validates the order models and returns the result as an instance of ValidationResult.
validate(Order) - Method in class com.jgoodies.validation.tutorial.validator.OrderValidator
Validates this Validator's Order and returns the result as an instance of ValidationResult.
validate() - Method in class com.jgoodies.validation.tutorial.validator.ValidatingOrderEditor
Validates the order and returns a ValidationResult.
validate() - Method in class com.jgoodies.validation.tutorial.validator.ValidatingOrderModel
Validates the order and returns a ValidationResult.
validateTree() - Method in class com.jgoodies.validation.tutorial.util.IconFeedbackPanel
Recursively descends the container tree and recomputes the layout for any subtrees marked as needing it (those marked as invalid).
ValidatingOrderEditor - Class in com.jgoodies.validation.tutorial.validator
A view that validates its GUI state.
ValidatingOrderEditor() - Constructor for class com.jgoodies.validation.tutorial.validator.ValidatingOrderEditor
 
ValidatingOrderModel - Class in com.jgoodies.validation.tutorial.validator
An OrderModel subclass that can validate itself.
ValidatingOrderModel(Order) - Constructor for class com.jgoodies.validation.tutorial.validator.ValidatingOrderModel
 
ValidationDemo - Class in com.jgoodies.validation.demo
This is the main class of the JGoodies Validation Demo.
ValidationDemo() - Constructor for class com.jgoodies.validation.demo.ValidationDemo
 
ValidationMessageKeysExample - Class in com.jgoodies.validation.tutorial.basics
Demonstrates how to associate validation messages with UI components.
ValidationMessageKeysExample() - Constructor for class com.jgoodies.validation.tutorial.basics.ValidationMessageKeysExample
 
ValidationResultViewExample - Class in com.jgoodies.validation.tutorial.basics
Demonstrates the different validation result views created by the ValidationResultViewFactory.
ValidationResultViewExample() - Constructor for class com.jgoodies.validation.tutorial.basics.ValidationResultViewExample
 
ValidationTimeExample - Class in com.jgoodies.validation.tutorial.basics
Demonstrates and compares different validation times: key-typed, focus lost, commit (OK pressed).
ValidationTimeExample() - Constructor for class com.jgoodies.validation.tutorial.basics.ValidationTimeExample
 
valueOf(String) - Static method in enum com.jgoodies.validation.extras.CompoundIcon.Anchor
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.jgoodies.validation.extras.CompoundIcon.Anchor
Returns an array containing the constants of this enum type, in the order they are declared.
valueToString(Object) - Method in class com.jgoodies.validation.tutorial.formatted.formatter.CustomNumberFormatter
Returns a String representation of the Object value.

A B C D E F G I K L M N O P R S T U V

Copyright © 2003-2008 JGoodies Karsten Lentzsch. All Rights Reserved.