public class ViewPanelImpl extends IdvManager implements ViewPanel
Modifier and Type | Class and Description |
---|---|
class |
ViewPanelImpl.VMInfo
Class VMInfo Holds gui stuff for a viewmanager
|
Modifier and Type | Field and Description |
---|---|
static javax.swing.border.Border |
headerPanelBorder
The border for the header panel
|
static javax.swing.border.Border |
headerPanelHighlightBorder
highlight border for view infos
|
static javax.swing.ImageIcon |
ICON_DEFAULT
default icon
|
static javax.swing.ImageIcon |
ICON_GLOBE
icon for globe views
|
static javax.swing.ImageIcon |
ICON_MAP
icon for map views
|
static javax.swing.ImageIcon |
ICON_TRANSECT
icon for transect views
|
dialog, frame, window
ARG_B64BUNDLE, ARG_B64ISL, ARG_BUNDLE, ARG_CATALOG, ARG_CHOOSER, ARG_CLEARDEFAULT, ARG_CODE, ARG_CONNECT, ARG_CURRENTTIME, ARG_DATA, ARG_DEBUG, ARG_DEFAULT, ARG_DISPLAY, ARG_DXML, ARG_FIXEDTIME, ARG_HELP, ARG_IMAGE, ARG_IMAGESERVER, ARG_INSTALLPLUGIN, ARG_ISLFILE, ARG_ISLINTERACTIVE, ARG_LISTRESOURCES, ARG_MAINCLASS, ARG_MOVIE, ARG_MSG_DEBUG, ARG_MSG_RECORD, ARG_NODEFAULT, ARG_NOERRORSINGUI, ARG_NOGUI, ARG_NOONEINSTANCE, ARG_NOPLUGINS, ARG_NOPREF, ARG_ONEINSTANCEPORT, ARG_PLUGIN, ARG_PORT, ARG_PRINTJNLP, ARG_PROPERTIES, ARG_SCRIPT, ARG_SERVER, ARG_SETFILES, ARG_SITEPATH, ARG_TEMPLATE, ARG_TEST, ARG_TESTEVAL, ARG_TRACE, ARG_TRACEONLY, ARG_USERPATH, DEFAULT_DATE_FORMAT, DEFAULT_DOCPATH, DEFAULT_TIMEZONE, FILTER_CPT, FILTER_ISL, FILTER_JNLP, FILTER_XIDV, FILTER_XIDVZIDV, FILTER_XML, FILTER_ZIDV, ID_COMMANDSTORUN, ID_DATASOURCES, ID_DISPLAYCONTROLS, ID_IDV, ID_JYTHON, ID_MESSAGE, ID_MISCHASHTABLE, ID_NCIDV_VERSION, ID_VERSION, ID_VIEWMANAGERS, ID_WINDOWS, INITIAL_PROBE_EARTHLOCATION, NULL_DATA_SELECTION, NULL_STRING, PREF_ARCHIVEDIR, PREF_ARCHIVENAME, PREF_AUTODISPLAYS_ENABLE, PREF_AUTODISPLAYS_SHOWGUI, PREF_AUTOSELECTDATA, PREF_CACHESIZE, PREF_CONTROLSINTABS, PREF_DATAPREFIX, PREF_DATE_FORMAT, PREF_DISTANCEUNIT, PREF_DOCACHE, PREF_EMBEDDATACHOOSERINDASHBOARD, PREF_EMBEDFIELDSELECTORINDASHBOARD, PREF_EMBEDLEGENDINDASHBOARD, PREF_EMBEDQUICKLINKSINDASHBOARD, PREF_EVENT_KEYBOARDMAP, PREF_EVENT_MOUSEMAP, PREF_EVENT_WHEELMAP, PREF_FAST_RENDER, PREF_FIELD_CACHETHRESHOLD, PREF_FILEREADDIR, PREF_FILEWRITEDIR, PREF_GEOMETRY_BY_REF, PREF_HISTORY, PREF_IMAGE_BY_REF, PREF_LARGE_REMOTE_DATA_WARN, PREF_LASTVERSION, PREF_LATLON_FORMAT, PREF_LEGEND_SHOWICONS, PREF_LOCALE, PREF_LOOKANDFEEL, PREF_MAXIMAGESIZE, PREF_MEMORY, PREF_NPOT_IMAGE, PREF_OPEN_ASK, PREF_OPEN_MERGE, PREF_OPEN_REMOVE, PREF_PROJ_LIST, PREF_SAMPLINGMODE, PREF_SHOWCONTROLWINDOW, PREF_SHOWDASHBOARD, PREF_SHOWDECODEDIALOG, PREF_SHOWHIDDENFILES, PREF_SHOWQUITCONFIRM, PREF_SITEPATH, PREF_THREADS_DATA, PREF_THREADS_RENDER, PREF_TIMEZONE, PREF_VERTICALCS, PREF_VERTICALUNIT, PREF_WINDOW_SHOWTOOLBAR, PREF_ZIDV_ASK, PREF_ZIDV_DIRECTORY, PREF_ZIDV_SAVETOTMP, PROP_3DMODE, PROP_ABOUTTEXT, PROP_APPRESOURCEPATH, PROP_CHOOSERS, PROP_CHOOSERS_ALL, PROP_CONTROLDESCRIPTORS, PROP_CONTROLDESCRIPTORS_ALL, PROP_DATAHOLDERBOUNDS, PROP_DEFAULTLOCATIONS, PROP_DISPLAYLIST_GROUP, PROP_FIXFILELOCKUP, PROP_JNLPCODEBASE, PROP_JNLPTEMPLATE, PROP_JNLPTITLE, PROP_LOADINGXML, PROP_MAP_GLOBE_LEVEL, PROP_MAP_MAP_LEVEL, PROP_MINIMUMFRAMECYCLETIME, PROP_MONITORPORT, PROP_OLDCONTROLDESCRIPTORS, PROP_ONEINSTANCEPORT, PROP_PREFERENCES, PROP_PROJ_NAME, PROP_RESOURCEFILES, PROP_SHOWCLOCK_DASH, PROP_SHOWCLOCK_VIEW, PROP_SHOWDASHBOARD, PROP_SHOWDATATREE, PROP_SHOWFORMULAS, PROP_SHOWSPLASH, PROP_SPLASHICON, PROP_UI_DESKTOP, PROP_USE_DISPLAYAREA, PROP_USE_TIMEDRIVER, PROP_VERSIONFILE, PROP_WINDOW_SCREENSIZEOFFSET, PROP_WINDOW_SIZEHEIGHT, PROP_WINDOW_SIZEWIDTH, PROP_WINDOW_USESCREENSIZE, SUFFIX_BAT, SUFFIX_CPT, SUFFIX_ISL, SUFFIX_JNLP, SUFFIX_RBI, SUFFIX_SH, SUFFIX_XIDV, SUFFIX_XML, SUFFIX_ZIDV
Constructor and Description |
---|
ViewPanelImpl(IntegratedDataViewer idv)
Create me with the IDV
|
Modifier and Type | Method and Description |
---|---|
void |
addDisplayControl(DisplayControl control)
Add the given display control
|
void |
addViewMenuItems(DisplayControl control,
java.util.List items)
Add view menu items for the display control
|
void |
controlMoved(DisplayControl control)
Handle a control moved
|
void |
displayControlChanged(DisplayControl control)
Called by the IDV when there has been a change to the display controls.
|
void |
dockControl(DisplayControl control)
Reinserts the control into the control tabs
|
void |
expandControl(DisplayControl control)
Expand the control's gui in the tabs
|
javax.swing.JComponent |
getContents()
Make, if needed, and return the contents
|
protected static void |
initButtonState(IntegratedDataViewer idv)
Initialize the button state
|
void |
removeControlTab(DisplayControl control)
Remove the control from the control tab if we are doing control tabs
This calls removeControlTabInThread in the Swing thread
|
void |
removeControlTab(DisplayControl control,
boolean inSwingThread)
_more_
|
void |
removeDisplayControl(DisplayControl control) |
void |
undockControl(DisplayControl control)
Remove the control from the tabs
|
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.
|
getArgsManager, getCollabManager, getColorTableManager, getDataManager, getIdv, getIdvChooserManager, getIdvClass, getIdvProjectionManager, getIdvUIManager, getImageGenerator, getInstallManager, getJythonManager, getPersistenceManager, getPreferenceManager, getProperty, getProperty, getProperty, getPublishManager, getResourceManager, getStateManager, getStationModelManager, getStore, getVMManager, logException, showNormalCursor, showWaitCursor, waitUntilDisplaysAreDone, waitUntilDisplaysAreDone
actionPerformed, close, doMakeContents, getDialog, getFrame, getWindow, getWindowTitle, isShowing, removeAll, setMenuBar, setWindowTitle, shouldMakeDialog, show, show, showModal, toFront, windowIsClosing
public static javax.swing.ImageIcon ICON_MAP
public static javax.swing.ImageIcon ICON_TRANSECT
public static javax.swing.ImageIcon ICON_GLOBE
public static javax.swing.ImageIcon ICON_DEFAULT
public static javax.swing.border.Border headerPanelBorder
public static javax.swing.border.Border headerPanelHighlightBorder
public ViewPanelImpl(IntegratedDataViewer idv)
idv
- The IDVpublic javax.swing.JComponent getContents()
getContents
in interface ViewPanel
getContents
in class WindowHolder
public void addDisplayControl(DisplayControl control)
addDisplayControl
in interface ViewPanel
control
- display controlpublic void viewManagerAdded(ViewManager viewManager)
viewManagerAdded
in interface ViewPanel
viewManager
- The VMpublic void viewManagerDestroyed(ViewManager viewManager)
viewManagerDestroyed
in interface ViewPanel
viewManager
- The ViewManager that was destroyedpublic void viewManagerChanged(ViewManager viewManager)
viewManagerChanged
in interface ViewPanel
viewManager
- The ViewManager that was changedpublic void displayControlChanged(DisplayControl control)
displayControlChanged
in interface ViewPanel
control
- The control that changedpublic void removeDisplayControl(DisplayControl control)
removeDisplayControl
in interface ViewPanel
control
- The removed controlpublic void removeControlTab(DisplayControl control)
control
- The controlpublic void removeControlTab(DisplayControl control, boolean inSwingThread)
control
- _more_inSwingThread
- _more_public void addViewMenuItems(DisplayControl control, java.util.List items)
addViewMenuItems
in interface ViewPanel
control
- the display controlitems
- List of menu itemspublic void expandControl(DisplayControl control)
control
- The controlpublic void dockControl(DisplayControl control)
control
- the controlpublic void undockControl(DisplayControl control)
control
- The controlpublic void controlMoved(DisplayControl control)
controlMoved
in interface ViewPanel
control
- the moved controlprotected static void initButtonState(IntegratedDataViewer idv)
idv
- the idv