Uses of Class
ucar.unidata.util.ObjectListener
Packages that use ObjectListener
Package
Description
Meteorological data classes.
UI classes for color tables.
Meteorological symbol drawing.
General utilities.
-
Uses of ObjectListener in ucar.unidata.metdata
Methods in ucar.unidata.metdata with parameters of type ObjectListenerModifier and TypeMethodDescriptionNamedStationTable.makeMenuItems
(List locations, ObjectListener listener) Make a set of menu items from the list of locationsstatic List
NamedStationTable.xxxxmakeMenuItems
(List stations, ObjectListener listener) Make stations from the root element. -
Uses of ObjectListener in ucar.unidata.ui.colortable
Methods in ucar.unidata.ui.colortable with parameters of type ObjectListenerModifier and TypeMethodDescriptionvoid
ColorTableManager.makeColorTableMenu
(ObjectListener listener, List l) Make the set of color table menus.void
ColorTableManager.makeColorTableMenu
(ObjectListener listener, List l, boolean showLocal) Make the set of color table menus. -
Uses of ObjectListener in ucar.unidata.ui.symbol
Methods in ucar.unidata.ui.symbol with parameters of type ObjectListenerModifier and TypeMethodDescriptionstatic List
StationModelCanvas.makeStationModelMenuItems
(List symbols, ObjectListener listener, StationModelManager smm) _more_ -
Uses of ObjectListener in ucar.unidata.util
Methods in ucar.unidata.util that return ObjectListenerModifier and TypeMethodDescriptionstatic ObjectListener
GuiUtils.getCloseDialogListener
(JDialog dialog) Create a listener that will close the given dialog.