|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.validation.tutorial.util.TutorialApplication
com.jgoodies.validation.tutorial.basics.SimpleDomainValidationExample
public final class SimpleDomainValidationExample
A simple validation example that uses a "copying" binding, not the JGoodies Binding. The domain Order object is validated using an OrderValidator. On OK pressed, a modal dialog shows the validation errors and warnings - if any.
Constructor Summary | |
---|---|
SimpleDomainValidationExample()
|
Method Summary | |
---|---|
JComponent |
buildPanel()
Builds the whole editor. |
protected void |
initComponents()
Creates and initializes the UI components. |
static void |
main(String[] args)
|
protected void |
startup(String[] args)
Starts this application when the application is launched. |
Methods inherited from class com.jgoodies.validation.tutorial.util.TutorialApplication |
---|
createFrame, initializeLookAndFeel, launch, locateOnOpticalScreenCenter, packAndShowOnScreenCenter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleDomainValidationExample()
Method Detail |
---|
public static void main(String[] args)
protected void startup(String[] args)
TutorialApplication
Called by the static launch
method.
startup
in class TutorialApplication
args
- optional launch arguments, often the main method's arguments.TutorialApplication.launch(Class, String[])
protected void initComponents()
public JComponent buildPanel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |