|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CyCommandNamespace
A CyCommandNamespace represents a reservation for a group of CyCommand
s.
A namespace reservation must be secured before a client can register commands
to be executed.
Method Summary | |
---|---|
String |
getNamespaceName()
Return the string name that is held by this namespace. |
boolean |
supportsVersion(float version)
Check to see if this namespace supports a particular version of the command handlers. |
Method Detail |
---|
String getNamespaceName()
boolean supportsVersion(float version)
version
- the version to check for support
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |