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

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
IFlyoutPreferences.java 67 void setDockLocation(int location);
MemoryFlyoutPreferences.java 52 public void setDockLocation(int location) {
PluginFlyoutPreferences.java 70 public void setDockLocation(int location) {
FlyoutControlComposite.java 269 private void setDockLocation(int dockLocation) {
270 m_preferences.setDockLocation(dockLocation);
283 m_preferences.setDockLocation(preferences.getDockLocation());
636 setDockLocation(newDockLocation[0]);
    [all...]

Completed in 94 milliseconds