public class TaskbarFormatManager
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_STYLE
Constant for default style.
|
| Constructor and Description |
|---|
TaskbarFormatManager()
Constructor to create an instance of TaskbarFormatManager.
|
| Modifier and Type | Method and Description |
|---|---|
TaskbarFormat |
getTaskbarFormat(java.lang.String type)
Retrieves the TaskbarFormat object based on the task type.
|
java.util.Iterator |
getTaskbarTypes() |
void |
registerTaskbarFormat(java.lang.String type,
TaskbarFormat format)
Registers a TaskbarFormat for a task type.
|
void |
unregisterTaskbarFormat(java.lang.String type)
Unregisters a TaskbarFormat for a task type.
|
public static final java.lang.String DEFAULT_STYLE
public TaskbarFormatManager()
public void registerTaskbarFormat(java.lang.String type,
TaskbarFormat format)
type - the task bar type. This is basically to identify the TaskbarFormat.format - the TaskbarFormat object to register.public void unregisterTaskbarFormat(java.lang.String type)
type - the task bar type. This is basically to identify the TaskbarFormat.public TaskbarFormat getTaskbarFormat(java.lang.String type)
type - the task type which identifies the TaskbarFormat.public java.util.Iterator getTaskbarTypes()