Uses of Class
adams.gui.tools.SpreadSheetProcessorPanel
-
Packages that use SpreadSheetProcessorPanel Package Description adams.gui.event adams.gui.tools adams.gui.tools.spreadsheetprocessor -
-
Uses of SpreadSheetProcessorPanel in adams.gui.event
Methods in adams.gui.event that return SpreadSheetProcessorPanel Modifier and Type Method Description SpreadSheetProcessorPanel
SpreadSheetProcessorEvent. getSpreadSheetProcessorPanel()
Returns theSpreadSheetProcessorPanel
that triggered the eventConstructors in adams.gui.event with parameters of type SpreadSheetProcessorPanel Constructor Description SpreadSheetProcessorEvent(SpreadSheetProcessorPanel source, SpreadSheetProcessorEvent.EventType type)
Initializes the event.SpreadSheetProcessorEvent(SpreadSheetProcessorPanel source, SpreadSheetProcessorEvent.EventType type, String message)
Initializes the event. -
Uses of SpreadSheetProcessorPanel in adams.gui.tools
Fields in adams.gui.tools declared as SpreadSheetProcessorPanel Modifier and Type Field Description protected SpreadSheetProcessorPanel
SpreadSheetProcessorPanel.WidgetPanel. m_Owner
the owner.Methods in adams.gui.tools that return SpreadSheetProcessorPanel Modifier and Type Method Description SpreadSheetProcessorPanel
SpreadSheetProcessorPanel. newWindow()
Displays a new preview window/frame.Constructors in adams.gui.tools with parameters of type SpreadSheetProcessorPanel Constructor Description WidgetPanel(SpreadSheetProcessorPanel owner, String label, Class widgetClass, AbstractWidget defaultWidget)
Initializes the panel. -
Uses of SpreadSheetProcessorPanel in adams.gui.tools.spreadsheetprocessor
Fields in adams.gui.tools.spreadsheetprocessor declared as SpreadSheetProcessorPanel Modifier and Type Field Description protected SpreadSheetProcessorPanel
AbstractWidget. m_Owner
the owner.Methods in adams.gui.tools.spreadsheetprocessor that return SpreadSheetProcessorPanel Modifier and Type Method Description SpreadSheetProcessorPanel
AbstractWidget. getOwner()
Returns the owner.Methods in adams.gui.tools.spreadsheetprocessor with parameters of type SpreadSheetProcessorPanel Modifier and Type Method Description void
AbstractWidget. setOwner(SpreadSheetProcessorPanel value)
Sets the owner.
-