Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


oracle.adf.view.faces.bi.component.gantt
Class TaskbarFormatManager

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.gantt.TaskbarFormatManager

All Implemented Interfaces:
java.io.Serializable

public class TaskbarFormatManager
extends java.lang.Object
implements java.io.Serializable

A TaskbarFormatManager manages a list of TaskbarFormat. Application developers could register their new custom task type and its associated TaskbarFormat object with the TaskbarFormatManager.

See Also:
Serialized Form

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)
          Registers a TaskbarFormat for a task type.
 void unregisterTaskbarFormat(java.lang.String type)
          Unregisters 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

DEFAULT_STYLE

public static final java.lang.String DEFAULT_STYLE
Constant for default style.
See Also:
Constant Field Values

Constructor Detail

TaskbarFormatManager

public TaskbarFormatManager()
Constructor to create an instance of TaskbarFormatManager.

Method Detail

registerTaskbarFormat

public void registerTaskbarFormat(java.lang.String type,
                                  TaskbarFormat format)
Registers a TaskbarFormat for a task type. Note that it would overwrite any pre-existing TaskbarFormat object if there is already registered under the same type.
Parameters:
type - the task bar type. This is basically to identify the TaskbarFormat.
format - the TaskbarFormat object to register.

unregisterTaskbarFormat

public void unregisterTaskbarFormat(java.lang.String type)
Unregisters a TaskbarFormat for a task type.
Parameters:
type - the task bar type. This is basically to identify the TaskbarFormat.

getTaskbarFormat

public TaskbarFormat getTaskbarFormat(java.lang.String type)
Retrieves the TaskbarFormat object based on the task type.
Parameters:
type - the task type which identifies the TaskbarFormat.
Returns:
a TaskbarFormat assocaited with the type specified.

getTaskbarTypes

public java.util.Iterator getTaskbarTypes()
Returns:
an iterator of registered task types.
For internal use only. Application developers should not use this
Returns a list of registered task types.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


Copyright © 1997, 2012, Oracle. All rights reserved.