Home
last modified time | relevance | path

Searched refs:dockLocation (Results 1 – 2 of 2) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
DMemoryFlyoutPreferences.java29 public MemoryFlyoutPreferences(int dockLocation, int state, int width) { in MemoryFlyoutPreferences() argument
30 m_dockLocation = dockLocation; in MemoryFlyoutPreferences()
DFlyoutControlComposite.java269 private void setDockLocation(int dockLocation) { in setDockLocation() argument
270 m_preferences.setDockLocation(dockLocation); in setDockLocation()