Home | History | Annotate | Download | only in flyout

Lines Matching defs:flyout

11 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 {@link Control}.
322 updateTitleImage("Flyout");
531 * Handler for {@link SWT#MouseHover} event - temporary expands flyout and collapse again when
554 // during resize mouse can be temporary outside of flyout - ignore
558 // mouse in in flyout container - ignore
565 // it is possible, that user restored (OPEN) flyout, so collapse only if we still in expand state
838 * @return <code>true</code> if flyout is open or expanded.