@Dependent public class StunnerDocksHandler extends AbstractWorkbenchDocksHandler
| Modifier and Type | Field and Description |
|---|---|
protected DefaultWorkbenchConstants |
constants |
| Constructor and Description |
|---|
StunnerDocksHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onDiagramEditorMaximized(ScreenMaximizedEvent event) |
void |
onDiagramFocusEvent(OnDiagramFocusEvent event) |
void |
onDiagramLoseFocusEvent(OnDiagramLoseFocusEvent event) |
Collection<org.uberfire.client.workbench.docks.UberfireDock> |
provideDocks(String perspectiveIdentifier) |
init, refreshDocks, shouldDisableDocks, shouldRefreshDocksprotected DefaultWorkbenchConstants constants
public Collection<org.uberfire.client.workbench.docks.UberfireDock> provideDocks(String perspectiveIdentifier)
public void onDiagramFocusEvent(@Observes
OnDiagramFocusEvent event)
public void onDiagramLoseFocusEvent(@Observes
OnDiagramLoseFocusEvent event)
public void onDiagramEditorMaximized(@Observes
ScreenMaximizedEvent event)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.