Uses of Class
adams.parser.SpreadSheetQueryText
-
Packages that use SpreadSheetQueryText Package Description adams.flow.transformer adams.gui.chooser adams.gui.core adams.gui.dialog adams.gui.tools.spreadsheetprocessor.processors -
-
Uses of SpreadSheetQueryText in adams.flow.transformer
Fields in adams.flow.transformer declared as SpreadSheetQueryText Modifier and Type Field Description protected SpreadSheetQueryTextSpreadSheetQuery. m_Queryfor query to execute.Methods in adams.flow.transformer that return SpreadSheetQueryText Modifier and Type Method Description SpreadSheetQueryTextSpreadSheetQuery. getQuery()Returns the query to execute.Methods in adams.flow.transformer with parameters of type SpreadSheetQueryText Modifier and Type Method Description voidSpreadSheetQuery. setQuery(SpreadSheetQueryText value)Sets the query to execute. -
Uses of SpreadSheetQueryText in adams.gui.chooser
Methods in adams.gui.chooser that return SpreadSheetQueryText Modifier and Type Method Description protected SpreadSheetQueryTextSpreadSheetQueryChooserPanel. doChoose()Performs the actual choosing of an object.protected SpreadSheetQueryTextSpreadSheetQueryChooserPanel. fromString(String value)Converts the string representation into its object representation.Methods in adams.gui.chooser with parameters of type SpreadSheetQueryText Modifier and Type Method Description protected StringSpreadSheetQueryChooserPanel. toString(SpreadSheetQueryText value)Converts the value into its string representation.Constructors in adams.gui.chooser with parameters of type SpreadSheetQueryText Constructor Description SpreadSheetQueryChooserPanel(SpreadSheetQueryText query)Initializes the panel with the given query. -
Uses of SpreadSheetQueryText in adams.gui.core
Methods in adams.gui.core that return SpreadSheetQueryText Modifier and Type Method Description protected SpreadSheetQueryTextRecentSpreadSheetQueriesHandler. fromString(String s)Turns the string obtained from the props into an object again.SpreadSheetQueryTextSpreadSheetQueryEditorPanel. getQuery()Returns the current query.Methods in adams.gui.core with parameters of type SpreadSheetQueryText Modifier and Type Method Description protected StringRecentSpreadSheetQueriesHandler. createMenuItemText(int index, SpreadSheetQueryText item)Generates the text for the menuitem.protected StringRecentSpreadSheetQueriesHandler. toString(SpreadSheetQueryText obj)Turns an object into a string for storing in the props. -
Uses of SpreadSheetQueryText in adams.gui.dialog
Methods in adams.gui.dialog that return SpreadSheetQueryText Modifier and Type Method Description SpreadSheetQueryTextSpreadSheetQueryDialog. getQuery()Returns the current query.SpreadSheetQueryTextSpreadSheetQueryPanel. getQuery()Returns the current query.Methods in adams.gui.dialog with parameters of type SpreadSheetQueryText Modifier and Type Method Description voidSpreadSheetQueryDialog. setQuery(SpreadSheetQueryText value)Sets the query.voidSpreadSheetQueryPanel. setQuery(SpreadSheetQueryText value)Sets the query. -
Uses of SpreadSheetQueryText in adams.gui.tools.spreadsheetprocessor.processors
Methods in adams.gui.tools.spreadsheetprocessor.processors that return SpreadSheetQueryText Modifier and Type Method Description SpreadSheetQueryTextQueryProcessor. getCurrentQuery()Returns the query.Methods in adams.gui.tools.spreadsheetprocessor.processors with parameters of type SpreadSheetQueryText Modifier and Type Method Description voidQueryProcessor. setCurrentQuery(SpreadSheetQueryText value)Sets the query.
-