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
-
Field Summary
Fields inherited from class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
STANDARD_LABEL_WIDTH
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected EClass
The EClass of the objects which can be displayed in this property sheet.protected Collection<EMFPropertySectionFieldInfo>
Returns a list of edit fields which are used to display features of EMF meta-model classesMethods 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
-
Constructor Details
-
ComponentPropertySection
public ComponentPropertySection()
-
-
Method Details
-
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
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
-