org.datastorm.gui.swt
Class View

java.lang.Object
  extended byorg.datastorm.gui.swt.View

public class View
extends Object


Constructor Summary
View(IController controller)
           
 
Method Summary
 org.eclipse.swt.widgets.Shell buildScreen()
           
 void DialogOK(String title, String message)
           
 void drawResultSet(ResultSet rs)
           
 org.eclipse.swt.widgets.Display getDisplay()
           
 void resetQueryResultTable()
           
 void setEditorText(String text)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

View

public View(IController controller)
Method Detail

getDisplay

public org.eclipse.swt.widgets.Display getDisplay()

resetQueryResultTable

public void resetQueryResultTable()

drawResultSet

public void drawResultSet(ResultSet rs)
                   throws SQLException
Throws:
SQLException

buildScreen

public org.eclipse.swt.widgets.Shell buildScreen()

DialogOK

public void DialogOK(String title,
                     String message)

setEditorText

public void setEditorText(String text)