edu.iastate.anthill.indus.panel.query
Interface ISQLBuilder

All Known Implementing Classes:
QueryPanel, SQLBuilderPaneTest

public interface ISQLBuilder


Method Summary
 void cancel()
          Event is called when user pressed cancel button.
 void created(boolean init)
          Event is called when dialog is created and correctly initialized.
 void finish(java.lang.Object returnValue)
          Event is called when user finishes working with builder.
 

Method Detail

created

public void created(boolean init)
Event is called when dialog is created and correctly initialized.

Returns:
void

cancel

public void cancel()
Event is called when user pressed cancel button.

Returns:
void

finish

public void finish(java.lang.Object returnValue)
Event is called when user finishes working with builder.

Returns:
void