seniorproj
Class SelectDependents

java.lang.Object
  extended by seniorproj.SelectDependents

public class SelectDependents
extends java.lang.Object

Creates a GUI for a user to select and build his/her dependent variables for a data warehouse. Allows options to create an alias and customize the way the aggregate will be calculated with all of the proper button action listeners.

Author:
Steven Weigand

Constructor Summary
SelectDependents()
           
 
Method Summary
static void createSelectDependents()
          Creates the GUI layout for a user to select columns and create dependent variables from the supported SQL aggregate functions.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectDependents

public SelectDependents()
Method Detail

createSelectDependents

public static void createSelectDependents()
Creates the GUI layout for a user to select columns and create dependent variables from the supported SQL aggregate functions.