Package | Description |
---|---|
sk.stuba.fiit.perconik.activity.serializers.ui.text | |
sk.stuba.fiit.perconik.eclipse.jdt.ui |
Extension to the
org.eclipse.jdt.ui package
of the Eclipse Platform. |
Modifier and Type | Method and Description |
---|---|
protected void |
UnderlyingResourceSerializer.put(StructuredContent content,
UnderlyingResource<?> resource) |
Modifier and Type | Method and Description |
---|---|
static UnderlyingResource<?> |
UnderlyingResource.from(org.eclipse.ui.IEditorPart editor) |
UnderlyingResource<R> |
UnderlyingView.getResource() |
static UnderlyingResource<org.eclipse.jdt.core.IClassFile> |
UnderlyingResource.of(org.eclipse.jdt.core.IClassFile raw) |
static UnderlyingResource<org.eclipse.core.resources.IFile> |
UnderlyingResource.of(org.eclipse.core.resources.IFile raw) |
static UnderlyingResource<?> |
UnderlyingResource.resolve(java.lang.Object raw) |
Modifier and Type | Method and Description |
---|---|
static <R> UnderlyingView<R> |
UnderlyingView.of(org.eclipse.jface.text.IDocument document,
UnderlyingResource<R> resource) |