Java com.intellij.openapi.actionSystem Anchor fields, constructors, methods, implement or subclass

Example usage for Java com.intellij.openapi.actionSystem Anchor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.intellij.openapi.actionSystem Anchor.

The text is from its open source code.

Field

AnchorFIRST
Anchor type that specifies the action to be the first in the list at the moment of addition.
AnchorLAST
Anchor type that specifies the action to be the last in the list at the moment of addition.
AnchorBEFORE
Anchor type that specifies the action to be placed before the relative action.
AnchorAFTER
Anchor type that specifies the action to be placed after the relative action.