Uses of Class
com.vividsolutions.jump.workbench.ui.DriverPanelCache
-
Packages that use DriverPanelCache Package Description com.vividsolutions.jump.workbench.ui -
-
Uses of DriverPanelCache in com.vividsolutions.jump.workbench.ui
Methods in com.vividsolutions.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 com.vividsolutions.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)
-