Class ContainerBooleanSection<T>
java.lang.Object
com.amalgamasimulation.desktop.ui.editor.sections.internal.Section
com.amalgamasimulation.desktop.ui.editor.sections.BooleanSection
com.amalgamasimulation.desktop.ui.editor.sections.ContainerBooleanSection<T>
- All Implemented Interfaces:
ILabelSection,ISection
- Direct Known Subclasses:
EmfBooleanSection
-
Field Summary
Fields inherited from class com.amalgamasimulation.desktop.ui.editor.sections.BooleanSection
booleanDataBinding, buttons, checkbox, internalLabelFields inherited from class com.amalgamasimulation.desktop.ui.editor.sections.internal.Section
compositeForSection, elements, eventBroker -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanisEnable()booleanvoidvoidsetVisible(Predicate<T> visible) Methods inherited from class com.amalgamasimulation.desktop.ui.editor.sections.BooleanSection
addButton, addButton, createButton, getCountColumns, getRealLabelWidth, isSkipCalculatingWidth, labelProperties, setLabelWidth, 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
-
ContainerBooleanSection
public ContainerBooleanSection()
-
-
Method Details
-
createSection
public void createSection()- Overrides:
createSectionin classcom.amalgamasimulation.desktop.ui.editor.sections.internal.Section
-
getDataBinding
- Overrides:
getDataBindingin classBooleanSection
-
isVisible
public boolean isVisible() -
isEnable
public boolean isEnable() -
setVisible
-
setEnable
-