Searched refs:getDockLocation (Results 1 - 4 of 4) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DIFlyoutPreferences.java47 int getDockLocation(); method in interface:IFlyoutPreferences
H A DMemoryFlyoutPreferences.java40 public int getDockLocation() { method in class:MemoryFlyoutPreferences
H A DPluginFlyoutPreferences.java58 public int getDockLocation() { method in class:PluginFlyoutPreferences
H A DFlyoutControlComposite.java237 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() { method in class:FlyoutControlComposite
263 return m_preferences.getDockLocation();
283 m_preferences.setDockLocation(preferences.getDockLocation());
591 final int oldDockLocation = getDockLocation();
776 int location = getDockLocation();
1011 return getDockLocation()
[all...]

Completed in 59 milliseconds