Uses of Class
com.vividsolutions.jump.workbench.ui.DriverPanelCache

Packages that use DriverPanelCache
com.vividsolutions.jump.workbench.ui   
 

Uses of DriverPanelCache in com.vividsolutions.jump.workbench.ui
 

Methods in com.vividsolutions.jump.workbench.ui that return DriverPanelCache
 DriverPanelCache JMLFileDriverPanel.getCache()
           
 DriverPanelCache FMEFileDriverPanel.getCache()
           
 DriverPanelCache AbstractDriverPanel.getCache()
          Returns the current panel values.
 DriverPanelCache GMLFileDriverPanel.getCache()
           
 DriverPanelCache BasicFileDriverPanel.getCache()
           
 

Methods in com.vividsolutions.jump.workbench.ui with parameters of type DriverPanelCache
 void DriverPanelCache.addAll(DriverPanelCache otherCache)
           
 void JMLFileDriverPanel.setCache(DriverPanelCache cache)
           
 void FMEFileDriverPanel.setCache(DriverPanelCache cache)
           
 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 GMLFileDriverPanel.setCache(DriverPanelCache cache)
           
 void BasicFileDriverPanel.setCache(DriverPanelCache cache)