public final class VisibleEditorsTracker extends java.lang.Object implements CommandListener
TOPIC| Constructor and Description |
|---|
VisibleEditorsTracker() |
| Modifier and Type | Method and Description |
|---|---|
void |
commandFinished(CommandEvent event) |
void |
commandStarted(CommandEvent event) |
long |
getCurrentCommandStart() |
static VisibleEditorsTracker |
getInstance() |
long |
getLastCommandFinish() |
boolean |
wasEditorVisibleOnCommandStart(Editor editor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeforeCommandFinished, beforeUndoTransparentActionFinished, undoTransparentActionFinished, undoTransparentActionStartedpublic static VisibleEditorsTracker getInstance()
public boolean wasEditorVisibleOnCommandStart(Editor editor)
public long getCurrentCommandStart()
public long getLastCommandFinish()
public void commandStarted(CommandEvent event)
commandStarted in interface CommandListenerpublic void commandFinished(CommandEvent event)
commandFinished in interface CommandListener