| Package | Description |
|---|---|
| org.eclipse.xtext.ui.editor |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDirtyResource.InitializationAware
Allows to query the dirty resource for its initialization state.
|
static interface |
IDirtyResource.NormalizedURISupportExtension
An extension interface for
IDirtyResource |
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentBasedDirtyResource |
| Modifier and Type | Method and Description |
|---|---|
protected IDirtyResource |
DirtyStateManager.findDirtyResourcebyURIorNormalizedURI(org.eclipse.emf.common.util.URI uri) |
IDirtyResource |
DirtyStateManager.getDirtyResource(org.eclipse.emf.common.util.URI uri) |
| Modifier and Type | Method and Description |
|---|---|
void |
DirtyStateManager.announceDirtyStateChanged(IDirtyResource dirtyResource) |
void |
IDirtyStateManager.announceDirtyStateChanged(IDirtyResource dirtyResource)
Announce the dirty state of the given resource.
|
void |
DirtyStateManager.discardDirtyState(IDirtyResource dirtyResource) |
void |
IDirtyStateManager.discardDirtyState(IDirtyResource dirtyResource)
Mark the given dirty resource as unmanaged.
|
boolean |
DirtyStateManager.manageDirtyState(IDirtyResource dirtyResource) |
boolean |
IDirtyStateManager.manageDirtyState(IDirtyResource dirtyResource)
Initially try to manage the given resource and its dirty state.
|
protected void |
DirtyStateManager.notifyListeners(IDirtyResource dirtyResource,
boolean managed) |
Copyright © 2016. All Rights Reserved.