| Modifier and Type | Method and Description |
|---|---|
void |
FavoritesEditor.serializeIn(SettingsNode settings)
Call this to read in this object's settings.
|
void |
FavoritesEditor.serializeOut(SettingsNode settings)
Call this to saves the current settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicProjectAndTaskFilter.serializeIn(SettingsNode settings)
Call this to read in this object's settings.
|
void |
BasicProjectAndTaskFilter.serializeOut(SettingsNode settings)
Call this to saves the current settings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DOM4JSettingsNode
An implementation of SettingsNode that uses DOM4J nodes as its actual storage medium.
|
| Modifier and Type | Method and Description |
|---|---|
SettingsNode |
SettingsNode.addChild(String name)
Call this to add a child node to this node.
|
SettingsNode |
DOM4JSettingsNode.addChild(String name) |
SettingsNode |
SettingsNode.addChildIfNotPresent(String name)
This adds a child node with the specified name or returns the existing child node if one already exists with said name.
|
SettingsNode |
DOM4JSettingsNode.addChildIfNotPresent(String name) |
SettingsNode |
SettingsNode.getChildNode(String name)
Returns the child node with the specified name.
|
SettingsNode |
DOM4JSettingsNode.getChildNode(String name) |
SettingsNode |
SettingsNode.getNodeAtPath(String... pathPortions)
Returns a node at the specified path starting at 'this' node.
|
SettingsNode |
DOM4JSettingsNode.getNodeAtPath(String... pathPortions) |
| Modifier and Type | Method and Description |
|---|---|
List<SettingsNode> |
SettingsNode.getChildNodes() |
List<SettingsNode> |
DOM4JSettingsNode.getChildNodes() |
List<SettingsNode> |
SettingsNode.getChildNodes(String name) |
List<SettingsNode> |
DOM4JSettingsNode.getChildNodes(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
SettingsSerializable.serializeIn(SettingsNode settings)
Call this to read in this object's settings.
|
void |
SettingsSerializable.serializeOut(SettingsNode settings)
Call this to saves the current settings.
|
| Modifier and Type | Method and Description |
|---|---|
static SettingsNode |
PreferencesAssistant.restoreSettings(SettingsNode settingsNode,
Window window,
String id,
Class windowClass)
Call this to restore the preferences that were saved via a call to save settings.
|
static SettingsNode |
PreferencesAssistant.saveSettings(SettingsNode settingsNode,
Window window,
String id,
Class windowClass) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PreferencesAssistant.restoreSettings(SettingsNode settingsNode,
JFileChooser fileChooser,
String id,
Class fileChooserClass) |
static void |
PreferencesAssistant.restoreSettings(SettingsNode settingsNode,
JFrame frame,
String id,
Class windowClass)
This restores the position of a frame.
|
static void |
PreferencesAssistant.restoreSettings(SettingsNode settingsNode,
JSplitPane splitter,
String id,
Class splitterClass) |
static SettingsNode |
PreferencesAssistant.restoreSettings(SettingsNode settingsNode,
Window window,
String id,
Class windowClass)
Call this to restore the preferences that were saved via a call to save settings.
|
static void |
PreferencesAssistant.saveSettings(SettingsNode settingsNode,
JFileChooser fileChooser,
String id,
Class fileChooserClass,
boolean saveCurrentDirectoryVsSelectedFilesParent)
Saves the settings of the file chooser; and by settings I mean the 'last visited directory'.
|
static void |
PreferencesAssistant.saveSettings(SettingsNode settingsNode,
JFrame frame,
String id,
Class windowClass)
This version works for frames.
|
static void |
PreferencesAssistant.saveSettings(SettingsNode settingsNode,
JSplitPane splitter,
String id,
Class splitterClass) |
static SettingsNode |
PreferencesAssistant.saveSettings(SettingsNode settingsNode,
Window window,
String id,
Class windowClass) |
| Modifier and Type | Field and Description |
|---|---|
protected SettingsNode |
AbstractGradleUIInstance.settings |
| Modifier and Type | Method and Description |
|---|---|
void |
SinglePaneUIInstance.initialize(SettingsNode settings,
AlternateUIInteraction alternateUIInteraction) |
void |
DualPaneUIInstance.initialize(SettingsNode settings,
AlternateUIInteraction alternateUIInteraction) |
void |
AbstractGradleUIInstance.initialize(SettingsNode settings,
AlternateUIInteraction alternateUIInteraction) |
| Constructor and Description |
|---|
MainGradlePanel(GradlePluginLord gradlePluginLord,
OutputUILord outputUILord,
SettingsNode settings,
AlternateUIInteraction alternateUIInteraction) |
| Constructor and Description |
|---|
CommandLineTab(GradlePluginLord gradlePluginLord,
SettingsNode settingsNode) |
FavoriteTasksTab(GradlePluginLord gradlePluginLord,
SettingsNode settingsNode) |
SetupTab(GradlePluginLord gradlePluginLord,
OutputUILord outputUILord,
SettingsNode settingsNode) |
TaskTreeTab(GradlePluginLord gradlePluginLord,
SettingsNode settingsNode,
AlternateUIInteraction alternateUIInteraction) |
| Modifier and Type | Class and Description |
|---|---|
class |
SettingsNodeVersionWrapper
Wrapper to shield version changes in SettingsNode from an external user of gradle open API.
|
| Modifier and Type | Method and Description |
|---|---|
SettingsNode |
SettingsNodeVersionWrapper.addChild(String name) |
SettingsNode |
SettingsNodeVersionWrapper.addChildIfNotPresent(String name) |
SettingsNode |
SettingsNodeVersionWrapper.getChildNode(String name) |
SettingsNode |
SettingsNodeVersionWrapper.getNodeAtPath(String... pathPortions) |
| Modifier and Type | Method and Description |
|---|---|
List<SettingsNode> |
SettingsNodeVersionWrapper.getChildNodes() |
List<SettingsNode> |
SettingsNodeVersionWrapper.getChildNodes(String name) |
| Constructor and Description |
|---|
AlternateUIInteractionVersionWrapper(AlternateUIInteractionVersion1 alternateUIInteractionVersion1,
SettingsNode settings) |
Copyright © 2013. All rights reserved