|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.collab.SharableImpl
ucar.unidata.idv.control.DisplayControlBase
ucar.unidata.idv.control.DisplayControlImpl
ucar.unidata.idv.control.DrawingControl
ucar.unidata.idv.control.editor.RadarEditor
public class RadarEditor
| Nested Class Summary | |
|---|---|
static class |
RadarEditor.FieldCommand
Class EditCommand _more_ |
static class |
RadarEditor.MyRadarSweepControl
Class MyRadarSweepControl _more_ |
| Nested classes/interfaces inherited from class ucar.unidata.idv.control.DisplayControlImpl |
|---|
DisplayControlImpl.SideLegendLabel |
| Field Summary |
|---|
| Fields inherited from class ucar.unidata.idv.control.DrawingControl |
|---|
ATTR_EDITABLE, ATTR_FRONTDISPLAY, ATTR_TITLE, ATTR_USETIMESINANIMATION, CMD_MOVE, CMD_SELECT, CMD_STRETCH, currentCmd, enabledCbx, FILTER_XGRF, FLAG_FILLED, FLAG_FULLLATLON, FLAG_STRAIGHT, glyphs, selectedGlyphs, SHARE_LINES, straightCbx, SUFFIX_XGRF, TAG_EDITOR |
| Fields inherited from class ucar.unidata.idv.control.DisplayControlImpl |
|---|
categories, colorScaleInfo, colorScales, contourInfo, contourInfoParams, contourWidget, controlContext, ctw, dataSelection, defaultView, defaultViewManager, DISPLAY_LIST_NAME, displayListTable, displayListUsesColor, displayMasters, displayUnit, helpUrl, initNoteText, instantiatedWithNoData, noteTextArea, noteWrapper, paramName, requestProperties, selectRangeWidget, settingVisibility, sharables, showNoteText, skipSlider, version, viewManagers, ZFUDGE |
| Fields inherited from interface ucar.unidata.idv.DisplayControl |
|---|
BOTTOM_LEGEND, DEFAULT_PROBEFORMAT, PREF_PREFIX, PREF_PROBEFORMAT, PREF_REMOVEONWINDOWCLOSE, PREF_SAMPLING_MODE, PREF_STANDALONE_REMOVEONCLOSE, PREF_STANDALONE_REMOVEONCLOSE_ASK, PROP_LEGENDICON, RASTERMODE_SHOWALL, RASTERMODE_SHOWNONRASTER, RASTERMODE_SHOWRASTER, SIDE_LEGEND |
| Constructor Summary | |
|---|---|
RadarEditor()
Create a new Drawing Control; set attributes. |
|
| Method Summary | |
|---|---|
void |
addAction(Action action)
_more_ |
void |
addAction(String name,
String func)
_more_ |
protected void |
appendCommand(String text)
_more_ |
void |
applyAction(Action action)
_more_ |
void |
clearActions()
_more_ |
void |
doAbsoluteValue()
_more_ |
void |
doAverage()
_more_ |
void |
doExpr()
_more_ |
protected Container |
doMakeContents()
Make the gui |
void |
doMax()
_more_ |
void |
doMin()
_more_ |
void |
doRemove()
_more_ |
void |
executeActions()
_more_ |
void |
executeActions(boolean andClear)
_more_ |
void |
executeAndClearActions()
_more_ |
List<Action> |
getActions()
Get the Actions property. |
String |
getRegionMode()
_more_ |
boolean |
init(List choices)
_more_ |
protected void |
makeModePanel(List widgets)
Overwrite base class method to make the mode panel |
void |
setActions(List<Action> value)
Set the Actions property. |
protected void |
setField(FieldImpl field)
_more_ |
protected boolean |
showFilledCbx()
Overwrite base class method to not show the filled cbx |
protected boolean |
showLocationWidgets()
Don't show location widgets |
protected boolean |
showTimeWidgets()
Don't show time widgets |
| Methods inherited from class ucar.unidata.idv.control.DisplayControlBase |
|---|
boxToEarth, boxToEarth, boxToEarth, boxToEarth, boxToEarth, boxToScreen, calculateRectangle, createStationTfo, earthToBox, earthToBox, earthToBoxTuple, earthToScreen, formatLevels, getLabeledReal, getLevelReal, getScreenCenter, getSelectedStation, getTmpProperty, isLeftButtonDown, logException, logException, makeEarthLocation, putTmpProperty, removeTmpProperty, screenToBox, screenToBox, screenToEarth, setStations, setStations, toBox, toEarth, userErrorMessage, userMessage |
| Methods inherited from class ucar.unidata.collab.SharableImpl |
|---|
applySharableProperties, doShare, doShare, doShareExternal, doShareInternal, getReceiveShareTime, getSharablePropertiesComponent, getShareGroup, getSharing, getUniqueId, initSharable, removeSharable, setReceiveShareTime, setShareGroup, setSharing, setUniqueId, showSharableDialog |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface ucar.unidata.idv.DisplayControl |
|---|
getTmpProperty, putTmpProperty, removeTmpProperty |
| Methods inherited from interface ucar.unidata.collab.Sharable |
|---|
getReceiveShareTime, getShareGroup, getSharing, getUniqueId, setReceiveShareTime |
| Constructor Detail |
|---|
public RadarEditor()
| Method Detail |
|---|
public void doRemove()
throws RemoteException,
VisADException
doRemove in interface DisplayControldoRemove in class DrawingControlRemoteException - _more_
VisADException - _more_
protected void setField(FieldImpl field)
throws Exception
field - _more_
Exception - _more_
public boolean init(List choices)
throws VisADException,
RemoteException
init in class DisplayControlImplchoices - _more_
RemoteException - _more_
VisADException - _more_protected void appendCommand(String text)
text - _more_public String getRegionMode()
protected Container doMakeContents()
throws VisADException,
RemoteException
doMakeContents in class DrawingControlRemoteException - When bad things happen
VisADException - When bad things happenpublic void addAction(Action action)
action - _more_public void executeActions()
public void executeAndClearActions()
public void clearActions()
public void executeActions(boolean andClear)
andClear - _more_public void applyAction(Action action)
action - _more_
public void addAction(String name,
String func)
name - _more_func - _more_public void doAverage()
public void doExpr()
public void doAbsoluteValue()
public void doMax()
public void doMin()
protected boolean showFilledCbx()
showFilledCbx in class DrawingControlprotected void makeModePanel(List widgets)
makeModePanel in class DrawingControlwidgets - List of panel widgets to add toprotected boolean showTimeWidgets()
showTimeWidgets in class DrawingControlprotected boolean showLocationWidgets()
showLocationWidgets in class DrawingControlpublic void setActions(List<Action> value)
value - The new value for Actionspublic List<Action> getActions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||