JDeveloper SCM API

oracle.ide.scm.lsco
Interface SCMListCheckoutsSetup


public interface SCMListCheckoutsSetup

List checkouts configuration interface.


Method Summary
 java.lang.String[] getOptionalResultKeys()
          Gets all optional result keys that will be used by the extension.
 java.lang.String getResultName(java.lang.Object key)
          Gets the displayable name for the given result key.
 java.lang.String getStatusIdle(java.util.Map args)
          Gets the status bar text for the list checkouts window when idle, after working with the given arguments.
 java.lang.Integer getWindowOrientation()
          A DockStation identifier for the preferred window orientation.
 

Method Detail

getWindowOrientation

public java.lang.Integer getWindowOrientation()
A DockStation identifier for the preferred window orientation.
Returns:
an orientation constant, or null.

getOptionalResultKeys

public java.lang.String[] getOptionalResultKeys()
Gets all optional result keys that will be used by the extension.
Returns:
an array of keys. The keys should be unique strings that identify the properties being displayed. These strings are not directly displayed to the user, but are used for persistence.

getResultName

public java.lang.String getResultName(java.lang.Object key)
Gets the displayable name for the given result key.
Returns:
the human-readable key name.

getStatusIdle

public java.lang.String getStatusIdle(java.util.Map args)
Gets the status bar text for the list checkouts window when idle, after working with the given arguments.
Parameters:
args - arguments for the previously busy worker.

Copyright © 2002 Oracle Corporation