| Interface | Description |
|---|---|
| BasicGradleUI |
.
|
| BasicGradleUI.CloseInteraction | |
| OutputPanel.OutputPanelParent | |
| OutputTextPane.Interaction |
This allows us to interact with our parent control.
|
| OutputUILord |
This interface manages the output of executing gradle tasks.
|
| OutputUILord.OutputObserver | |
| TaskTreeComponent.Interaction |
| Class | Description |
|---|---|
| AbstractGradleUIInstance |
A simple UI for gradle that is meant to be embedded into an IDE.
|
| DualPaneUIInstance |
A simple UI for gradle.
|
| MainGradlePanel |
This is a tabbed pane meant to handle several tabs of gradle-related things.
|
| OutputPanel |
This is a panel that displays the results of executing a gradle command.
|
| OutputPanelLord |
This class manages displaying the results of a gradle execution in a panel inside a JTabbedPane.
|
| OutputTab |
This just wraps up an OutputPanel so it has a tab header that can be dynamic.
|
| OutputTextPane |
Rich text pane meant to simplify adding text, scrolling, prevent line wrapping, and highlighting FileLinks.
|
| SinglePaneUIInstance |
A simple UI for gradle.
|
| SwingAddMultipleFavoritesInteraction |
This handles prompting the user how to handle adding multiple tasks as favorites.
|
| SwingEditFavoriteInteraction |
This edits the properties of a single favorite task.
|
| SwingExportInteraction |
Swing implementation of ExportInteraction.
|
| SwingImportInteraction |
Swing implementation of ImportInteraction.
|
| TaskTreeComponent |
This displays a tree of projects, subprojects, and tasks.
|
| Utility |
Just some utility functions.
|
| Enum | Description |
|---|---|
| SwingEditFavoriteInteraction.SynchronizeType |
Copyright © 2013. All rights reserved