public class SwingAddMultipleFavoritesInteraction extends Object implements FavoritesEditor.AddMultipleFavoritesInteraction
| Modifier and Type | Class and Description |
|---|---|
class |
SwingAddMultipleFavoritesInteraction.PromptToCombineTasksDialog |
| Constructor and Description |
|---|
SwingAddMultipleFavoritesInteraction(Window parent) |
| Modifier and Type | Method and Description |
|---|---|
FavoritesEditor.AddMultipleResult |
promptUserToCombineTasks(List<TaskView> tasksSample,
String singleCommandSample)
This is called when you try to add multiple tasks at once.
|
public SwingAddMultipleFavoritesInteraction(Window parent)
public FavoritesEditor.AddMultipleResult promptUserToCombineTasks(List<TaskView> tasksSample, String singleCommandSample)
FavoritesEditor.AddMultipleFavoritesInteractionpromptUserToCombineTasks in interface FavoritesEditor.AddMultipleFavoritesInteractiontasksSample - the individual tasks we will addsingleCommandSample - a sample of what the single command would look likeCopyright © 2013. All rights reserved