| Interface | Description |
|---|---|
| AlternateUIInteractionVersion1 |
This is how the gradle UI panel interacts with the UI that is holding it.
|
| BasicGradleUIVersion1 |
This represents a basic gradle UI
To use this, you'll want to get an instance of this from Gradle.
|
| BasicGradleUIVersion1.CloseInteraction | |
| CommandLineArgumentAlteringListenerVersion1 |
This allows you to add a listener that can add additional command line arguments whenever gradle is executed.
|
| DualPaneUIInteractionVersion1 |
This interface holds onto our options and allows us to interact with the
caller.
|
| DualPaneUIVersion1 |
This is a gradle UI that is broken into two panels: one contains a tabbed pane
of tasks, favorites, command line, etc.
|
| GradleTabVersion1 |
This represents a tab that the caller can add to the gradle UI.
|
| GradleUIInteractionVersion1 |
This interface holds onto our options and allows us to interact with the
caller.
|
| OutputObserverVersion1 |
This interface informs you when the output pane is displaying requests.
|
| OutputUILordVersion1 |
Provides access to aspects of gradle's output
|
| SettingsNodeVersion1 |
Abstraction of how settings are stored.
|
| SinglePaneUIInteractionVersion1 | |
| SinglePaneUIVersion1 |
| Class | Description |
|---|---|
| UIFactory |
This loads up the main gradle UI.
|
Copyright © 2013. All rights reserved