| java.lang.Object com.vividsolutions.jump.workbench.ui.DriverPanelCache
DriverPanelCache | public class DriverPanelCache (Code) | | A cache of the state of a DriverPanel. Used to restore a DriverPanel to
a past state, to minimize re-typing for the user. Different DriverPanels
can even use each other's cached values, whenever the cache keys match.
For each DriverDialog, one DriverPanelCache is associated with one Layer.
|
DRIVER_CACHE_KEY | final public static String DRIVER_CACHE_KEY(Code) | | This value is set by the DriverDialog. It always exists.
|
FILE_CACHE_KEY | final public static String FILE_CACHE_KEY(Code) | | Most AbstractDriverPanels will set this value, but some do not (e.g. those
that retrieve data from the web instead of a file). Thus, it almost always
exists.
|
DriverPanelCache | public DriverPanelCache()(Code) | | |
get | public Object get(String cacheKey)(Code) | | the specied value, or null if no such key exists |
|
|