|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Connector.SelectedArgument
Specialization of Connector.Argument
whose value is a String selected from a list of choices.
Method Summary | |
---|---|
List |
choices()
The list of choices for this connector |
boolean |
isValid(String value)
Returns if the given value is valid with-respect-to this Connector.Argument |
Methods inherited from interface org.eclipse.wst.jsdt.debug.core.jsdi.connect.Connector.Argument |
---|
description, label, mustSpecify, name, setValue, value |
Method Detail |
---|
List choices()
boolean isValid(String value)
Connector.Argument
Connector.Argument
isValid
in interface Connector.Argument
value
- the value to test for validity, null
is accepted
true
if the Connector.Argument
is valid false
otherwise
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |