public final class UnderlyingView<R>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
static UnderlyingView<?> |
from(org.eclipse.ui.IEditorPart editor) |
org.eclipse.jface.text.IDocument |
getDocument() |
UnderlyingResource<R> |
getResource() |
int |
hashCode() |
static <R> UnderlyingView<R> |
of(org.eclipse.jface.text.IDocument document,
UnderlyingResource<R> resource) |
static UnderlyingView<?> |
resolve(org.eclipse.jface.text.IDocument document) |
static UnderlyingView<?> |
resolve(org.eclipse.jface.text.IDocument document,
org.eclipse.ui.IEditorPart editor) |
static UnderlyingView<?> |
resolve(org.eclipse.jface.text.IDocument document,
java.lang.Object raw) |
public static UnderlyingView<?> from(@Nullable org.eclipse.ui.IEditorPart editor)
public static UnderlyingView<?> resolve(org.eclipse.jface.text.IDocument document)
public static UnderlyingView<?> resolve(org.eclipse.jface.text.IDocument document, org.eclipse.ui.IEditorPart editor)
public static UnderlyingView<?> resolve(org.eclipse.jface.text.IDocument document, @Nullable java.lang.Object raw)
public static <R> UnderlyingView<R> of(org.eclipse.jface.text.IDocument document, UnderlyingResource<R> resource)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public org.eclipse.jface.text.IDocument getDocument()
public UnderlyingResource<R> getResource()