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

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
IFlyoutPreferences.java 28 int DOCK_SOUTH = 8;
45 * {@link #DOCK_SOUTH}.
FlyoutControlComposite.java 249 return getDockLocation() == IFlyoutPreferences.DOCK_SOUTH;
609 } else if (location.y > 2 * h3 && isValidDockLocation(IFlyoutPreferences.DOCK_SOUTH)) {
614 newDockLocation[0] = IFlyoutPreferences.DOCK_SOUTH;
786 case IFlyoutPreferences.DOCK_SOUTH :
799 case IFlyoutPreferences.DOCK_SOUTH :
965 IFlyoutPreferences.DOCK_SOUTH);
    [all...]

Completed in 234 milliseconds