public interface WorkbenchClientEditorActivity extends WorkbenchActivity
Modifier and Type | Method and Description |
---|---|
elemental2.promise.Promise<String> |
getContent()
Get the editor content
|
default ResourceType |
getResourceType() |
boolean |
isDirty() |
void |
setContent(String path,
String value)
Set the editor content
|
contextId, getDefaultPosition, getMenus, getOwningPlace, getTitle, getTitleDecoration, getTitleDecorationElement, getToolBar, getWidget, getWidgetElement, onFocus, onLostFocus, onMayClose, preferredHeight, preferredWidth
getName, getPlace, isDefault, isDynamic, onClose, onOpen, onShutdown, onStartup
getDependencies, getIdentifier, isType
void setContent(String path, String value)
path
- Content Relative Pathvalue
- The editor contentelemental2.promise.Promise<String> getContent()
boolean isDirty()
default ResourceType getResourceType()
getResourceType
in interface Resource
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.