|
|||||||||
| Home >> All >> org >> eclipse >> ui >> [ internal overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.ui.internal
Interface IWindowTrim

- All Known Implementing Classes:
- FastViewBar
- public interface IWindowTrim
Interface for trim controls that can be docked to the edge of a Workbench window using drag-and-drop.
| Method Summary | |
void |
dock(int dropSide)
Called to notify the trim object that it has been docked on the given side of the layout |
org.eclipse.swt.widgets.Control |
getControl()
Returns the control representing this trim widget, or null if it has not yet been created. |
int |
getValidSides()
Returns the set of sides that this trim can be docked onto. |
| Method Detail |
getControl
public org.eclipse.swt.widgets.Control getControl()
- Returns the control representing this trim widget, or null if it has not yet
been created.
getValidSides
public int getValidSides()
- Returns the set of sides that this trim can be docked onto.
dock
public void dock(int dropSide)
- Called to notify the trim object that it has been docked on the given side of the layout
|
|||||||||
| Home >> All >> org >> eclipse >> ui >> [ internal overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC