seniorproj
Class TableAnalysis

java.lang.Object
  extended by seniorproj.TableAnalysis

public class TableAnalysis
extends java.lang.Object

Creates a three-paned GUI consisting of three parts: (1) Overview containing text description of warehouse state. (2) SQL generated for creating the warehouse. (3) A diagram of the warehouse state.

Author:
Steven Weigand

Constructor Summary
TableAnalysis()
           
 
Method Summary
static void createAndShowGUI7(java.lang.String sql)
          Creates GUI layout with three pane view for user to browse warehouse state in three ways as well as execute the code.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableAnalysis

public TableAnalysis()
Method Detail

createAndShowGUI7

public static void createAndShowGUI7(java.lang.String sql)
Creates GUI layout with three pane view for user to browse warehouse state in three ways as well as execute the code.

Parameters:
sql - The sql code of the warehouse