public class SetupTab extends Object implements GradleTab, GradlePluginLord.SettingsObserver
| Constructor and Description |
|---|
SetupTab(GradlePluginLord gradlePluginLord,
OutputUILord outputUILord,
SettingsNode settingsNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
aboutToShow()
Notification that this component is about to be shown.
|
Component |
createComponent()
This is where we should create the component.
|
static JComponent |
createSideBySideComponent(Component leftComponent,
Component rightComponent)
this creates a panel where the right component is its preferred size.
|
String |
getName() |
void |
setCustomPanel(JComponent component)
This adds the specified component to the setup panel.
|
void |
settingsChanged()
Notification that some settings have changed for the plugin.
|
public SetupTab(GradlePluginLord gradlePluginLord, OutputUILord outputUILord, SettingsNode settingsNode)
public String getName()
public Component createComponent()
GradleTabcreateComponent in interface GradleTabpublic void aboutToShow()
aboutToShow in interface GradleTabpublic static JComponent createSideBySideComponent(Component leftComponent, Component rightComponent)
public void setCustomPanel(JComponent component)
component - the component to add.public void settingsChanged()
settingsChanged in interface GradlePluginLord.SettingsObserverCopyright © 2013. All rights reserved