org.eclipse.ui.internal.layout |
|
Java Source File Name | Type | Comment |
CacheWrapper.java | Class | This class wraps a control with a complex computeSize method. |
CellData.java | Class | CellData is the layout data object associated with
CellLayout . |
CellLayout.java | Class | Instance of this class lay out the control children of a Composite
in a grid, using a simple set of rules and a simple API. |
CellLayoutUtil.java | Class | Contains helper methods for CellLayout. |
GridInfo.java | Class | Computes and the positions of controls in a CellLayout, based on their span. |
ICachingLayout.java | Interface | Layouts that implement this interface are capable of caching the
sizes of child controls in a manner that allows the information
for a single control to be flushed without affecting the remaining
controls. |
ITrimManager.java | Interface | Allow programmatic access to the workbench window trim areas. |
IWindowTrim.java | Interface | Interface for trim controls that can be docked to the edge of a Workbench
window using drag-and-drop.
Note: This interface is highly experimental, and will probably change
between M4 and M5. |
LayoutCache.java | Class | |
LayoutUtil.java | Class | |
Row.java | Class | |
SizeCache.java | Class | |
TrimArea.java | Class | Represents one Trim Area. |
TrimCommonUIHandle.java | Class | This control provides common UI functionality for trim elements. |
TrimDescriptor.java | Class | Manages the internal piece of trim for each trim area. |
TrimDragPreferenceDialog.java | Class | This dialog allows the User to modify the TrimDragPreferences .
NOTE: this is a test harness at this time. |
TrimLayout.java | Class | Lays out the children of a Composite. |
TrimToolBarBase.java | Class | This control provides common UI functionality for trim elements
that wish to use a ToolBarManager-based implementation. |