|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Connector
Describes an extensible connector for JSDI. Clients can implement or extend this interface.
Nested Class Summary | |
---|---|
static interface |
Connector.Argument
Default description of an argument that this Connector can support |
static interface |
Connector.BooleanArgument
Boolean specialization of an Connector.Argument |
static interface |
Connector.IntegerArgument
Integer specialization of an Connector.Argument |
static interface |
Connector.SelectedArgument
Specialization of Connector.Argument whose value is a String selected from a list of choices. |
static interface |
Connector.StringArgument
String specialization of an Connector.Argument |
Method Summary | |
---|---|
Map |
defaultArguments()
Returns the Map of default Connector.Argument s for this connector or an
empty Map if no Connector.Argument s have been specified. |
String |
description()
A human readable description of this Connector . |
String |
id()
The unique identifier for this Connector . |
String |
name()
The name of this Connector . |
Method Detail |
---|
Map defaultArguments()
Map
of default Connector.Argument
s for this connector or an
empty Map
if no Connector.Argument
s have been specified.null
Map
of default Connector.Argument
s or an empty Map
, never null
String description()
Connector
.null
Connector
or null
String name()
Connector
.null
Connector
String id()
Connector
.null
Connector
never null
|
JavaScript Development Tools Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |