public final class EditorLastActionTracker
extends java.lang.Object
It's supposed to be used from EDT only.
Constructor and Description |
---|
EditorLastActionTracker() |
Modifier and Type | Method and Description |
---|---|
static EditorLastActionTracker |
getInstance() |
java.lang.String |
getLastActionId()
Returns the id of the previously invoked action or
null , if no history exists yet, or last user activity was of
non-action type, like mouse clicking in editor or text typing, or previous action was invoked for a different editor. |
public static EditorLastActionTracker getInstance()
public java.lang.String getLastActionId()
null
, if no history exists yet, or last user activity was of
non-action type, like mouse clicking in editor or text typing, or previous action was invoked for a different editor.