wt.clients.beans.graph
Class GraphSelectionModelEvent
java.lang.Object
java.util.EventObject
wt.clients.beans.graph.GraphSelectionModelEvent
- All Implemented Interfaces:
- Serializable
- public class GraphSelectionModelEvent
- extends EventObject
- implements Serializable
- See Also:
- Serialized Form
CLASSNAME
private static final String CLASSNAME
versionID
private static final String versionID
- See Also:
- Constant Field Values
NODE
protected static final String NODE
- Label for the attribute.
- See Also:
- Constant Field Values
node
private GraphNode node
LINK
protected static final String LINK
- Label for the attribute.
- See Also:
- Constant Field Values
link
private GraphLink link
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
GraphSelectionModelEvent
public GraphSelectionModelEvent(GraphSelectionModel pSource,
GraphNode pNode,
GraphLink pLink)
- Parameters:
pSource
- pNode
- pLink
-
getNode
public GraphNode getNode()
- Returns:
- GraphNode
getLink
public GraphLink getLink()
- Returns:
- GraphLink