Creates a progress overlay which can be used to visualize a progress. If the progress is no longer used, dispose() has to be called to clean-up all resources.
Creates the default project editor activity.
Optional
pOptions: ProjectEditorActivityOptionsHelper function to create a react based PluginComponent.
Creates a new component container which can be used to display custom components at application level (e.g. dialogs). If the container is no longer used, dispose() has to be called to clean-up all resources.
Optional
pClassName: stringOptional CSS class name for the container.
React component which can be used to pick a list of languages (requires react).
React component which can be used to visualize a loading state. If the isLoading property is true a loading animation will be shown. The user will not be able to interact with the child components of the panel while loading (requires react).
Generated using TypeDoc
Factory for reusable components.