Interface | Description |
---|---|
IErrorListener |
Callback used to display an error messages to the user as well as to clear previously-displayed messages.
|
Class | Description |
---|---|
EnvManagerConfigWidget |
Instances of this class represent a user interface element which provides the following:
a checkbox: "Use an environment management system to customize the remote build environment";
a checkbox: "Manually specify environment configuration commands"; and
either a checklist, a multi-line text box, or a blank area, depending on the state of the checkboxes above.
|
LazyEnvManagerDetector |
An implementation of
IEnvManager which avoids connecting to the remote machine until it is actually
necessary, then displays a progress dialog while the connection is established and subsequently forwards all
method calls to the IEnvManager returned by EnvManagerRegistry.getEnvManager(IProgressMonitor, IRemoteConnection)
. |
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.