All Packages Class Hierarchy This Package Previous Next Index
Class cube.applet.Cube
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----cube.applet.Cube
- public class Cube
- extends Applet
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.
-
Cube()
-
-
aboutBox()
- aboutBox - Action to take when the about box is selected
-
drillDown(int)
- A double click on an item in the Unit List, depending on the
state, take the appropriate action.
-
handleEvent(Event)
- Handle an event
-
helpBox()
- helpBox - Action to take when the help box is selected
-
init()
- Initialize 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
-
updateUnit(int)
- They've highlighted a Unit, now lets show all the subunits within
this unit (plus this unit).
Cube
public Cube()
init
public void init()
- Initialize the GUI
- Overrides:
- init in class Applet
handleEvent
public boolean handleEvent(Event event)
- Handle an event
- Overrides:
- handleEvent in class Component
runQuery
public void runQuery()
- Execute a query using the selected items!
Currently, just print the name of the query.
drillDown
public void drillDown(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