Searched defs:flyout (Results 1 - 6 of 6) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DIFlyoutListener.java11 package org.eclipse.wb.core.controls.flyout;
14 /** Interface for listeners interested in window state transitions in flyout windows */
17 * The flyout has changed state from the old state to the new state (see the
H A DIFlyoutMenuContributor.java11 package org.eclipse.wb.core.controls.flyout;
H A DMemoryFlyoutPreferences.java11 package org.eclipse.wb.core.controls.flyout;
H A DIFlyoutPreferences.java11 package org.eclipse.wb.core.controls.flyout;
14 * Provider for preferences of flyout control of {@link FlyoutControlComposite}.
50 * @return the state of flyout - {@link #STATE_OPEN} or {@link #STATE_COLLAPSED}.
55 * @return the width of flyout.
70 * Sets the state of flyout - {@link #STATE_OPEN} or {@link #STATE_COLLAPSED}.
75 * Sets the width of flyout.
H A DPluginFlyoutPreferences.java11 package org.eclipse.wb.core.controls.flyout;
34 m_dockLocationKey = prefix + ".flyout.dockLocation";
35 m_stateKey = prefix + ".flyout.state";
36 m_widthKey = prefix + ".flyout.width";
H A DFlyoutControlComposite.java11 package org.eclipse.wb.core.controls.flyout;
45 * used to fill client area. Second (flyout control) can be docked to any enabled position or
102 // create container for flyout control
112 * @return the parent {@link Composite} for flyout {@link Control}.
138 * Sets the minimal width of flyout.
174 // check, maybe flyout has no Control, so "client" should fill client area
209 // change bounds for flyout container and client control
276 * Applies the given preferences into the preferences of this flyout
288 /** If the flyout hover is showing, dismiss it */
309 * Container for flyout {
[all...]

Completed in 808 milliseconds