Searched defs:getSharedInstance (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DSegmentCache.java57 public static SegmentCache getSharedInstance() { method in class:SegmentCache
66 return getSharedInstance().getSegment();
74 getSharedInstance().releaseSegment(segment);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DZipFileIndexCache.java47 public synchronized static ZipFileIndexCache getSharedInstance() { method in class:ZipFileIndexCache
/openjdk7/jdk/src/share/classes/javax/swing/
H A DPopupFactory.java47 * PopupFactory factory = PopupFactory.getSharedInstance();
116 public static PopupFactory getSharedInstance() { method in class:PopupFactory

Completed in 36 milliseconds