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 DriverPanelCacheAbstractDriverPanel. getCache()Returns the current panel values.DriverPanelCacheBasicFileDriverPanel. getCache()DriverPanelCacheFMEFileDriverPanel. getCache()DriverPanelCacheGMLFileDriverPanel. getCache()DriverPanelCacheJMLFileDriverPanel. getCache()Methods in org.locationtech.jts.jump.workbench.ui with parameters of type DriverPanelCache Modifier and Type Method Description voidDriverPanelCache. addAll(DriverPanelCache otherCache)voidAbstractDriverPanel. setCache(DriverPanelCache cache)Attempts to restore as many panel values as possible to a previous state, to save the user some typing.voidBasicFileDriverPanel. setCache(DriverPanelCache cache)voidFMEFileDriverPanel. setCache(DriverPanelCache cache)voidGMLFileDriverPanel. setCache(DriverPanelCache cache)voidJMLFileDriverPanel. setCache(DriverPanelCache cache)
-