Class ComponentPropertySection
- java.lang.Object
-
- org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
-
- org.palladiosimulator.editors.commons.tabs.GenericEMFPropertySection
-
- org.palladiosimulator.editors.commons.tabs.ComponentPropertySection
-
- All Implemented Interfaces:
ISection
public class ComponentPropertySection extends GenericEMFPropertySection
-
-
Field Summary
-
Fields inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
STANDARD_LABEL_WIDTH
-
-
Constructor Summary
Constructors Constructor Description ComponentPropertySection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EClass
getEClassToEdit()
The EClass of the objects which can be displayed in this property sheet.protected Collection<EMFPropertySectionFieldInfo>
getEditableTextFields()
Returns a list of edit fields which are used to display features of EMF meta-model classes-
Methods inherited from class org.palladiosimulator.editors.commons.tabs.GenericEMFPropertySection
createControls, setInput
-
Methods inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
aboutToBeHidden, aboutToBeShown, dispose, getMinimumHeight, getPart, getSelection, getWidgetFactory, refresh, shouldUseExtraSpace
-
-
-
-
Method Detail
-
getEClassToEdit
protected EClass getEClassToEdit()
Description copied from class:GenericEMFPropertySection
The EClass of the objects which can be displayed in this property sheet. A single model object is edited in the property sheet. The features which are diplayed on the sheet are set using the getEditableTextFields method- Specified by:
getEClassToEdit
in classGenericEMFPropertySection
- Returns:
-
getEditableTextFields
protected Collection<EMFPropertySectionFieldInfo> getEditableTextFields()
Description copied from class:GenericEMFPropertySection
Returns a list of edit fields which are used to display features of EMF meta-model classes- Specified by:
getEditableTextFields
in classGenericEMFPropertySection
- Returns:
- A list of EMF features which should be editable in this property sheet section
-
-