@ApplicationScoped public class ContentExplorerScreen extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContentExplorerScreen.View |
| Constructor and Description |
|---|
ContentExplorerScreen() |
ContentExplorerScreen(ContentExplorerScreen.View view,
NavigationManager navigationManager,
PerspectivesExplorer perspectiveExplorer,
NavTreeEditor navTreeEditor,
ContentManagerI18n i18n,
javax.enterprise.event.Event<NotificationEvent> workbenchNotification) |
| Modifier and Type | Method and Description |
|---|---|
void |
createNewPerspective() |
NavTreeEditor |
getNavTreeEditor() |
String |
getTitle() |
com.google.gwt.user.client.ui.IsWidget |
getWidget() |
public static final String SCREEN_ID
public ContentExplorerScreen()
@Inject public ContentExplorerScreen(ContentExplorerScreen.View view, NavigationManager navigationManager, PerspectivesExplorer perspectiveExplorer, NavTreeEditor navTreeEditor, ContentManagerI18n i18n, javax.enterprise.event.Event<NotificationEvent> workbenchNotification)
public String getTitle()
public com.google.gwt.user.client.ui.IsWidget getWidget()
public NavTreeEditor getNavTreeEditor()
public void createNewPerspective()
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.