Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Class
oracle.jdeveloper.vcs.changelist.ChangeList

Packages that use ChangeList
oracle.jdeveloper.vcs.changelist   
oracle.jdeveloper.vcs.changeset   
oracle.jdeveloper.vcs.generic   

 

Uses of ChangeList in oracle.jdeveloper.vcs.changelist

 

Subclasses of ChangeList in oracle.jdeveloper.vcs.changelist
 class AsynchronousChangeList
           

 

Methods in oracle.jdeveloper.vcs.changelist that return ChangeList
protected  ChangeList ChangeListWindow.createChangeList(java.lang.Object modeId)
           
protected  ChangeList[] ChangeListWindow.createChangeLists()
          Deprecated.  
 ChangeList ChangeListWindow.getChangeList()
          Get the ChangeList being displayed in this window.
 ChangeList ChangeListContextMenuListener.getChangeList()
           
protected  ChangeList ChangeListEventQueue.getChangeList()
           
protected  ChangeList ChangeListWindow.getChangeList(java.lang.Object modeId)
           
 ChangeList ChangeListWindow.getContextChangeList()
          Gets the change list for the current context.

 

Methods in oracle.jdeveloper.vcs.changelist with parameters of type ChangeList
protected  ChangeListWindow ChangeListDockableFactory.createChangeListWindow(ChangeList changeList)
          Create the change list window.
protected  java.lang.String ChangeListWindow.createDisplayPersistenceKey(ChangeList changeList)
           
protected  java.lang.String ChangeListWindow.getBusyStatusMessage(ChangeList changeList)
          Gets the message to display in a cell of the IDE's status bar while the change list is in the middle of an update.
protected  java.lang.String ChangeListWindow.getPersistenceKey(ChangeList changeList)
           
protected  java.lang.String ChangeListWindow.getTabToggleKey(ChangeList changeList)
           
 boolean ChangeListWindow.isChangeListVisible(ChangeList changeList)
           

 

Constructors in oracle.jdeveloper.vcs.changelist with parameters of type ChangeList
AsynchronousStatusTask(ChangeList changeList, VCSThreadPool threadPool)
           
ChangeListContextMenuListener(ChangeList changeList)
           
ChangeListDockableFactory(java.lang.String windowID, ChangeList changeList)
          Deprecated. all constructors must now receive the ID of the extension owning the window class.
ChangeListDockableFactory(java.lang.String windowID, ChangeList changeList, java.lang.String className, java.lang.String vcsId)
          Construct a dockable factory that creates a dockable window of the specified class.
ChangeListEventQueue(ChangeList changeList)
          Construct the change list event queue for the specified change list with a default delay.
ChangeListEventQueue(ChangeList changeList, int updateDelay)
          Construct the event queue with the specified delay.
ChangeListWindow(ChangeList[] changeLists, java.lang.String windowID)
           
ChangeListWindow(ChangeList changeList, java.lang.String windowID)
          Construct the change list window

 

Uses of ChangeList in oracle.jdeveloper.vcs.changeset

 

Subclasses of ChangeList in oracle.jdeveloper.vcs.changeset
 class ChangeSetChangeList
           

 

Uses of ChangeList in oracle.jdeveloper.vcs.generic

 

Subclasses of ChangeList in oracle.jdeveloper.vcs.generic
 class MultiChangeList
          This class exists purely to workaround the fact that addToolbarActions(oracle.jdeveloper.vcs.changelist.ChangeListWindow, oracle.ide.controls.Toolbar) is protected in the frozen 10.1.3.x API.

 

Methods in oracle.jdeveloper.vcs.generic with parameters of type ChangeList
 boolean PendingChangesAdapter.isActionSilent(ChangeList changeList, java.lang.String actionId)
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.