@Alternative @Dependent public class WorkbenchServicesProxyBackendImpl extends Object implements WorkbenchServicesProxy
Constructor and Description |
---|
WorkbenchServicesProxyBackendImpl() |
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 WorkbenchServicesProxy
public void loadPerspective(String name, ParameterizedCommand<PerspectiveDefinition> parameterizedCommand)
loadPerspective
in interface WorkbenchServicesProxy
public void loadPerspectives(ParameterizedCommand<Set<PerspectiveDefinition>> parameterizedCommand)
loadPerspectives
in interface WorkbenchServicesProxy
public void removePerspectiveState(String perspectiveId, Command callback)
removePerspectiveState
in interface WorkbenchServicesProxy
public void removePerspectiveStates(Command doWhenFinished)
removePerspectiveStates
in interface WorkbenchServicesProxy
public void save(SplashScreenFilter splashFilter)
save
in interface WorkbenchServicesProxy
public void loadSplashScreenFilter(String name, ParameterizedCommand<SplashScreenFilter> parameterizedCommand)
loadSplashScreenFilter
in interface WorkbenchServicesProxy
public void isWorkbenchOnCluster(ParameterizedCommand<Boolean> parameterizedCommand)
isWorkbenchOnCluster
in interface WorkbenchServicesProxy
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.