All Packages Class Hierarchy This Package Previous Next Index
Class cube.gui.CubeGUI
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----cube.gui.CubeGUI
- public class CubeGUI
- extends Frame
This class is the primary cube GUI
For more information on the cube see the cube
Overview.
Copyright © 1997 Curtis E. Dyreson. All rights reserved.
Please be aware of the
Licence
and
Version.
-
drillButton
-
-
execButton
-
-
global
-
-
measureList
-
-
measuresLoaded
-
-
redoButton
-
-
unitList
-
-
CubeGUI()
- Create a new CubeGUI with a default title.
-
CubeGUI(String)
- Build a new graphic user interface, with the given title
-
CubeGUI(String, int)
- Build a new graphic user interface, with the given title
-
aboutBox()
- aboutBox - Action to take when the about box is selected
-
action(Event, Object)
- Handle an event
-
helpBox()
- helpBox - Action to take when the help box is selected
-
init()
- Initialize the GUI
-
main(String[])
- The starts the GUI
-
oldupdateUnit(int)
- They've highlighted a Unit, now lets show all the subunits within
this unit (plus this unit).
-
redoMeasuresForUnits(int)
- Reload the measures into the appropriate unit list
-
runQuery()
- Execute a query using the selected items!
Currently, just print the name of the query.
-
selectMeasure(int)
- Display the units in this list
-
selectUnit(int)
- A double click on an item in the Unit List, depending on the
state, take the appropriate action.
-
updateUnit(int)
- They've highlighted a Unit, now lets show all the subunits within
this unit (plus this unit).
global
public Globals global
measureList
public List measureList[]
unitList
public List unitList[]
measuresLoaded
public boolean measuresLoaded[]
execButton
protected Button execButton
redoButton
protected Button redoButton[]
drillButton
protected Button drillButton[]
CubeGUI
public CubeGUI()
- Create a new CubeGUI with a default title.
CubeGUI
public CubeGUI(String title,
int k)
- Build a new graphic user interface, with the given title
CubeGUI
public CubeGUI(String title)
- Build a new graphic user interface, with the given title
main
public static void main(String args[])
- The starts the GUI
init
public void init()
- Initialize the GUI
action
public boolean action(Event event,
Object what)
- Handle an event
- Overrides:
- action in class Component
runQuery
public void runQuery()
- Execute a query using the selected items!
Currently, just print the name of the query.
selectUnit
public void selectUnit(int dimension)
- A double click on an item in the Unit List, depending on the
state, take the appropriate action.
updateUnit
public void updateUnit(int dimension)
- They've highlighted a Unit, now lets show all the subunits within
this unit (plus this unit).
- Parameters:
- name - - a list containing the selected unit
oldupdateUnit
public void oldupdateUnit(int dimension)
- They've highlighted a Unit, now lets show all the subunits within
this unit (plus this unit).
- Parameters:
- name - - a list containing the selected unit
redoMeasuresForUnits
public void redoMeasuresForUnits(int i)
- Reload the measures into the appropriate unit list
- Parameters:
- i - - which dimension
selectMeasure
public void selectMeasure(int i)
- Display the units in this list
- Parameters:
- name - - list of units
helpBox
public void helpBox()
- helpBox - Action to take when the help box is selected
aboutBox
public void aboutBox()
- aboutBox - Action to take when the about box is selected
All Packages Class Hierarchy This Package Previous Next Index