Package | Description |
---|---|
org.mdanderson.biostat.util |
Provides classes and interfaces used by applications written by the
Biostatistics department of M.D. Anderson Cancer Center.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentTextArea
ContentTextArea - Allows non whitespace validation of a textfield.
|
class |
ContentTextField
ContentTextField - Allows non whitespace validation of a textfield.
|
class |
NumericTextField
NumericTextField - Allows numeric validation of a textfield.
|
class |
PathnameTextField
PathnameTextField - Allows pathname validation of a textfield.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidationAdapter.addStatusListener(StatusListener listener)
Adds a status listener for notification of state of data changes
|
void |
ContentTextArea.addStatusListener(StatusListener listener)
Adds its non whitespace validator as a status listener for
notification of state of data changes
|
void |
StatusSource.addStatusListener(StatusListener listener)
Adds a status listener for notification of state of data changes
|
void |
Validator.addStatusListener(StatusListener listener)
Adds a status listener for notification of state of data changes
|
void |
PathnameTextField.addStatusListener(StatusListener listener)
Adds its pathname validator as a status listener for
notification of state of data changes
|
void |
NumericTextField.addStatusListener(StatusListener listener)
Adds its numeric validator as a status listener for
notification of state of data changes
|
void |
ContentTextField.addStatusListener(StatusListener listener)
Adds its non whitespace validator as a status listener for
notification of state of data changes
|
void |
ValidationAdapter.removeStatusListener(StatusListener listener)
Removes a status listener
|
void |
StatusSource.removeStatusListener(StatusListener listener)
Removes a status listener
|
void |
Validator.removeStatusListener(StatusListener listener)
Removes a status listener
|
Copyright © 2002 M.D. Anderson Cancer Center. All Rights Reserved.