@ApplicationScoped public class WorkbenchServicesImpl extends Object implements WorkbenchServices
| Modifier and Type | Field and Description |
|---|---|
static String |
PERSPECTIVE_EXTENSION |
| Constructor and Description |
|---|
WorkbenchServicesImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isWorkbenchOnCluster() |
Map<String,String> |
loadDefaultEditorsMap() |
PerspectiveDefinition |
loadPerspective(String perspectiveName) |
Set<PerspectiveDefinition> |
loadPerspectives() |
SplashScreenFilter |
loadSplashScreenFilter(String filterName) |
void |
removePerspectiveState(String perspectiveId) |
void |
removePerspectiveStates() |
void |
save(SplashScreenFilter splashFilter) |
void |
save(String perspectiveId,
PerspectiveDefinition perspective) |
void |
saveDefaultEditors(Map<String,String> properties) |
public static final String PERSPECTIVE_EXTENSION
public void save(String perspectiveId, PerspectiveDefinition perspective)
save in interface WorkbenchServicespublic void save(SplashScreenFilter splashFilter)
save in interface WorkbenchServicespublic PerspectiveDefinition loadPerspective(String perspectiveName)
loadPerspective in interface WorkbenchServicespublic Set<PerspectiveDefinition> loadPerspectives()
loadPerspectives in interface WorkbenchServicespublic void removePerspectiveState(String perspectiveId)
removePerspectiveState in interface WorkbenchServicespublic void removePerspectiveStates()
removePerspectiveStates in interface WorkbenchServicespublic SplashScreenFilter loadSplashScreenFilter(String filterName)
loadSplashScreenFilter in interface WorkbenchServicespublic Map<String,String> loadDefaultEditorsMap()
loadDefaultEditorsMap in interface WorkbenchServicespublic void saveDefaultEditors(Map<String,String> properties)
saveDefaultEditors in interface WorkbenchServicespublic boolean isWorkbenchOnCluster()
isWorkbenchOnCluster in interface WorkbenchServicesCopyright © 2012–2017 JBoss by Red Hat. All rights reserved.