public abstract class AbstractWorkbenchDocksHandler extends Object implements WorkbenchDocksHandler
| Constructor and Description |
|---|
AbstractWorkbenchDocksHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(org.uberfire.mvp.Command updateDocksCommand)
Initializes the handler with the callback
Command. |
protected void |
refreshDocks(boolean shouldRefresh,
boolean shouldDisable) |
boolean |
shouldDisableDocks()
Determines if the docks should be disabled or not
|
boolean |
shouldRefreshDocks()
Determines if the docks should be refreshed or not.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprovideDockspublic void init(org.uberfire.mvp.Command updateDocksCommand)
WorkbenchDocksHandlerCommand. This Command will be executed any time
the docks must be refreshedinit in interface WorkbenchDocksHandlerpublic boolean shouldRefreshDocks()
WorkbenchDocksHandlershouldRefreshDocks in interface WorkbenchDocksHandlerpublic boolean shouldDisableDocks()
WorkbenchDocksHandlershouldDisableDocks in interface WorkbenchDocksHandlerprotected void refreshDocks(boolean shouldRefresh,
boolean shouldDisable)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.