|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gjt.sp.jedit.EBMessage
projectviewer.event.ViewerUpdate
public final class ViewerUpdate
A project viewer update message sent on the Edit Bus.
Nested Class Summary | |
---|---|
static class |
ViewerUpdate.Type
|
Constructor Summary | |
---|---|
ViewerUpdate(ProjectViewer v,
VPTNode n,
ViewerUpdate.Type type)
Construct a new message with the given type and an associated viewer. |
|
ViewerUpdate(org.gjt.sp.jedit.View v,
VPTNode n,
ViewerUpdate.Type type)
Construct a new message with the given type and no associated viewer. |
Method Summary | |
---|---|
VPTNode |
getNode()
|
ViewerUpdate.Type |
getType()
|
org.gjt.sp.jedit.View |
getView()
Returns the view where the event occurred. |
ProjectViewer |
getViewer()
Returns the ProjectViewer . |
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 ViewerUpdate(org.gjt.sp.jedit.View v, VPTNode n, ViewerUpdate.Type type)
getViewer()
might still return a viewer, if
the dockable for the view is activated.
public ViewerUpdate(ProjectViewer v, VPTNode n, ViewerUpdate.Type type)
Method Detail |
---|
public ViewerUpdate.Type getType()
public ProjectViewer getViewer()
ProjectViewer
. This may be null if the
dockable hasn't been activated yet.
public VPTNode getNode()
public org.gjt.sp.jedit.View getView()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |