|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.view.faces.bi.component.gantt.TaskbarFormatManager
public class TaskbarFormatManager
A TaskbarFormatManager manages a list of TaskbarFormat. Application developers could register their new custom task type and its associated TaskbarFormat object with the TaskbarFormatManager.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_STYLE
Constant for default style. |
| Constructor Summary | |
|---|---|
TaskbarFormatManager()
Constructor to create an instance of TaskbarFormatManager. |
|
| Method Summary | |
|---|---|
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)
Register a TaskbarFormat for a task type. |
void |
unregisterTaskbarFormat(java.lang.String type)
Unregister a TaskbarFormat for a task type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DEFAULT_STYLE
| Constructor Detail |
|---|
public TaskbarFormatManager()
| Method Detail |
|---|
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()
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||