|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.core.ui.util.EditorUtils
public final class EditorUtils
Static utility class for working with editors.
Method Summary | |
---|---|
static IEditorPart |
getLastActiveEditor()
Deprecated. Using such a static method is a cheap way to get around the problem of finding the right context for an operation. This may fail in some situations. Therefore, a more generic and reliable solution for managing the context of things that happen in view management must be found. |
static void |
log(IStatus status)
Convenience method for dropping log infos. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static IEditorPart getLastActiveEditor()
null
if there is no open editorpublic static void log(IStatus status)
status
- a status to be logged
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |