|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gjt.sp.jedit.EBMessage
org.gjt.sp.jedit.msg.VFSPathSelected
projectviewer.event.NodeSelectionUpdate
public final class NodeSelectionUpdate
An update that notifies that a node in the tree has been selected.
Constructor Summary | |
---|---|
NodeSelectionUpdate(ProjectViewer v,
VPTNode n)
Construct a new selection update message for the given viewer and node. |
Method Summary | |
---|---|
VPTNode |
getNode()
Returns the node that has been selected. |
ProjectViewer |
getViewer()
Returns the ProjectViewer where the event was generated. |
Methods inherited from class org.gjt.sp.jedit.msg.VFSPathSelected |
---|
getPath, getView, isDirectory |
Methods inherited from class org.gjt.sp.jedit.EBMessage |
---|
getSource, paramString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NodeSelectionUpdate(ProjectViewer v, VPTNode n)
Method Detail |
---|
public ProjectViewer getViewer()
ProjectViewer
where the event was generated.
public VPTNode getNode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |