public interface WorkbenchServicesProxy
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) |
void save(String perspectiveId, PerspectiveDefinition activePerspective, Command callback)
void loadPerspective(String name, ParameterizedCommand<PerspectiveDefinition> parameterizedCommand)
void loadPerspectives(ParameterizedCommand<Set<PerspectiveDefinition>> parameterizedCommand)
void removePerspectiveStates(Command doWhenFinished)
void save(SplashScreenFilter splashFilter)
void loadSplashScreenFilter(String name, ParameterizedCommand<SplashScreenFilter> parameterizedCommand)
void isWorkbenchOnCluster(ParameterizedCommand<Boolean> parameterizedCommand)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.