|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intellij.openapi.actionSystem.Anchor
public class Anchor
Defines possible positions of an action relative to another action.
| Field Summary | |
|---|---|
static Anchor |
AFTER
Anchor type that specifies the action to be placed after the relative action. |
static Anchor |
BEFORE
Anchor type that specifies the action to be placed before the relative action. |
static Anchor |
FIRST
Anchor type that specifies the action to be the first in the list at the moment of addition. |
static Anchor |
LAST
Anchor type that specifies the action to be the last in the list at the moment of addition. |
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Anchor FIRST
public static final Anchor LAST
public static final Anchor BEFORE
public static final Anchor AFTER
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||