Searched refs:DOCK_WEST (Results 1 - 2 of 2) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DIFlyoutPreferences.java25 int DOCK_WEST = 1; field in interface:IFlyoutPreferences
44 * @return the docking location - {@link #DOCK_WEST}, {@link #DOCK_EAST}, {@link #DOCK_NORTH} or
H A DFlyoutControlComposite.java237 return getDockLocation() == IFlyoutPreferences.DOCK_WEST;
616 && isValidDockLocation(IFlyoutPreferences.DOCK_WEST)) {
621 newDockLocation[0] = IFlyoutPreferences.DOCK_WEST;
780 case IFlyoutPreferences.DOCK_WEST :
793 case IFlyoutPreferences.DOCK_WEST :
953 IFlyoutPreferences.DOCK_WEST);

Completed in 78 milliseconds