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 DriverPanelCache
AbstractDriverPanel. getCache()
Returns the current panel values.DriverPanelCache
BasicFileDriverPanel. getCache()
DriverPanelCache
FMEFileDriverPanel. getCache()
DriverPanelCache
GMLFileDriverPanel. getCache()
DriverPanelCache
JMLFileDriverPanel. getCache()
Methods in com.vividsolutions.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)
-