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 SpreadSheetQueryText
SpreadSheetQuery. m_Query
for query to execute.Methods in adams.flow.transformer that return SpreadSheetQueryText Modifier and Type Method Description SpreadSheetQueryText
SpreadSheetQuery. getQuery()
Returns the query to execute.Methods in adams.flow.transformer with parameters of type SpreadSheetQueryText Modifier and Type Method Description void
SpreadSheetQuery. 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 SpreadSheetQueryText
SpreadSheetQueryChooserPanel. doChoose()
Performs the actual choosing of an object.protected SpreadSheetQueryText
SpreadSheetQueryChooserPanel. 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 String
SpreadSheetQueryChooserPanel. 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 SpreadSheetQueryText
RecentSpreadSheetQueriesHandler. fromString(String s)
Turns the string obtained from the props into an object again.SpreadSheetQueryText
SpreadSheetQueryEditorPanel. getQuery()
Returns the current query.Methods in adams.gui.core with parameters of type SpreadSheetQueryText Modifier and Type Method Description protected String
RecentSpreadSheetQueriesHandler. createMenuItemText(int index, SpreadSheetQueryText item)
Generates the text for the menuitem.protected String
RecentSpreadSheetQueriesHandler. 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 SpreadSheetQueryText
SpreadSheetQueryDialog. getQuery()
Returns the current query.SpreadSheetQueryText
SpreadSheetQueryPanel. getQuery()
Returns the current query.Methods in adams.gui.dialog with parameters of type SpreadSheetQueryText Modifier and Type Method Description void
SpreadSheetQueryDialog. setQuery(SpreadSheetQueryText value)
Sets the query.void
SpreadSheetQueryPanel. 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 SpreadSheetQueryText
QueryProcessor. getCurrentQuery()
Returns the query.Methods in adams.gui.tools.spreadsheetprocessor.processors with parameters of type SpreadSheetQueryText Modifier and Type Method Description void
QueryProcessor. setCurrentQuery(SpreadSheetQueryText value)
Sets the query.
-