Class TableSection<T,V>
java.lang.Object
com.amalgamasimulation.desktop.ui.editor.sections.internal.Section
com.amalgamasimulation.desktop.ui.editor.sections.internal.AbstractTableSection<T,V,EditableTable<V>,TableProperties<T,V,EditableTable<V>>,TableToolBarProperties<V>,com.amalgamasimulation.desktop.ui.editor.internal.InternalTable<T,V>>
com.amalgamasimulation.desktop.ui.editor.sections.TableSection<T,V>
- All Implemented Interfaces:
ISection,ITableSection<T,V, EditableTable<V>>
public class TableSection<T,V>
extends com.amalgamasimulation.desktop.ui.editor.sections.internal.AbstractTableSection<T,V,EditableTable<V>,TableProperties<T,V,EditableTable<V>>,TableToolBarProperties<V>,com.amalgamasimulation.desktop.ui.editor.internal.InternalTable<T,V>>
-
Field Summary
Fields inherited from class com.amalgamasimulation.desktop.ui.editor.sections.internal.AbstractTableSection
internalTableFields inherited from class com.amalgamasimulation.desktop.ui.editor.sections.internal.Section
compositeForSection, elements, eventBroker -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTable()voidtableProperties(TableProperties<T, V, EditableTable<V>> tableProperties) voidtoolBarProperties(TableToolBarProperties<V> toolBarProperties) Methods inherited from class com.amalgamasimulation.desktop.ui.editor.sections.internal.AbstractTableSection
isEnable, isVisible, setContainer, setEnable, setVisibleMethods inherited from class com.amalgamasimulation.desktop.ui.editor.sections.internal.Section
createSection, getCompositeSection, getCountColumns, 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
-
TableSection
public TableSection()
-
-
Method Details
-
tableProperties
-
toolBarProperties
-
getTable
-