Class EmfComboboxSection<T extends org.eclipse.emf.ecore.EObject,V>
java.lang.Object
com.amalgamasimulation.desktop.ui.editor.sections.internal.Section
com.amalgamasimulation.desktop.ui.editor.sections.ComboboxSection<V>
com.amalgamasimulation.desktop.ui.editor.sections.ContainerComboboxSection<T,V>
com.amalgamasimulation.desktop.ui.editor.sections.EmfComboboxSection<T,V>
- All Implemented Interfaces:
IComboBoxSection<V>,ILabelSection,ISection
public class EmfComboboxSection<T extends org.eclipse.emf.ecore.EObject,V>
extends ContainerComboboxSection<T,V>
-
Field Summary
Fields inherited from class com.amalgamasimulation.desktop.ui.editor.sections.ComboboxSection
buttons, comboboxDataBinding, internalComboBox, internalLabelFields inherited from class com.amalgamasimulation.desktop.ui.editor.sections.internal.Section
compositeForSection, elements, eventBroker -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected InternalButtoncreateButton(IButtonProperties buttonProperties) voidvoidobservableFeaturePaths(List<org.eclipse.emf.databinding.FeaturePath> featurePaths) voidobservableFeatures(List<org.eclipse.emf.ecore.EStructuralFeature> features) Methods inherited from class com.amalgamasimulation.desktop.ui.editor.sections.ContainerComboboxSection
isEnable, isVisible, setEnable, setVisibleMethods inherited from class com.amalgamasimulation.desktop.ui.editor.sections.ComboboxSection
addButton, addButton, comboBoxProperties, getCountColumns, getRealLabelWidth, isSkipCalculatingWidth, labelProperties, setLabelWidthMethods inherited from class com.amalgamasimulation.desktop.ui.editor.sections.internal.Section
getCompositeSection, moveBelow, needHorizontalIndent, setEnable, setEventBroker, setParent, setVisible, updateEnable, updateSection, updateVisibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.amalgamasimulation.desktop.ui.editor.common.ISection
updateEnable, updateSection, updateVisible
-
Constructor Details
-
EmfComboboxSection
public EmfComboboxSection()
-
-
Method Details
-
createButton
- Overrides:
createButtonin classContainerComboboxSection<T extends org.eclipse.emf.ecore.EObject,V>
-
getDataBinding
- Overrides:
getDataBindingin classContainerComboboxSection<T extends org.eclipse.emf.ecore.EObject,V>
-
createSection
public void createSection()- Overrides:
createSectionin classContainerComboboxSection<T extends org.eclipse.emf.ecore.EObject,V>
-
observableFeatures
-
observableFeaturePaths
-