| Interface | Description |
|---|---|
| WArea<N> |
Abstraction of area widget
|
| WCallback<P,R> |
Callback
|
| WCompositePart<N> |
Widget abstraction for a composite part widget
|
| WDragSourceWidget |
Mixin to implement for widgets who act as drag source
|
| WDragTargetWidget |
Mixin implemented by widget who act as drag target
|
| WLayoutedWidget<M extends org.eclipse.e4.ui.model.application.ui.MUIElement> |
Basic interface all layouted widgets implement
|
| WMenu<N> |
Abstraction of menus
|
| WMenuBar<N> |
Abstraction of a menu bar
|
| WMenuElement<M extends org.eclipse.e4.ui.model.application.ui.menu.MMenuElement> |
Abstract of menu elements
|
| WMenuItem<N> |
Abstraction of a menu item
|
| WMenuSeparator<N> |
Abstraction of a menu separator
|
| WMinMaxableWidget |
Mixin for widgets who support min/max
|
| WPart<N,T,M> |
Abstract of a part widget
|
| WPerspective<N> |
Abstraction of perspective widget
|
| WPerspectiveStack<N,I,IC> |
Abstraction of the perspective stack
|
| WPerspectiveStack.WStackItem<I,IC> |
Abstraction of the stack item
|
| WPlaceholderWidget |
Abstraction of a placeholder
|
| WPopupMenu<N> |
Abstraction of a popup menu
|
| WPropertyChangeHandler<W extends WWidget<?>> |
Inform about a property change
|
| WSash<N> |
Widget abstraction for sash
|
| WStack<N,I,IC> |
Abstraction of a stack widget
|
| WStack.WStackItem<I,IC> |
Abstraction representing an item in the stack
|
| WToolBar<N> |
Widget abstraction for toolbars
|
| WToolBarSeparator<N> |
Widget abstraction for toolbar separators
|
| WToolControl<N> |
Widget abstraction for tool-controls
|
| WToolItem<N> |
Widget abstraction for a tool item
|
| WTrimBar<N> |
Widget abstraction for trimbars
|
| WWidget<M extends org.eclipse.e4.ui.model.application.ui.MUIElement> |
Basic native widget abstraction
|
| WWindow<N> |
Window abstraction
|
| Class | Description |
|---|---|
| WDragSourceWidget.DragData |
Drag data
|
| WDragTargetWidget.DropData |
Drop data
|
| WPropertyChangeHandler.WPropertyChangeEvent<W extends WWidget<?>> |
Event object with informations about the property change
|
| Enum | Description |
|---|---|
| WDragTargetWidget.DropType |
The drop type
|
| WMinMaxableWidget.WMinMaxState |
The current state
|
| WWidget.WidgetState |
Current state of the widget
|