public interface BasicGradleUI
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BasicGradleUI.CloseInteraction |
| Modifier and Type | Method and Description |
|---|---|
void |
aboutToShow() |
void |
addGradleTab(int index,
GradleTab gradleTab)
Call this to add one of your own tabs to this.
|
boolean |
canClose(BasicGradleUI.CloseInteraction closeInteraction) |
void |
close() |
void |
executeCommand(String commandLineArguments,
String displayName) |
JComponent |
getComponent() |
int |
getCurrentGradleTab() |
GradlePluginLord |
getGradlePluginLord() |
int |
getGradleTabCount() |
int |
getGradleTabIndex(String name)
Returns the index of the gradle tab with the specified name.
|
String |
getGradleTabName(int index) |
OutputUILord |
getOutputUILord() |
boolean |
isBusy()
Determines if commands are currently being executed or not.
|
void |
refreshTaskTree()
This refreshes the task tree.
|
void |
refreshTaskTree(String additionalCommandLineArguments)
This refreshes the task tree.
|
void |
removeGradleTab(GradleTab gradleTab)
Call this to remove one of your own tabs from this.
|
void |
setCurrentGradleTab(int index)
Makes the specified tab the current tab.
|
void |
setCustomPanelToSetupTab(JComponent component)
This adds the specified component to the setup panel.
|
void |
setOutputTextFont(Font font)
Sets the font for the output text
|
GradlePluginLord getGradlePluginLord()
JComponent getComponent()
void aboutToShow()
boolean canClose(BasicGradleUI.CloseInteraction closeInteraction)
void close()
int getGradleTabCount()
String getGradleTabName(int index)
int getGradleTabIndex(String name)
name - the name of the tabint getCurrentGradleTab()
void setCurrentGradleTab(int index)
index - the index of the tab.void refreshTaskTree()
void refreshTaskTree(String additionalCommandLineArguments)
additionalCommandLineArguments - additional command line arguments to be passed to gradle when refreshing the task tree.void addGradleTab(int index,
GradleTab gradleTab)
index - where to add the tabgradleTab - the tab to addvoid removeGradleTab(GradleTab gradleTab)
gradleTab - the tab to removeOutputUILord getOutputUILord()
boolean isBusy()
void setCustomPanelToSetupTab(JComponent component)
component - the component to add.void setOutputTextFont(Font font)
font - the new fontCopyright © 2013. All rights reserved