Uses of Class
adams.gui.event.SqlQueryPanelEvent.EventType
-
Packages that use SqlQueryPanelEvent.EventType Package Description adams.gui.event -
-
Uses of SqlQueryPanelEvent.EventType in adams.gui.event
Fields in adams.gui.event declared as SqlQueryPanelEvent.EventType Modifier and Type Field Description protected SqlQueryPanelEvent.EventType
SqlQueryPanelEvent. m_Type
what type of event occurred.Methods in adams.gui.event that return SqlQueryPanelEvent.EventType Modifier and Type Method Description SqlQueryPanelEvent.EventType
SqlQueryPanelEvent. getType()
Returns the event type.static SqlQueryPanelEvent.EventType
SqlQueryPanelEvent.EventType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SqlQueryPanelEvent.EventType[]
SqlQueryPanelEvent.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 SqlQueryPanelEvent.EventType Constructor Description SqlQueryPanelEvent(SqlQueryPanel source, SqlQueryPanelEvent.EventType type)
Initializes the event.
-