Class | Description |
---|---|
AbstractPlaceEvent |
Created by Cristiano Nicolai.
|
ApplicationReadyEvent |
Fired by the framework when all Workbench startup blockers have cleared, and just before the workbench starts to
build its components.
|
BeforeClosePlaceEvent |
Fired by the PlaceManager before the process of closing a place begins.
|
ClosePlaceEvent |
Fired by the PlaceManager when the activity, panel, presenter, and view associated with a place are about to be
removed from the workbench.
|
DropPlaceEvent |
An event when a WorkbenchPart is dropped as part of a DnD operation
|
NewPerspectiveEvent | |
NewWorkbenchScreenEvent | |
PanelFocusEvent | |
PerspectiveChange |
CDI event fired by the framework just after the current perspective has changed.
|
PlaceGainFocusEvent |
A CDI event fired by the framework each time a workbench screen or editor is selected within a panel.
|
PlaceHiddenEvent |
Fired by the framework each time a workbench editor or screen gets hidden.
|
PlaceLostFocusEvent |
Fired by the framework each time a workbench editor or screen which was previously the selected/active part within a
panel has been hidden due to a different part in the same panel being selected.
|
PlaceMaximizedEvent |
Fired by the framework each time a workbench editor or screen gets maximized.
|
PlaceMinimizedEvent |
Fired by the framework each time a workbench editor or screen gets minimized.
|
SelectPlaceEvent |
An event to programmatically select a WorkbenchPart
|
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.