Uses of Class
adams.gui.core.spreadsheetpreview.AbstractSpreadSheetPreview
-
Packages that use AbstractSpreadSheetPreview Package Description adams.flow.sink adams.flow.transformer adams.gui.core.spreadsheetpreview -
-
Uses of AbstractSpreadSheetPreview in adams.flow.sink
Fields in adams.flow.sink declared as AbstractSpreadSheetPreview Modifier and Type Field Description protected AbstractSpreadSheetPreview
SpreadSheetDisplay. m_Preview
the preview to use.Methods in adams.flow.sink that return AbstractSpreadSheetPreview Modifier and Type Method Description AbstractSpreadSheetPreview
SpreadSheetDisplay. getPreview()
Returns the preview to use for selected rows.Methods in adams.flow.sink with parameters of type AbstractSpreadSheetPreview Modifier and Type Method Description void
SpreadSheetDisplay. setPreview(AbstractSpreadSheetPreview value)
Sets the preview to use for selected rows. -
Uses of AbstractSpreadSheetPreview in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractSpreadSheetPreview Modifier and Type Field Description protected AbstractSpreadSheetPreview
SpreadSheetSelectSubset. m_Preview
the preview to use.Methods in adams.flow.transformer that return AbstractSpreadSheetPreview Modifier and Type Method Description AbstractSpreadSheetPreview
SpreadSheetSelectSubset. getPreview()
Returns the preview to use for selected rows.Methods in adams.flow.transformer with parameters of type AbstractSpreadSheetPreview Modifier and Type Method Description void
SpreadSheetSelectSubset. setPreview(AbstractSpreadSheetPreview value)
Sets the preview to use for selected rows. -
Uses of AbstractSpreadSheetPreview in adams.gui.core.spreadsheetpreview
Subclasses of AbstractSpreadSheetPreview in adams.gui.core.spreadsheetpreview Modifier and Type Class Description class
NullPreview
Dummy, does not generate a preview.class
SimpleHTML
Simply displays the specified columns as HTML.class
SimpleText
Simply displays the specified columns as text.
-