|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
U
- GUI component for this service.public interface WebServiceClientGUI<U extends Container>
Web service client which has custom component should implements this interface. Otherwise, default GUI will be used in the desktop. If this client will be used only through CLI or scripts, this is not required.
Nested Class Summary | |
---|---|
static class |
WebServiceClientGUI.IconSize
Defines icon type. |
Method Summary | |
---|---|
List<JMenuItem> |
getEdgeContextMenuItems(EdgeView ev)
Return edge context menu if available. |
U |
getGUI()
Returns GUI for this client. |
Icon |
getIcon(WebServiceClientGUI.IconSize t)
Returns icon for the GUI. |
List<JMenuItem> |
getNodeContextMenuItems(NodeView nv)
Return node context menu item if available. |
void |
setGUI(U gui)
Set GUI for this service. |
Method Detail |
---|
U getGUI()
void setGUI(U gui)
gui
- GUI for this service.Icon getIcon(WebServiceClientGUI.IconSize t)
t
-
List<JMenuItem> getNodeContextMenuItems(NodeView nv)
List<JMenuItem> getEdgeContextMenuItems(EdgeView ev)
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |