Uses of Class
com.jgoodies.validation.tutorial.util.TutorialApplication

Packages that use TutorialApplication
com.jgoodies.validation.tutorial.basics Contains examples that demonstrate basic validation techniques 
com.jgoodies.validation.tutorial.formatted Contains examples around the JFormattedTextFields 
com.jgoodies.validation.tutorial.performance Contains examples that demonstrates different approaches to reducing the validation frequency, costs, and GUI locks 
com.jgoodies.validation.tutorial.util Contains helper classes used by the tutorial examples 
com.jgoodies.validation.tutorial.validator Examples that demonstrate who can validate 
 

Uses of TutorialApplication in com.jgoodies.validation.tutorial.basics
 

Subclasses of TutorialApplication in com.jgoodies.validation.tutorial.basics
 class ComponentFeedbackExample
          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.
 class InfoOnFocusExample
          Demonstrates a style how to provide input hints, so that users can avoid entering invalid data.
 class MandatoryMarkerExample
          Demonstrates different styles how to mark mandatory fields.
 class SimpleDomainValidationExample
          A simple validation example that uses a "copying" binding, not the JGoodies Binding.
 class ValidationMessageKeysExample
          Demonstrates how to associate validation messages with UI components.
 class ValidationResultViewExample
          Demonstrates the different validation result views created by the ValidationResultViewFactory.
 class ValidationTimeExample
          Demonstrates and compares different validation times: key-typed, focus lost, commit (OK pressed).
 

Uses of TutorialApplication in com.jgoodies.validation.tutorial.formatted
 

Subclasses of TutorialApplication in com.jgoodies.validation.tutorial.formatted
 class DateExample
          Demonstrates different configurations of JFormattedTextField to display and edit numbers.
 class FocusLostBehaviorExample
          Demonstrates the JFormattedTextField in different focus lost behavior modes.
 class NumberExample
          Demonstrates different configurations of JFormattedTextField to display and edit numbers.
 

Uses of TutorialApplication in com.jgoodies.validation.tutorial.performance
 

Subclasses of TutorialApplication in com.jgoodies.validation.tutorial.performance
 class PerformanceExample
          Demonstrates and compares approaches to improving validation performance.
 

Uses of TutorialApplication in com.jgoodies.validation.tutorial.util
 

Method parameters in com.jgoodies.validation.tutorial.util with type arguments of type TutorialApplication
static void TutorialApplication.launch(Class<? extends TutorialApplication> appClass, String... args)
          Instantiates the given TutorialApplication class, then invokes #startup with the given arguments.
 

Uses of TutorialApplication in com.jgoodies.validation.tutorial.validator
 

Subclasses of TutorialApplication in com.jgoodies.validation.tutorial.validator
 class ValidatingOrderEditor
          A view that validates its GUI state.
 



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