oracle.ide.scm.lsco
Interface SCMCheckoutList
- public interface SCMCheckoutList
The extensible list of checkouts. Results are immediately added to the
model of the checkout list control.
Method Summary |
void |
addCheckout(oracle.ide.model.Element element)
Adds the given element to the checkout list as a single set of results. |
void |
addCheckout(java.util.Map results)
Adds the given keyed results to the list checkout results list in
the IDE. |
void |
addCheckout(java.lang.String file)
Adds the given file to the checkout list as a single set of results. |
addCheckout
public void addCheckout(java.lang.String file)
- Adds the given file to the checkout list as a single set of results.
This is keyed against the mandatory file identifier for convenience.
- Parameters:
file
- the filename of the search result file, a canonical path.
addCheckout
public void addCheckout(oracle.ide.model.Element element)
- Adds the given element to the checkout list as a single set of results.
This is keyed against the mandatory file identifier for convenience.
- Parameters:
element
- the element of the search result file.
addCheckout
public void addCheckout(java.util.Map results)
- Adds the given keyed results to the list checkout results list in
the IDE. The given table must provide a mapping for the mandatory
file key.
- Parameters:
results
- the map of result strings keyed against identifiers.