HomeSort by relevance Sort by last modified time
    Searched refs:DOCK_NORTH (Results 1 - 2 of 2) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
IFlyoutPreferences.java 27 int DOCK_NORTH = 4;
44 * @return the docking location - {@link #DOCK_WEST}, {@link #DOCK_EAST}, {@link #DOCK_NORTH} or
FlyoutControlComposite.java 245 return getDockLocation() == IFlyoutPreferences.DOCK_NORTH;
603 if (location.y < h3 && isValidDockLocation(IFlyoutPreferences.DOCK_NORTH)) {
608 newDockLocation[0] = IFlyoutPreferences.DOCK_NORTH;
784 case IFlyoutPreferences.DOCK_NORTH :
797 case IFlyoutPreferences.DOCK_NORTH :
961 IFlyoutPreferences.DOCK_NORTH);
    [all...]

Completed in 67 milliseconds