public interface TaskbarItems
| Modifier and Type | Method and Description |
|---|---|
void |
add(List<TaskbarItem> items)
Add taskbar items.
|
void |
add(TaskbarItem item)
Add taskbar item.
|
TaskbarItem |
get(String id)
Get taskbar item from his identifier.
|
List<TaskbarItem> |
getAll()
Get all taskbar items.
|
void |
remove(String id)
Remove taskbar item from his identifier.
|
TaskbarItem get(String id)
id - taskbar item identifierList<TaskbarItem> getAll()
void add(TaskbarItem item)
taskbarItem - taskbar itemvoid add(List<TaskbarItem> items)
items - taskbar itemsvoid remove(String id)
id - taskbar item identifierCopyright © 2021. All rights reserved.