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