Uses of Class
org.apache.sis.gui.dataset.WindowHandler
Packages that use WindowHandler
Package
Description
Widgets showing
GridCoverage
images or sample values.Widgets about data store resources and their metadata.
-
Uses of WindowHandler in org.apache.sis.gui.coverage
Methods in org.apache.sis.gui.coverage that return WindowHandlerModifier and TypeMethodDescriptionfinal WindowHandler
CoverageExplorer.getWindowHandler()
Returns the handler of the window showing this coverage view. -
Uses of WindowHandler in org.apache.sis.gui.dataset
Fields in org.apache.sis.gui.dataset with type parameters of type WindowHandlerModifier and TypeFieldDescriptionfinal ObservableList<WindowHandler>
WindowManager.windows
Read-only list of windows showing resources managed byResourceExplorer
.Methods in org.apache.sis.gui.dataset that return WindowHandlerModifier and TypeMethodDescriptionstatic WindowHandler
WindowHandler.create
(CoverageExplorer widget) Creates a new handler for the window which is showing the given coverage viewer.static WindowHandler
WindowHandler.create
(FeatureTable widget) Creates a new handler for the window which is showing the given table of features.abstract WindowHandler
WindowHandler.duplicate()
Prepares a new window with the same content than the window managed by this handler.