Extension SDK

oracle.ide.docking
Interface DockLayoutConstants

All Known Subinterfaces:
DockStation

public interface DockLayoutConstants

This interface contains the orientation constants used by the docking system.


Field Summary
static int AFTER
           
static int BEFORE
           
static int CENTER
           
static int EAST
           
static int HORZ
           
static int NORTH
           
static int SOUTH
           
static int VERT
           
static int WEST
           
 

Field Detail

BEFORE

public static final int BEFORE

AFTER

public static final int AFTER

HORZ

public static final int HORZ

VERT

public static final int VERT

WEST

public static final int WEST

EAST

public static final int EAST

NORTH

public static final int NORTH

SOUTH

public static final int SOUTH

CENTER

public static final int CENTER

Extension SDK