|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intellij.ide.FrameStateManager
public abstract class FrameStateManager
Manager of listeners for notifications about activation and deactivation of the IDEA window.
| Constructor Summary | |
|---|---|
FrameStateManager()
|
|
| Method Summary | |
|---|---|
abstract void |
addListener(FrameStateListener listener)
Adds a listener which is called when the IDEA window is activated or deactivated. |
static FrameStateManager |
getInstance()
Returns the global FrameStateManager instance. |
abstract void |
removeListener(FrameStateListener listener)
Removes a listener which is called when the IDEA window is activated or deactivated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FrameStateManager()
| Method Detail |
|---|
public static FrameStateManager getInstance()
FrameStateManager instance.
public abstract void addListener(FrameStateListener listener)
listener - the listener instance.public abstract void removeListener(FrameStateListener listener)
listener - the listener instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||