|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupViewer
An interface for classes that handle the actual presentation of groups.
Method Summary | |
---|---|
String |
getGroupViewerName()
Returns the name of this viewer. |
void |
viewGrouped(CyNetworkView networkView,
CyNetwork groupedNetwork,
CyNode group_node,
List members,
List internalEdges,
List externalEdges)
Show this group in a grouped state. |
void |
viewUngrouped(CyNetworkView networkView,
CyNetwork groupedNetwork,
CyNode group_node,
List members,
List internalEdges,
List externalEdges)
Show this group in an ungrouped state. |
Method Detail |
---|
String getGroupViewerName()
void viewGrouped(CyNetworkView networkView, CyNetwork groupedNetwork, CyNode group_node, List members, List internalEdges, List externalEdges)
networkView
- the CyNetworkView for displaying this groupgroupedNetwork
- the CyNetwork containing the group membersgroup_node
- the CyNode representing the groupmembers
- a List of CyNodes containing the members of the groupinternalEdges
- a List of CyEdges containing the internal edges for this groupexternalEdges
- a List of CyEdges containing the external edges for this groupvoid viewUngrouped(CyNetworkView networkView, CyNetwork groupedNetwork, CyNode group_node, List members, List internalEdges, List externalEdges)
networkView
- the CyNetworkView for displaying this groupgroupedNetwork
- the CyNetwork containing the group membersgroup_node
- the CyNode representing the groupmembers
- a List of CyNodes containing the members of the groupinternalEdges
- a List of CyEdges containing the internal edges for this groupexternalEdges
- a List of CyEdges containing the external edges for this group
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |