Class AbstractProcessExtensionConfigurationEditor
java.lang.Object
ch.ivyteam.ivy.process.extension.impl.ConfigurableExtensionEditor
ch.ivyteam.ivy.process.extension.impl.AbstractProcessExtensionConfigurationEditor
- All Implemented Interfaces:
ICommonProcessExtensionConfigurationEditor,IProcessExtensionConfigurationEditorEx
@Deprecated(since="9.4",
forRemoval=true)
public abstract class AbstractProcessExtensionConfigurationEditor
extends ConfigurableExtensionEditor
implements IProcessExtensionConfigurationEditorEx
Deprecated, for removal: This API element is subject to removal in a future version.
Abstract base class for process extension configuration editors
- Since:
- 25.08.2009
- API:
- This is a public API.
-
Method Summary
Modifier and TypeMethodDescriptionprotected ContainerDeprecated, for removal: This API element is subject to removal in a future version.protected voidcreateEditorPanelContent(Container editorPanel, IProcessExtensionConfigurationEditorEnvironment editorEnvironment) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class ch.ivyteam.ivy.process.extension.impl.ConfigurableExtensionEditor
clearBeanConfiguration, getBeanConfiguration, getBeanConfigurationProperty, getBeanConfigurationPropertyNames, getConfiguration, loadUiDataFromConfiguration, saveUiDataToConfiguration, setBeanConfiguration, setBeanConfigurationPropertyMethods inherited from interface ch.ivyteam.ivy.process.extension.ICommonProcessExtensionConfigurationEditor
acceptInput, getComposite, getConfiguration, setConfiguration
-
Method Details
-
createEditorPanel
Deprecated, for removal: This API element is subject to removal in a future version.Creates the editor panel.
Clients may override this method.- Returns:
- the created editor panel
- API:
- This public API is available in Java.
-
createEditorPanelContent
@Deprecated(since="9.4", forRemoval=true) protected void createEditorPanelContent(Container editorPanel, IProcessExtensionConfigurationEditorEnvironment editorEnvironment) Deprecated, for removal: This API element is subject to removal in a future version.Creates the editor panel content
Clients are expected to override this method.- Parameters:
editorPanel- the editor paneleditorEnvironment- the editor environment- API:
- This public API is available in Java.
-
shouldEditorFillAllSpace
Deprecated, for removal: This API element is subject to removal in a future version.Defines whether the editor needs all layout space in the parent panel.- Returns:
- true if the editor needs all space
- API:
- This public API is available in Java.
-
UiEditorExtensioninstead