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.ColumnWidthApproachBaseTable. m_ColumnWidthApproachwhether to automatically set optimal column widths.Methods in adams.gui.core that return BaseTable.ColumnWidthApproach Modifier and Type Method Description BaseTable.ColumnWidthApproachBaseTable. getColumnWidthApproach()Returns how to set the optimal column widths.BaseTable.ColumnWidthApproachSpreadSheetTableWithButtons. getColumnWidthApproach()Returns the strategy for setting optimal column widths.protected BaseTable.ColumnWidthApproachBaseTable. initialUseOptimalColumnWidths()Returns the initial setting of whether to set optimal column widths.protected BaseTable.ColumnWidthApproachSpreadSheetTable. initialUseOptimalColumnWidths()Returns the initial setting of whether to set optimal column widths.static BaseTable.ColumnWidthApproachBaseTable.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 voidBaseTable. setColumnWidthApproach(BaseTable.ColumnWidthApproach value)Sets whether to automatically set optimal column widths.voidSpreadSheetTableWithButtons. 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.ColumnWidthApproachInstanceTable. 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.ColumnWidthApproachReportFactory.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.ColumnWidthApproachXYSequenceTable. initialUseOptimalColumnWidths()Returns the initial setting of whether to set optimal column widths.
-