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 SpreadSheetProcessorPanelSpreadSheetProcessorEvent. getSpreadSheetProcessorPanel()Returns theSpreadSheetProcessorPanelthat 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 SpreadSheetProcessorPanelSpreadSheetProcessorPanel.WidgetPanel. m_Ownerthe owner.Methods in adams.gui.tools that return SpreadSheetProcessorPanel Modifier and Type Method Description SpreadSheetProcessorPanelSpreadSheetProcessorPanel. 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 SpreadSheetProcessorPanelAbstractWidget. m_Ownerthe owner.Methods in adams.gui.tools.spreadsheetprocessor that return SpreadSheetProcessorPanel Modifier and Type Method Description SpreadSheetProcessorPanelAbstractWidget. getOwner()Returns the owner.Methods in adams.gui.tools.spreadsheetprocessor with parameters of type SpreadSheetProcessorPanel Modifier and Type Method Description voidAbstractWidget. setOwner(SpreadSheetProcessorPanel value)Sets the owner.
-