| Package | Description |
|---|---|
| org.gradle.gradleplugin.userinterface.swing.generic | |
| org.gradle.gradleplugin.userinterface.swing.generic.tabs | |
| org.gradle.openapi.wrappers.ui |
| Modifier and Type | Method and Description |
|---|---|
void |
MainGradlePanel.addGradleTab(int index,
GradleTab gradleTab)
Call this to add one of your own tabs to this.
|
void |
BasicGradleUI.addGradleTab(int index,
GradleTab gradleTab)
Call this to add one of your own tabs to this.
|
void |
AbstractGradleUIInstance.addGradleTab(int index,
GradleTab gradleTab)
Call this to add one of your own tabs to this.
|
void |
MainGradlePanel.removeGradleTab(GradleTab gradleTab) |
void |
BasicGradleUI.removeGradleTab(GradleTab gradleTab)
Call this to remove one of your own tabs from this.
|
void |
AbstractGradleUIInstance.removeGradleTab(GradleTab gradleTab)
Call this to remove one of your own tabs from this.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommandLineTab
A tab that allows you to just type a straight command line that is sent to Gradle.
|
class |
FavoriteTasksTab
This displays a list of favorites and allows the user to add/remove items as well as change their order.
|
class |
SetupTab
This tab contains general settings for the plugin.
|
class |
TaskTreeTab
This displays a tree of projects and tasks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GradleTabVersionWrapper
Wrapper to shield version changes in GradleTab from an external user of the gradle open API.
|
Copyright © 2013. All rights reserved