Class EmfAutoCompleteSection<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.TextSection<V>
com.amalgamasimulation.desktop.ui.editor.sections.AutoCompleteSection<V>
com.amalgamasimulation.desktop.ui.editor.sections.ContainerAutoCompleteSection<T,V>
com.amalgamasimulation.desktop.ui.editor.sections.EmfAutoCompleteSection<T,V>
- All Implemented Interfaces:
ILabelSection,ISection,ITextSection<V>
public class EmfAutoCompleteSection<T extends org.eclipse.emf.ecore.EObject,V>
extends ContainerAutoCompleteSection<T,V>
-
Field Summary
Fields inherited from class com.amalgamasimulation.desktop.ui.editor.sections.TextSection
buttons, internalLabel, internalText, textDataBindingFields 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.ContainerAutoCompleteSection
isEnable, isVisible, setEnable, setVisibleMethods inherited from class com.amalgamasimulation.desktop.ui.editor.sections.TextSection
addButton, addButton, getCountColumns, getRealLabelWidth, isSkipCalculatingWidth, labelProperties, setLabelWidth, textProperties, updateEnableMethods inherited from class com.amalgamasimulation.desktop.ui.editor.sections.internal.Section
getCompositeSection, moveBelow, needHorizontalIndent, setEnable, setEventBroker, setParent, setVisible, 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
updateSection, updateVisible
-
Constructor Details
-
EmfAutoCompleteSection
public EmfAutoCompleteSection()
-
-
Method Details
-
getDataBinding
- Overrides:
getDataBindingin classContainerAutoCompleteSection<T extends org.eclipse.emf.ecore.EObject,V>
-
createButton
- Overrides:
createButtonin classContainerAutoCompleteSection<T extends org.eclipse.emf.ecore.EObject,V>
-
createSection
public void createSection()- Overrides:
createSectionin classContainerAutoCompleteSection<T extends org.eclipse.emf.ecore.EObject,V>
-
observableFeatures
-
observableFeaturePaths
-