Class ContainerAutoCompleteSection<T,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>
- All Implemented Interfaces:
ILabelSection,ISection,ITextSection<V>
- Direct Known Subclasses:
EmfAutoCompleteSection
-
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) voidbooleanisEnable()booleanvoidvoidsetVisible(Predicate<T> visible) Methods 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
-
ContainerAutoCompleteSection
public ContainerAutoCompleteSection()
-
-
Method Details
-
createButton
- Overrides:
createButtonin classAutoCompleteSection<V>
-
createSection
public void createSection()- Overrides:
createSectionin classcom.amalgamasimulation.desktop.ui.editor.sections.internal.Section
-
getDataBinding
- Overrides:
getDataBindingin classAutoCompleteSection<V>
-
isVisible
public boolean isVisible() -
isEnable
public boolean isEnable() -
setVisible
-
setEnable
-