| java.lang.Object sun.awt.X11.XPropertyCache
XPropertyCache | public class XPropertyCache (Code) | | Implements abstract X window property caching mechanism. The
caching is performed using storeCache method, the cached data can
be retrieved using getCacheEntry method.
NOTE: current caching is disabled because of the big variate of
uncovered access to properties/changes of properties. Once the
access to properites is rewritten using general mechanisms, caching
will be enabled.
|
Inner Class :static class PropertyCacheEntry | |
clearCache | public static void clearCache(long window)(Code) | | |
clearCache | public static void clearCache(long window, XAtom property)(Code) | | |
getCacheEntry | public static PropertyCacheEntry getCacheEntry(long window, XAtom property)(Code) | | |
isCached | public static boolean isCached(long window, XAtom property)(Code) | | |
isCachingSupported | public static boolean isCachingSupported()(Code) | | |
storeCache | public static void storeCache(PropertyCacheEntry entry, long window, XAtom property)(Code) | | |
|
|