|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationChangeListener | |
---|---|
com.jaxfront.core.type | |
com.jaxfront.swing.ui.beans | |
com.jaxfront.swing.ui.editor |
Uses of ValidationChangeListener in com.jaxfront.core.type |
---|
Classes in com.jaxfront.core.type that implement ValidationChangeListener | |
---|---|
class |
ValidationChangeEventMulticaster
This class represents a ValidationChangeEventMulticaster that manages ValidationChangeListeners which support multicast events. |
Methods in com.jaxfront.core.type that return ValidationChangeListener | |
---|---|
static ValidationChangeListener |
ValidationChangeEventMulticaster.add(ValidationChangeListener a,
ValidationChangeListener b)
Add new listener to support multicast events. |
Methods in com.jaxfront.core.type with parameters of type ValidationChangeListener | |
---|---|
static ValidationChangeListener |
ValidationChangeEventMulticaster.add(ValidationChangeListener a,
ValidationChangeListener b)
Add new listener to support multicast events. |
void |
ErrorController.addValidationChangeListener(ValidationChangeListener newListener)
Adds a validationChangeListener. |
static java.util.EventListener |
ValidationChangeEventMulticaster.remove(ValidationChangeListener l,
ValidationChangeListener oldl)
Remove listener to support multicast events. |
void |
ErrorController.removeValidationChangeListener(ValidationChangeListener newListener)
Removes the given ValidationChangeListener. |
Uses of ValidationChangeListener in com.jaxfront.swing.ui.beans |
---|
Classes in com.jaxfront.swing.ui.beans that implement ValidationChangeListener | |
---|---|
class |
MessageTable
An instance of this class, helps to put the messages/errors/hints/warnings/... from the (statusbar) in a JTable. |
Uses of ValidationChangeListener in com.jaxfront.swing.ui.editor |
---|
Classes in com.jaxfront.swing.ui.editor that implement ValidationChangeListener | |
---|---|
class |
ErrorMessageStatusBar
An instance of this class is showing in the TypeWorkspace in the south. |
class |
TypeWorkspace
An instance of this class visualises a jaxfront type For example: TypeWorkspace ws = new TypeWorkspace(editorPanel); ws.visualize(aType); Note that the EditorPanel or XUIEditorPanel creates an instance of this class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |