Uses of Interface
adams.gui.core.JTableSupporter
-
Packages that use JTableSupporter Package Description adams.gui.core adams.gui.dialog adams.gui.tools.wekainvestigator.datatable adams.gui.visualization.instances -
-
Uses of JTableSupporter in adams.gui.core
Classes in adams.gui.core that implement JTableSupporter Modifier and Type Class Description class
BaseTableWithButtons
Graphical component that consists of a BaseTable with buttons on the right-hand side.class
SpreadSheetTableWithButtons
Graphical component that consists of a SpreadSheetTable with buttons on the right-hand side.class
SpreadSheetTableWithSearch
Spreadsheet table with search and (optional) buttons. -
Uses of JTableSupporter in adams.gui.dialog
Classes in adams.gui.dialog that implement JTableSupporter Modifier and Type Class Description class
SpreadSheetPanel
Displays a spreadsheet in a table. -
Uses of JTableSupporter in adams.gui.tools.wekainvestigator.datatable
Classes in adams.gui.tools.wekainvestigator.datatable that implement JTableSupporter Modifier and Type Class Description class
DataTableWithButtons
Specialized table with buttons. -
Uses of JTableSupporter in adams.gui.visualization.instances
Classes in adams.gui.visualization.instances that implement JTableSupporter Modifier and Type Class Description class
InstancesPanel
Panel displaying an Instances table.
-