|
Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject giny.model.GraphPerspectiveChangeEvent
public abstract class GraphPerspectiveChangeEvent
The event source must be the GraphPerspective that changed.
Field Summary | |
---|---|
static int |
EDGES_HIDDEN_TYPE
|
static int |
EDGES_RESTORED_TYPE
|
static int |
EDGES_SELECTED_TYPE
|
static int |
EDGES_UNSELECTED_TYPE
|
static int |
NODES_HIDDEN_TYPE
|
static int |
NODES_RESTORED_TYPE
|
static int |
NODES_SELECTED_TYPE
|
static int |
NODES_UNSELECTED_TYPE
|
Constructor Summary | |
---|---|
GraphPerspectiveChangeEvent(Object source)
The source parameter should be either a RootGraph or a GraphPerspective; see specification of getSource(). |
Method Summary | |
---|---|
abstract int[] |
getHiddenEdgeIndices()
The integer values in the returned array are RootGraph indices. |
abstract Edge[] |
getHiddenEdges()
Deprecated. Use getHiddenEdgeIndices() instead; the edges returned by this method may have undefined state. |
abstract int[] |
getHiddenNodeIndices()
The integer values in the returned array are RootGraph indices. |
abstract Node[] |
getHiddenNodes()
Deprecated. Use getHiddenNodeIndices() instead; the nodes returned by this method may have undefined state. |
abstract int[] |
getRestoredEdgeIndices()
The integer values in the returned array are RootGraph indices. |
abstract Edge[] |
getRestoredEdges()
|
abstract int[] |
getRestoredNodeIndices()
The integer values in the returned array are RootGraph indices. |
abstract Node[] |
getRestoredNodes()
|
abstract int[] |
getSelectedEdgeIndices()
Deprecated. Nowhere in GraphPerspective is there functionality that specifies edge selection logic. |
abstract Edge[] |
getSelectedEdges()
Deprecated. Nowhere in GraphPerspective is there functionality that specifies edge selection logic. |
abstract int[] |
getSelectedNodeIndices()
Deprecated. Nowhere in GraphPerspective is there functionality that specifies node selection logic. |
abstract Node[] |
getSelectedNodes()
Deprecated. Nowhere in GraphPerspective is there functionality that specifies node selection logic. |
Object |
getSource()
The Object returned is one of two types - either a GraphPerspective or a RootGraph. |
abstract int |
getType()
|
abstract int[] |
getUnselectedEdgeIndices()
Deprecated. Nowhere in GraphPerspective is there functionality that specifies edge un-selection logic. |
abstract Edge[] |
getUnselectedEdges()
Deprecated. Nowhere in GraphPerspective is there functionality that specifies edge un-selection logic. |
abstract int[] |
getUnselectedNodeIndices()
Deprecated. Nowhere in GraphPerspective is there functionality that specifies node un-selection logic. |
abstract Node[] |
getUnselectedNodes()
Deprecated. Nowhere in GraphPerspective is there functionality that specifies node un-selection logic. |
abstract boolean |
isEdgesHiddenType()
|
abstract boolean |
isEdgesRestoredType()
|
abstract boolean |
isEdgesSelectedType()
Deprecated. Nowhere in GraphPerspective is there functionality that specifies edge selection logic. |
abstract boolean |
isEdgesUnselectedType()
Deprecated. Nowhere in GraphPerspective is there functionality that specifies edge un-selection logic. |
abstract boolean |
isNodesHiddenType()
|
abstract boolean |
isNodesRestoredType()
|
abstract boolean |
isNodesSelectedType()
Deprecated. Nowhere in GraphPerspective is there functionality that specifies node selection logic. |
abstract boolean |
isNodesUnselectedType()
Deprecated. Nowhere in GraphPerspective is there functionality that specifies node un-selection logic. |
Methods inherited from class java.util.EventObject |
---|
toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int NODES_RESTORED_TYPE
public static final int EDGES_RESTORED_TYPE
public static final int NODES_HIDDEN_TYPE
public static final int EDGES_HIDDEN_TYPE
public static final int NODES_SELECTED_TYPE
public static final int NODES_UNSELECTED_TYPE
public static final int EDGES_SELECTED_TYPE
public static final int EDGES_UNSELECTED_TYPE
Constructor Detail |
---|
public GraphPerspectiveChangeEvent(Object source)
getSource()
Method Detail |
---|
public final Object getSource()
getSource
in class EventObject
public abstract int getType()
public abstract boolean isNodesRestoredType()
public abstract boolean isEdgesRestoredType()
public abstract boolean isNodesHiddenType()
public abstract boolean isEdgesHiddenType()
public abstract boolean isNodesSelectedType()
public abstract boolean isNodesUnselectedType()
public abstract boolean isEdgesSelectedType()
public abstract boolean isEdgesUnselectedType()
public abstract Node[] getRestoredNodes()
public abstract Edge[] getRestoredEdges()
public abstract Node[] getHiddenNodes()
getHiddenNodeIndices()
public abstract Edge[] getHiddenEdges()
getHiddenEdgeIndices()
public abstract Node[] getSelectedNodes()
public abstract Node[] getUnselectedNodes()
public abstract Edge[] getSelectedEdges()
public abstract Edge[] getUnselectedEdges()
public abstract int[] getRestoredNodeIndices()
public abstract int[] getRestoredEdgeIndices()
public abstract int[] getHiddenNodeIndices()
public abstract int[] getHiddenEdgeIndices()
public abstract int[] getSelectedNodeIndices()
public abstract int[] getUnselectedNodeIndices()
public abstract int[] getSelectedEdgeIndices()
public abstract int[] getUnselectedEdgeIndices()
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |