|
org.netbeans.spi.debugger.ui/1 2.8.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Controller
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 |
---|
static final String PROP_VALID
Method Detail |
---|
boolean ok()
boolean cancel()
boolean isValid()
true
whether value of this customizer
is valid (and OK button can be enabled).
true
whether value of this customizer
is validvoid addPropertyChangeListener(PropertyChangeListener l)
l
- the listener to addvoid removePropertyChangeListener(PropertyChangeListener l)
l
- the listener to remove
|
org.netbeans.spi.debugger.ui/1 2.8.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |