|
MDACC Biostatistics |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Validator - Interface for validation.
Method Summary | |
void |
addStatusListener(StatusListener listener)
Adds a status listener for notification of state of data changes |
void |
changedUpdate(DocumentEvent event)
Gives notification that an attribute or set of attributes changed |
void |
insertUpdate(DocumentEvent event)
Gives notification that there was an insert into the document |
boolean |
isValid(Object value)
Determines the validity of data |
void |
removeStatusListener(StatusListener listener)
Removes a status listener |
void |
removeUpdate(DocumentEvent event)
Gives notification that a portion of the document has been removed |
boolean |
validate(Object value)
Determines the validity of data and fires an event if state has changed |
Method Detail |
public boolean isValid(Object value)
value
- data to be checked
public boolean validate(Object value)
value
- data to be checked
isValid(java.lang.Object)
public void changedUpdate(DocumentEvent event)
changedUpdate
in interface DocumentListener
event
- document change notification eventpublic void insertUpdate(DocumentEvent event)
insertUpdate
in interface DocumentListener
event
- document change notification eventpublic void removeUpdate(DocumentEvent event)
removeUpdate
in interface DocumentListener
event
- document change notification eventpublic void addStatusListener(StatusListener listener)
listener
- status listenerpublic void removeStatusListener(StatusListener listener)
listener
- status listener
|
MDACC Biostatistics |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |