JDeveloper SCM API

oracle.ide.scm
Interface SCMCheckoutLister


public interface SCMCheckoutLister

Interface for the enablement of listing source control client checkouts. This returns the configuration and worker objects for controlling the content of the list checkouts window, and performing the search through the external client. Implementations of this class should be provided in conjunction with an operation responsible for the control definition and its availability. This operation should launch or refresh the contents of the list checkouts window upon invocation.

The framework's list checkouts manager provides the required methods to allow a simple implementation for this common functionality. Be sure that the operation provider is not available while the list checkouts manager is busy, and simply request a refresh with the manager upon execution.


Method Summary
 SCMListCheckoutsSetup getSetup()
          Gets the configuration for the list checkouts window.
 SCMListCheckoutsWorker getWorker()
          Gets the worker for the list checkouts window.
 

Method Detail

getSetup

public SCMListCheckoutsSetup getSetup()
Gets the configuration for the list checkouts window.
Returns:
setup interface for list checkouts.

getWorker

public SCMListCheckoutsWorker getWorker()
Gets the worker for the list checkouts window.
Returns:
worker interface for list checkouts.

Copyright © 2002 Oracle Corporation