Uses of Class
adams.gui.tools.spreadsheetprocessor.AbstractWidget
-
-
Uses of AbstractWidget in adams.gui.tools
Fields in adams.gui.tools declared as AbstractWidget Modifier and Type Field Description protected AbstractWidgetSpreadSheetProcessorPanel.WidgetPanel. m_CurrentWidgetthe current widget.protected AbstractWidgetSpreadSheetProcessorPanel.WidgetPanel. m_DefaultWidgetthe default widget.Fields in adams.gui.tools with type parameters of type AbstractWidget Modifier and Type Field Description protected BaseComboBox<AbstractWidget>SpreadSheetProcessorPanel.WidgetPanel. m_ComboBoxWidgetsthe combobox with the widgets.protected List<AbstractWidget>SpreadSheetProcessorPanel.WidgetPanel. m_Widgetsthe available widgets.Methods in adams.gui.tools that return AbstractWidget Modifier and Type Method Description AbstractWidgetSpreadSheetProcessorPanel.WidgetPanel. getCurrentWidget()Returns the current widget.Methods in adams.gui.tools with parameters of type AbstractWidget Modifier and Type Method Description voidSpreadSheetProcessorPanel.WidgetPanel. setCurrentWidget(AbstractWidget value)Sets the current widget.Constructors in adams.gui.tools with parameters of type AbstractWidget Constructor Description WidgetPanel(SpreadSheetProcessorPanel owner, String label, Class widgetClass, AbstractWidget defaultWidget)Initializes the panel. -
Uses of AbstractWidget in adams.gui.tools.spreadsheetprocessor
Methods in adams.gui.tools.spreadsheetprocessor with parameters of type AbstractWidget Modifier and Type Method Description abstract voidAbstractWidget. assign(AbstractWidget other)Retrieves the values from the other widget, if possible.intAbstractWidget. compareTo(AbstractWidget o)Compares the two widgets using their name. -
Uses of AbstractWidget in adams.gui.tools.spreadsheetprocessor.processors
Subclasses of AbstractWidget in adams.gui.tools.spreadsheetprocessor.processors Modifier and Type Class Description classAbstractProcessorAncestor for processors.classFlowProcessorUses a subflow for processing the spreadsheet.classPassThroughProcessorJust passes through the data.classQueryProcessorUses an SQL-like query for processing the data.Methods in adams.gui.tools.spreadsheetprocessor.processors with parameters of type AbstractWidget Modifier and Type Method Description voidFlowProcessor. assign(AbstractWidget other)Retrieves the values from the other widget, if possible.voidPassThroughProcessor. assign(AbstractWidget other)Retrieves the values from the other widget, if possible.voidQueryProcessor. assign(AbstractWidget other)Retrieves the values from the other widget, if possible. -
Uses of AbstractWidget in adams.gui.tools.spreadsheetprocessor.sources
Subclasses of AbstractWidget in adams.gui.tools.spreadsheetprocessor.sources Modifier and Type Class Description classAbstractSourceAncestor for sources.classClipboardSourceFor retrieving data from clipboard.classDatabaseSourceFor retrieving data from a database.classFileBrowserSourceFor browsing files and reading them.classFileSourceFor selecting a single file.Methods in adams.gui.tools.spreadsheetprocessor.sources with parameters of type AbstractWidget Modifier and Type Method Description voidClipboardSource. assign(AbstractWidget other)Retrieves the values from the other widget, if possible.voidDatabaseSource. assign(AbstractWidget other)Retrieves the values from the other widget, if possible.voidFileBrowserSource. assign(AbstractWidget other)Retrieves the values from the other widget, if possible.voidFileSource. assign(AbstractWidget other)Retrieves the values from the other widget, if possible. -
Uses of AbstractWidget in adams.gui.tools.spreadsheetprocessor.targets
Subclasses of AbstractWidget in adams.gui.tools.spreadsheetprocessor.targets Modifier and Type Class Description classAbstractTargetAncestor for targets.classChartTargetFor displaying the data in a chart.classClipboardTargetFor copying the processed data to the clipboard.classDatabaseTargetFor storing the data in a database.classFileTargetFor storing the processed data in a file.Methods in adams.gui.tools.spreadsheetprocessor.targets with parameters of type AbstractWidget Modifier and Type Method Description voidChartTarget. assign(AbstractWidget other)Retrieves the values from the other widget, if possible.voidClipboardTarget. assign(AbstractWidget other)Retrieves the values from the other widget, if possible.voidDatabaseTarget. assign(AbstractWidget other)Retrieves the values from the other widget, if possible.voidFileTarget. assign(AbstractWidget other)Retrieves the values from the other widget, if possible.
-