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

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
IFlyoutPreferences.java 47 int getDockLocation();
MemoryFlyoutPreferences.java 40 public int getDockLocation() {
PluginFlyoutPreferences.java 58 public int getDockLocation() {
FlyoutControlComposite.java 237 return getDockLocation() == IFlyoutPreferences.DOCK_WEST;
241 return getDockLocation() == IFlyoutPreferences.DOCK_EAST;
245 return getDockLocation() == IFlyoutPreferences.DOCK_NORTH;
249 return getDockLocation() == IFlyoutPreferences.DOCK_SOUTH;
262 private int getDockLocation() {
263 return m_preferences.getDockLocation();
283 m_preferences.setDockLocation(preferences.getDockLocation());
591 final int oldDockLocation = getDockLocation();
776 int location = getDockLocation();
    [all...]

Completed in 41 milliseconds