@Alternative @Dependent public class WorkbenchServicesProxyClientImpl extends Object implements WorkbenchServicesProxy
| Constructor and Description |
|---|
WorkbenchServicesProxyClientImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
isWorkbenchOnCluster(ParameterizedCommand<Boolean> parameterizedCommand) |
void |
loadPerspective(String name,
ParameterizedCommand<PerspectiveDefinition> parameterizedCommand) |
void |
loadPerspectives(ParameterizedCommand<Set<PerspectiveDefinition>> parameterizedCommand) |
void |
loadSplashScreenFilter(String name,
ParameterizedCommand<SplashScreenFilter> parameterizedCommand) |
void |
removePerspectiveState(String perspectiveId,
Command callback) |
void |
removePerspectiveStates(Command doWhenFinished) |
void |
save(SplashScreenFilter splashFilter) |
void |
save(String perspectiveId,
PerspectiveDefinition activePerspective,
Command callback) |
public void save(String perspectiveId, PerspectiveDefinition activePerspective, Command callback)
save in interface WorkbenchServicesProxypublic void loadPerspective(String name, ParameterizedCommand<PerspectiveDefinition> parameterizedCommand)
loadPerspective in interface WorkbenchServicesProxypublic void loadPerspectives(ParameterizedCommand<Set<PerspectiveDefinition>> parameterizedCommand)
loadPerspectives in interface WorkbenchServicesProxypublic void removePerspectiveState(String perspectiveId, Command callback)
removePerspectiveState in interface WorkbenchServicesProxypublic void removePerspectiveStates(Command doWhenFinished)
removePerspectiveStates in interface WorkbenchServicesProxypublic void save(SplashScreenFilter splashFilter)
save in interface WorkbenchServicesProxypublic void loadSplashScreenFilter(String name, ParameterizedCommand<SplashScreenFilter> parameterizedCommand)
loadSplashScreenFilter in interface WorkbenchServicesProxypublic void isWorkbenchOnCluster(ParameterizedCommand<Boolean> parameterizedCommand)
isWorkbenchOnCluster in interface WorkbenchServicesProxyCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.