|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ViewPanel
Manages the user interface for the IDV
| Field Summary | |
|---|---|
static ImageIcon |
ICON_DEFAULT
default icon |
static ImageIcon |
ICON_GLOBE
icon for globe views |
static ImageIcon |
ICON_MAP
icon for map views |
static ImageIcon |
ICON_TRANSECT
icon for transect views |
| Method Summary | |
|---|---|
void |
addDisplayControl(DisplayControl control)
Add the given display control |
void |
addViewMenuItems(DisplayControl control,
List items)
Add view menu items for the display control |
void |
controlMoved(DisplayControl control)
_more_ |
void |
displayControlChanged(DisplayControl displayControl)
Called by the IDV when there has been a change to the display controls. |
JComponent |
getContents()
Make, if needed, and return the contents |
void |
removeDisplayControl(DisplayControl control)
|
void |
viewManagerAdded(ViewManager viewManager)
Be notified of the addition of a VM |
void |
viewManagerChanged(ViewManager viewManager)
Called when the ViewManager is changed. |
void |
viewManagerDestroyed(ViewManager viewManager)
Called when the ViewManager is removed. |
| Field Detail |
|---|
static final ImageIcon ICON_MAP
static final ImageIcon ICON_TRANSECT
static final ImageIcon ICON_GLOBE
static final ImageIcon ICON_DEFAULT
| Method Detail |
|---|
JComponent getContents()
void addDisplayControl(DisplayControl control)
control - display controlvoid viewManagerAdded(ViewManager viewManager)
viewManager - The VMvoid viewManagerDestroyed(ViewManager viewManager)
viewManager - The ViewManager that was destroyedvoid viewManagerChanged(ViewManager viewManager)
viewManager - The ViewManager that was changedvoid displayControlChanged(DisplayControl displayControl)
displayControl - The control that changedvoid removeDisplayControl(DisplayControl control)
control - The removed control
void addViewMenuItems(DisplayControl control,
List items)
control - the display controlitems - List of menu itemsvoid controlMoved(DisplayControl control)
control - _more_
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||