|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectseniorproj.TableAnalysis
public class TableAnalysis
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.
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 |
---|
public TableAnalysis()
Method Detail |
---|
public static void createAndShowGUI7(java.lang.String sql)
sql
- The sql code of the warehouse
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |