|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.modisco.infra.discovery.ui.internal.util.ModelUtils
public final class ModelUtils
| Method Summary | |
|---|---|
static void |
openEditor(IFile source)
A utility service for opening a model in the MoDisco model editor, if present, or otherwise in another appropriate editor. |
static void |
openEditor(Resource model)
A utility service for opening a model in the MoDisco model editor. |
static void |
scheduleEditorOpening(IFile source,
Job job)
A utility service to schedule the opening of a model in the MoDisco model editor, if present, or otherwise in another appropriate editor. |
static void |
scheduleEditorOpening(Resource model,
Job job)
A utility service to schedule the opening of a model in the MoDisco model editor. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void openEditor(IFile source)
source - a Resource instancepublic static void openEditor(Resource model)
model - a Resource instance
public static void scheduleEditorOpening(IFile source,
Job job)
openEditor(IFile).
source - a Resource instancejob - the model will be opened in the model editor when this job
terminates
public static void scheduleEditorOpening(Resource model,
Job job)
openEditor(Resource).
source - a Resource instancejob - the model will be opened in the model editor when this job
terminates
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||