oracle.ide.scm.env
Interface SCMListCheckouts
- public interface SCMListCheckouts
Manager for the list checkouts window of the source control framework. Use
this manager from a suitable operation in order to cause the window to be
shown and the search to be performed. Clients are required to provide their
own implementation for list checkouts configuration and searching.
Method Summary |
java.util.Map |
getArguments()
Gets the most recent arguments passed through the list checkouts
manager to the client-supplied worker worker. |
boolean |
isBusy()
Asks whether a worker is currently busy listing checkouts. |
void |
refresh(java.util.Map args)
Refresh the visible list of checkouts in the list checkouts window. |
refresh
public void refresh(java.util.Map args)
- Refresh the visible list of checkouts in the list checkouts window. The
window is made visible if currently hidden.
- Parameters:
args
- the table of arguments to the command.
getArguments
public java.util.Map getArguments()
- Gets the most recent arguments passed through the list checkouts
manager to the client-supplied worker worker.
- Returns:
- the table of arguments.
isBusy
public boolean isBusy()
- Asks whether a worker is currently busy listing checkouts. This method
may be used to prevent inappropriate calls to
refresh(java.util.Map)
.
- Returns:
- a verdict on worker activity.