Uses of Class
adams.gui.event.SpreadSheetProcessorEvent.EventType
-
Packages that use SpreadSheetProcessorEvent.EventType Package Description adams.gui.event adams.gui.tools.spreadsheetprocessor -
-
Uses of SpreadSheetProcessorEvent.EventType in adams.gui.event
Fields in adams.gui.event declared as SpreadSheetProcessorEvent.EventType Modifier and Type Field Description protected SpreadSheetProcessorEvent.EventTypeSpreadSheetProcessorEvent. m_Typewhat type of event occurred.Methods in adams.gui.event that return SpreadSheetProcessorEvent.EventType Modifier and Type Method Description SpreadSheetProcessorEvent.EventTypeSpreadSheetProcessorEvent. getType()Returns the event type.static SpreadSheetProcessorEvent.EventTypeSpreadSheetProcessorEvent.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static SpreadSheetProcessorEvent.EventType[]SpreadSheetProcessorEvent.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in adams.gui.event with parameters of type SpreadSheetProcessorEvent.EventType Constructor Description SpreadSheetProcessorEvent(SpreadSheetProcessorPanel source, SpreadSheetProcessorEvent.EventType type)Initializes the event.SpreadSheetProcessorEvent(SpreadSheetProcessorPanel source, SpreadSheetProcessorEvent.EventType type, String message)Initializes the event. -
Uses of SpreadSheetProcessorEvent.EventType in adams.gui.tools.spreadsheetprocessor
Methods in adams.gui.tools.spreadsheetprocessor with parameters of type SpreadSheetProcessorEvent.EventType Modifier and Type Method Description protected voidAbstractWidget. notifyOwner(SpreadSheetProcessorEvent.EventType type, String message)Notifies the owner.
-