Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.1)
E67111-01
 
- java.lang.Object
 
- 
- oracle.jdevimpl.vcs.util.search.SearchSetupAdapter
 
- 
- oracle.jdeveloper.vcs.migrate.VCSListCheckoutsSetup
 
 
 
- 
- All Implemented Interfaces:
 
- oracle.jdevimpl.vcs.util.search.SearchSetup
 
public abstract class VCSListCheckoutsSetup
extends oracle.jdevimpl.vcs.util.search.SearchSetupAdapter
Class providing partial implementation for a search control setup suitable
 to 'list checkouts' support.
- Since:
 
- 9.0.5
 
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods 
| Modifier and Type | 
Method and Description | 
java.lang.String | 
getStatusBusy(java.util.Map args)
Gets the status bar text for the search window when busy, and working
 with the given arguments. 
 | 
javax.swing.Icon | 
getWindowIcon()
Gets the required icon for the search window. 
 | 
java.lang.String | 
getWindowTitle()
Gets the required title string for the search window. 
 | 
- 
Methods inherited from class oracle.jdevimpl.vcs.util.search.SearchSetupAdapter
getDockingParam, getWindowOrientation 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface oracle.jdevimpl.vcs.util.search.SearchSetup
getControlId, getHelpTopic, getOptionalResultKeys, getResultName, getStatusIdle 
 
 
 
- 
- 
Method Detail
- 
getWindowTitle
public java.lang.String getWindowTitle()
Description copied from interface: oracle.jdevimpl.vcs.util.search.SearchSetup
Gets the required title string for the search window.
- Returns:
 
- the search window title.
 
 
- 
getWindowIcon
public javax.swing.Icon getWindowIcon()
Description copied from interface: oracle.jdevimpl.vcs.util.search.SearchSetup
Gets the required icon for the search window.
- Returns:
 
- the search window icon, or null.
 
 
- 
getStatusBusy
public java.lang.String getStatusBusy(java.util.Map args)
Description copied from interface: oracle.jdevimpl.vcs.util.search.SearchSetup
Gets the status bar text for the search window when busy, and working
 with the given arguments.
- Parameters:
 
args - arguments for the busy worker. 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.1)
E67111-01
 
Copyright © 1997, 2016, Oracle. All rights reserved.