|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
ucar.unidata.idv.ui.EarthNavPanel
public class EarthNavPanel
An abstract base class used to represents display control legends for view managers.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
EarthNavPanel(MapViewManager viewManager)
ctor |
|
EarthNavPanel(MapViewManager viewManager,
Flythrough flythrough,
boolean showAddress)
_more_ |
|
| Method Summary | |
|---|---|
void |
goToAddress()
Go to address |
void |
goToAddressInner()
Go to address |
void |
mouseClicked(MouseEvent event)
Handle event |
void |
mouseDragged(MouseEvent e)
Noop |
void |
mouseEntered(MouseEvent e)
Noop |
void |
mouseExited(MouseEvent e)
Noop |
void |
mouseMoved(MouseEvent e)
Noop |
void |
mousePressed(MouseEvent event)
Mouse was pressed |
void |
mouseReleased(MouseEvent event)
Mouse was pressed |
void |
processLocation(ucar.unidata.idv.ui.EarthNavPanel.Location location)
Handle the hotspot |
void |
startRun(ucar.unidata.idv.ui.EarthNavPanel.Location location,
int theTimeStamp)
Handle the hotspot event |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EarthNavPanel(MapViewManager viewManager)
viewManager - The viewManager
public EarthNavPanel(MapViewManager viewManager,
Flythrough flythrough,
boolean showAddress)
viewManager - _more_flythrough - _more_showAddress - _more_| Method Detail |
|---|
public void goToAddress()
public void goToAddressInner()
public void mouseDragged(MouseEvent e)
mouseDragged in interface MouseMotionListenere - The eventpublic void mouseMoved(MouseEvent e)
mouseMoved in interface MouseMotionListenere - The eventpublic void mouseEntered(MouseEvent e)
mouseEntered in interface MouseListenere - The eventpublic void mouseExited(MouseEvent e)
mouseExited in interface MouseListenere - The eventpublic void mousePressed(MouseEvent event)
mousePressed in interface MouseListenerevent - The event
public void startRun(ucar.unidata.idv.ui.EarthNavPanel.Location location,
int theTimeStamp)
location - The hotspottheTimeStamp - for multiple eventspublic void mouseReleased(MouseEvent event)
mouseReleased in interface MouseListenerevent - The eventpublic void processLocation(ucar.unidata.idv.ui.EarthNavPanel.Location location)
location - The hotspotpublic void mouseClicked(MouseEvent event)
mouseClicked in interface MouseListenerevent - event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||