|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Support for validation of various customizers. This interface can be
optionally implemented by some customizers like Attach Panel (see
AttachType.getCustomizer()
) and breakpoint customizer (see
BreakpointType.getCustomizer()
).
Field Summary | |
static String |
PROP_VALID
Property name constant for valid property. |
Method Summary | |
void |
addPropertyChangeListener(PropertyChangeListener l)
Add a listener to property changes. |
boolean |
cancel()
Called when "Cancel" button is pressed. |
boolean |
isValid()
Return true whether value of this customizer
is valid (and OK button can be enabled). |
boolean |
ok()
Called when "Ok" button is pressed. |
void |
removePropertyChangeListener(PropertyChangeListener l)
Remove a listener to property changes. |
Field Detail |
public static final String PROP_VALID
Method Detail |
public boolean ok()
public boolean cancel()
public boolean isValid()
true
whether value of this customizer
is valid (and OK button can be enabled).
true
whether value of this customizer
is validpublic void addPropertyChangeListener(PropertyChangeListener l)
l
- the listener to addpublic void removePropertyChangeListener(PropertyChangeListener l)
l
- the listener to remove
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |