seniorproj
Class CreateSet

java.lang.Object
  extended by seniorproj.CreateSet

public class CreateSet
extends java.lang.Object

Creates GUI for user to select what tables to place into a new data set. Once a data set is created it appears on the user's main window.

Author:
Steven Weigand

Constructor Summary
CreateSet()
           
 
Method Summary
static void createSetGUI()
          Creates the GUI layout for listing the available tables and allowing the user to create a dataset.
static boolean validTable()
          Checks to see if the current selected table is valid to add to the data set.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateSet

public CreateSet()
Method Detail

createSetGUI

public static void createSetGUI()
Creates the GUI layout for listing the available tables and allowing the user to create a dataset.


validTable

public static boolean validTable()
Checks to see if the current selected table is valid to add to the data set.

Returns:
boolean indicating if table name is valid