| Package | Description | 
|---|---|
| oracle.jdeveloper.vcs.changelist | |
| oracle.jdeveloper.vcs.changeset | |
| oracle.jdeveloper.vcs.generic | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AsynchronousChangeList  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ChangeList | 
ChangeListWindow.createChangeList(java.lang.Object modeId)  | 
protected ChangeList[] | 
ChangeListWindow.createChangeLists()
Deprecated.   
 | 
ChangeList | 
ChangeListWindow.getChangeList()
Get the ChangeList being displayed in this window. 
 | 
protected ChangeList | 
ChangeListEventQueue.getChangeList()  | 
ChangeList | 
ChangeListContextMenuListener.getChangeList()  | 
protected ChangeList | 
ChangeListWindow.getChangeList(java.lang.Object modeId)  | 
ChangeList | 
ChangeListWindow.getContextChangeList()
Gets the change list for the current context. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
| Constructor and Description | 
|---|
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 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ChangeSetChangeList  | 
| Modifier and Type | Class and Description | 
|---|---|
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. | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
PendingChangesAdapter.isActionSilent(ChangeList changeList,
              java.lang.String actionId)  |