public class DefaultEditorConfiguration extends AbstractUIComponentConfiguration implements EditorConfiguration
| Constructor and Description |
|---|
DefaultEditorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
EditorConfiguration |
clone() |
java.util.List<PropertyDescriptor> |
getAllPropertyDescriptors() |
java.util.List<EditorSectionConfiguration> |
getSections() |
void |
setSections(java.util.List<EditorSectionConfiguration> sections) |
getContext, setContextpublic java.util.List<EditorSectionConfiguration> getSections()
getSections in interface EditorConfigurationpublic EditorConfiguration clone() throws java.lang.CloneNotSupportedException
clone in interface EditorConfigurationclone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic void setSections(java.util.List<EditorSectionConfiguration> sections)
setSections in interface EditorConfigurationpublic java.util.List<PropertyDescriptor> getAllPropertyDescriptors()
getAllPropertyDescriptors in interface EditorConfigurationCopyright © 2018 SAP SE. All Rights Reserved.