Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.ui.internal
Interface IWindowTrim  view IWindowTrim download IWindowTrim.java

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