| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.vcs.spi.VCSOverlayItemProducer
public class VCSOverlayItemProducer
Class for the return of status items with an overlay representation.
| Constructor Summary | |
|---|---|
VCSOverlayItemProducer(java.lang.String extensionId,
                       oracle.jdeveloper.vcs.cache.StatusCacheBridge<VCSStatus> statusCache)
Constructor.  | 
|
| Method Summary | |
|---|---|
 java.util.Observable | 
getObservable()
Gets the observable object overlay item changes.  | 
 VCSOverlayItem[] | 
getOverlayItems(java.net.URL[] urls)
Gets overlay information describing the statuses.  | 
 oracle.jdeveloper.vcs.cache.StatusCache<VCSStatus> | 
getPolicyStatusCache()
 | 
protected  VCSPreferences | 
getPreferences(PropertyStorage prefs)
 | 
 VCSStatusCache | 
getStatusCache()
Deprecated. replaced by getStatusCacheBridge() and getPolicyStatusCache(). | 
 oracle.jdeveloper.vcs.cache.StatusCacheBridge<VCSStatus> | 
getStatusCacheBridge()
 | 
 void | 
preferencesChanged()
 | 
protected  IconOverlay | 
produceOverlay(java.net.URL url,
               VCSStatus status)
Produce the overlay object for the given URL and status.  | 
protected  IconOverlay | 
produceOverlay(java.net.URL url,
               VCSStatus status,
               VCSPreferences prefs)
 | 
protected  IconOverlay[] | 
produceOverlays(java.net.URL[] urls,
                VCSStatus[] statuses)
 | 
protected  IconOverlay[] | 
produceOverlays(java.net.URL[] urls,
                VCSStatus[] statuses,
                VCSPreferences prefs)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public VCSOverlayItemProducer(java.lang.String extensionId,
                              oracle.jdeveloper.vcs.cache.StatusCacheBridge<VCSStatus> statusCache)
statusCache - the delegate status cache.| Method Detail | 
|---|
@Deprecated public VCSStatusCache getStatusCache()
getStatusCacheBridge() and getPolicyStatusCache().
public oracle.jdeveloper.vcs.cache.StatusCache<VCSStatus> getPolicyStatusCache()
public oracle.jdeveloper.vcs.cache.StatusCacheBridge<VCSStatus> getStatusCacheBridge()
public java.util.Observable getObservable()
public VCSOverlayItem[] getOverlayItems(java.net.URL[] urls)
                                 throws java.lang.Exception
java.lang.Exception
protected IconOverlay[] produceOverlays(java.net.URL[] urls,
                                        VCSStatus[] statuses)
                                 throws java.lang.Exception
java.lang.Exception
protected IconOverlay[] produceOverlays(java.net.URL[] urls,
                                        VCSStatus[] statuses,
                                        VCSPreferences prefs)
                                 throws java.lang.Exception
java.lang.Exception
protected IconOverlay produceOverlay(java.net.URL url,
                                     VCSStatus status)
                              throws java.lang.Exception
url - the URL.status - the status object.
java.lang.Exception
protected IconOverlay produceOverlay(java.net.URL url,
                                     VCSStatus status,
                                     VCSPreferences prefs)
                              throws java.lang.Exception
java.lang.Exceptionpublic void preferencesChanged()
protected VCSPreferences getPreferences(PropertyStorage prefs)
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||