Uses of Class
org.locationtech.jts.jump.workbench.ui.DriverPanelCache
-
Packages that use DriverPanelCache Package Description org.locationtech.jts.jump.workbench.ui -
-
Uses of DriverPanelCache in org.locationtech.jts.jump.workbench.ui
Methods in org.locationtech.jts.jump.workbench.ui that return DriverPanelCache Modifier and Type Method Description DriverPanelCache
AbstractDriverPanel. getCache()
Returns the current panel values.DriverPanelCache
BasicFileDriverPanel. getCache()
DriverPanelCache
FMEFileDriverPanel. getCache()
DriverPanelCache
GMLFileDriverPanel. getCache()
DriverPanelCache
JMLFileDriverPanel. getCache()
Methods in org.locationtech.jts.jump.workbench.ui with parameters of type DriverPanelCache Modifier and Type Method Description void
DriverPanelCache. addAll(DriverPanelCache otherCache)
void
AbstractDriverPanel. setCache(DriverPanelCache cache)
Attempts to restore as many panel values as possible to a previous state, to save the user some typing.void
BasicFileDriverPanel. setCache(DriverPanelCache cache)
void
FMEFileDriverPanel. setCache(DriverPanelCache cache)
void
GMLFileDriverPanel. setCache(DriverPanelCache cache)
void
JMLFileDriverPanel. setCache(DriverPanelCache cache)
-