Uses of Class
adams.gui.tools.sqlworkbench.SqlQueryPanel
-
Packages that use SqlQueryPanel Package Description adams.gui.dialog adams.gui.event -
-
Uses of SqlQueryPanel in adams.gui.dialog
Fields in adams.gui.dialog declared as SqlQueryPanel Modifier and Type Field Description protected SqlQueryPanel
SqlQueryDialog. m_PanelSQL
the SQL panel. -
Uses of SqlQueryPanel in adams.gui.event
Methods in adams.gui.event that return SqlQueryPanel Modifier and Type Method Description SqlQueryPanel
SqlQueryPanelEvent. getSqlQueryPanel()
Returns theSqlQueryPanel
that triggered the eventConstructors in adams.gui.event with parameters of type SqlQueryPanel Constructor Description SqlQueryPanelEvent(SqlQueryPanel source, SqlQueryPanelEvent.EventType type)
Initializes the event.
-