public interface TaskbarItem
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getCustomizedClassLoader()
Get customized class loader.
|
String |
getDocumentType()
Get document type.
|
TaskbarItemExecutor |
getExecutor()
Get executor.
|
String |
getIcon()
Get icon.
|
String |
getId()
Get identifier.
|
String |
getKey()
Get internationalization key.
|
int |
getOrder()
Get order.
|
PanelPlayer |
getPlayer()
Get player.
|
TaskbarItemRestriction |
getRestriction()
Get restriction.
|
String |
getTemplate()
Get template.
|
TaskbarItemType |
getType()
Get type.
|
boolean |
isDefault()
Check if default.
|
boolean |
isHidden()
Get hidden indicator.
|
String getId()
TaskbarItemType getType()
String getKey()
ClassLoader getCustomizedClassLoader()
String getIcon()
PanelPlayer getPlayer()
String getTemplate()
String getDocumentType()
boolean isDefault()
int getOrder()
TaskbarItemRestriction getRestriction()
boolean isHidden()
TaskbarItemExecutor getExecutor()
Copyright © 2021. All rights reserved.