Uses of Class
adams.gui.core.BaseTable.ColumnWidthApproach
-
Packages that use BaseTable.ColumnWidthApproach Package Description adams.gui.core adams.gui.visualization.instance adams.gui.visualization.report adams.gui.visualization.sequence -
-
Uses of BaseTable.ColumnWidthApproach in adams.gui.core
Fields in adams.gui.core declared as BaseTable.ColumnWidthApproach Modifier and Type Field Description protected BaseTable.ColumnWidthApproach
BaseTable. m_ColumnWidthApproach
whether to automatically set optimal column widths.Methods in adams.gui.core that return BaseTable.ColumnWidthApproach Modifier and Type Method Description BaseTable.ColumnWidthApproach
BaseTable. getColumnWidthApproach()
Returns how to set the optimal column widths.BaseTable.ColumnWidthApproach
SpreadSheetTableWithButtons. getColumnWidthApproach()
Returns the strategy for setting optimal column widths.protected BaseTable.ColumnWidthApproach
BaseTable. initialUseOptimalColumnWidths()
Returns the initial setting of whether to set optimal column widths.protected BaseTable.ColumnWidthApproach
SpreadSheetTable. initialUseOptimalColumnWidths()
Returns the initial setting of whether to set optimal column widths.static BaseTable.ColumnWidthApproach
BaseTable.ColumnWidthApproach. valueOf(String name)
Returns the enum constant of this type with the specified name.static BaseTable.ColumnWidthApproach[]
BaseTable.ColumnWidthApproach. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.core with parameters of type BaseTable.ColumnWidthApproach Modifier and Type Method Description void
BaseTable. setColumnWidthApproach(BaseTable.ColumnWidthApproach value)
Sets whether to automatically set optimal column widths.void
SpreadSheetTableWithButtons. setColumnWidthApproach(BaseTable.ColumnWidthApproach value)
Sets the strategy for setting optimal column widths. -
Uses of BaseTable.ColumnWidthApproach in adams.gui.visualization.instance
Methods in adams.gui.visualization.instance that return BaseTable.ColumnWidthApproach Modifier and Type Method Description protected BaseTable.ColumnWidthApproach
InstanceTable. initialUseOptimalColumnWidths()
Returns the initial setting of whether to set optimal column widths. -
Uses of BaseTable.ColumnWidthApproach in adams.gui.visualization.report
Methods in adams.gui.visualization.report that return BaseTable.ColumnWidthApproach Modifier and Type Method Description protected BaseTable.ColumnWidthApproach
ReportFactory.Table. initialUseOptimalColumnWidths()
Returns the initial setting of whether to set optimal column widths. -
Uses of BaseTable.ColumnWidthApproach in adams.gui.visualization.sequence
Methods in adams.gui.visualization.sequence that return BaseTable.ColumnWidthApproach Modifier and Type Method Description protected BaseTable.ColumnWidthApproach
XYSequenceTable. initialUseOptimalColumnWidths()
Returns the initial setting of whether to set optimal column widths.
-