public class AuditMarkerNavigationPoint
extends oracle.ide.navigation.DefaultNavigationPoint
ModelAdapter.edit(oracle.jdeveloper.audit.model.Location).| Constructor and Description | 
|---|
AuditMarkerNavigationPoint()  | 
AuditMarkerNavigationPoint(Context context,
                          Location location)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
copyTo(java.lang.Object target)
Copies the internal state of this object to the specified target. 
 | 
protected void | 
copyToImpl(AuditMarkerNavigationPoint point)  | 
boolean | 
equals(java.lang.Object o)  | 
int | 
hashCode()  | 
int | 
navigateImpl()
In accordance with EditorNavigationPoint behavior, does nothing other than
 setting the #done flag to true. 
 | 
protected int | 
renavigate()
Default implementation reopens the Editor of the Context if not still open. 
 | 
addNavigationPointListener, contextRemoved, copyToImpl, findEditorInfo, fireDescriptionChanged, fireExpired, getContext, getIcon, getLongLabel, getShortLabel, getToolTipText, navigate, nodeRenamed, projectRenamed, refresh, removeNavigationPointListener, setContext, toString, workspaceRenamedpublic int navigateImpl()
                 throws java.lang.Exception
oracle.ide.navigation.DefaultNavigationPointThis implementation simply accepts that the operation has already been performed by some other means. Subclasses not used as a registered EditorNavigatoinPoint should override this implementation to perform a meaningful operation, then defer to this implementation to ensure that the #done flag gets set properly.
navigateImpl in class oracle.ide.navigation.DefaultNavigationPointjava.lang.Exceptionprotected int renavigate()
                  throws java.lang.Exception
oracle.ide.navigation.DefaultNavigationPointrenavigate in class oracle.ide.navigation.DefaultNavigationPointjava.lang.Exception - on failure.public java.lang.Object copyTo(java.lang.Object target)
oracle.ide.navigation.DefaultNavigationPointprotected final void copyToImpl(AuditMarkerNavigationPoint point)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object