Inheritance diagram for Navigator::
Public Methods | |
Navigator (NavigatorUser u, double zoomVal, double minVal, double maxVal, double[] values, int scrollType) | |
Construct a Navigator. More... | |
int | getViewerID () |
Get the ID of the currently active viewer. More... | |
void | updateStatus (CanvasViewer viewer) |
Update the GUI to reflect the given status. More... | |
void | actionPerformed (ActionEvent e) |
Implementation of ActionListener. More... | |
void | adjustmentValueChanged (AdjustmentEvent e) |
Implementation of AdjustmentListener. More... | |
void | stateChanged (ChangeEvent e) |
Implementation of ChangeListener. More... | |
void | objectSelected (ViewerEvent e) |
Implementation of ViewerInspectionListener. More... | |
void | viewerSelected (ViewerEvent e) |
Implementation of ViewerInspectionListener (ignored). More... | |
void | viewerEntered (ViewerEvent e) |
Method invoked when the mouse enters the viewer. More... | |
void | viewerExited (ViewerEvent e) |
Method invoked when the mouse leaves the viewer. More... | |
void | objectEntered (ViewerEvent e) |
Method invoked when the mouse passes over a CanvasObject for the first time. More... | |
void | objectProbed (ViewerEvent e) |
Method invoked when the mouse passes over a CanvasObject it had already entered. More... |
|
Construct a Navigator. scrollType indicates whether the GUI uses a ScrollBar (scrollType == 1) or a Slider (scrollType == 2). |
|
Get the ID of the currently active viewer.
|
|
Update the GUI to reflect the given status. Will not call the _user (it is assumed that the _user does it) except to ask for the viewer IDs via handleNavigatorViewerIDs. |
|
Implementation of ActionListener.
|
|
Implementation of AdjustmentListener.
|
|
Implementation of ChangeListener.
|
|
Implementation of ViewerInspectionListener.
Reimplemented from ViewerInspectionListener. |
|
Implementation of ViewerInspectionListener (ignored).
Reimplemented from ViewerInspectionListener. |
|
Method invoked when the mouse enters the viewer.
Reimplemented from ViewerInspectionListener. |
|
Method invoked when the mouse leaves the viewer.
Reimplemented from ViewerInspectionListener. |
|
Method invoked when the mouse passes over a CanvasObject for the first time.
Reimplemented from ViewerInspectionListener. |
|
Method invoked when the mouse passes over a CanvasObject it had already entered.
Reimplemented from ViewerInspectionListener. |