public final class NodeSelectionUpdate
extends org.gjt.sp.jedit.msg.VFSPathSelected
Constructor and Description |
---|
NodeSelectionUpdate(ProjectViewer v,
VPTNode n)
Construct a new selection update message for the given viewer
and node.
|
Modifier and Type | Method and Description |
---|---|
VPTNode |
getNode()
Returns the node that has been selected.
|
ProjectViewer |
getViewer()
Returns the
ProjectViewer where the event was generated. |
public NodeSelectionUpdate(ProjectViewer v, VPTNode n)
public ProjectViewer getViewer()
ProjectViewer
where the event was generated.public VPTNode getNode()