See: Description
| Interface | Description |
|---|---|
| CyAction |
An interface that describes how an action should be placed within
the menus and/or toolbars of the Swing application.
|
| CyEdgeViewContextMenuFactory |
A factory interface used to produce a CyMenuItem (JMenuItem) that
will be added to the context menu for the specified edge view.
|
| CyHelpBroker |
This interface provides access to the Cytoscape Help Broker and
Help Set for managing the JavaHelp system.
|
| CyNetworkViewContextMenuFactory |
A factory interface used to produce a CyMenuItem (JMenuItem) that
will be added to the context menu for the specified network view.
|
| CyNetworkViewDesktopMgr |
Interface for managing CyNetworkViews within the desktop where they
reside.
|
| CyNodeViewContextMenuFactory |
A factory interface used to produce a CyMenuItem (JMenuItem) that
will be added to the context menu for the specified node view.
|
| CySwingApplication |
This interface provides basic access to the Swing objects that
constitute this application.
|
| CytoPanel |
Interface to a CytoPanel.
|
| CytoPanelComponent |
An interface that allows a component to be registered as a service
that will then be added to the appropriate
CytoPanel. |
| CytoPanelComponent2 |
Implement this interface rather than
CytoPanelComponent, if you want to allow your component to be retrieved
from the CytoPanel by its identifier. |
| ToolBarComponent |
An interface that allows a component to be registered as a service
that will then be added to the ToolBar.
|
| Class | Description |
|---|---|
| AbstractCyAction |
An abstract implementation of the CyAction interface.
|
| AbstractToolBarComponent |
An abstract, convenience implementation of ToolBarComponent.
|
| AbstractViewUpdater<S> |
A utility class that provides an implementation of
RowsSetListener
for a particular column and VisualProperty. |
| ActionEnableSupport |
A class that allows the enabled state of an Action of JMenuItem to managed in
a consistent way.
|
| CyMenuItem |
A simple wrapper class that allows a JMenuItem to be associated with
a gravity value which defines where in a menu the item should fall.
|
| Enum | Description |
|---|---|
| CyNetworkViewDesktopMgr.ArrangeType | |
| CytoPanelName |
An enum that describes
CytoPanels uses compass directions
to describe their location within the application. |
| CytoPanelState |
The different display states available for a
CytoPanel. |
Copyright 2011 Cytoscape Consortium. All rights reserved.