| Package | Description |
|---|---|
| org.gradle.gradleplugin.foundation.favorites | |
| org.gradle.gradleplugin.userinterface.swing.generic |
| Modifier and Type | Method and Description |
|---|---|
FavoriteTask |
FavoritesEditor.addFavorite(FavoritesEditor.EditFavoriteInteraction addFavoriteInteraction)
Call this to add a favorite that isn't in the task list.
|
FavoriteTask |
FavoritesEditor.duplicateFavorite(FavoriteTask taskToCopy,
FavoritesEditor.EditFavoriteInteraction editFavoriteInteraction)
This makes a copy of the selected task.
|
void |
FavoritesEditor.duplicateFavorites(List<FavoriteTask> tasksToCopy,
FavoritesEditor.EditFavoriteInteraction editFavoriteInteraction)
This makes a copy of all the selected tasks.
|
boolean |
FavoritesEditor.editFavorite(FavoriteTask favoriteTask,
FavoritesEditor.EditFavoriteInteraction editFavoriteInteraction)
Edits the specified favorite task.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SwingEditFavoriteInteraction
This edits the properties of a single favorite task.
|
Copyright © 2013. All rights reserved