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.dss.dataView
Interface UIBundle

All Known Subinterfaces:
FormatManager, GraphFormatManager, GraphStyleManager
All Known Implementing Classes:
GraphRuleFormatter, GraphRuleStyles, ManagerAdapter, RuleManager

public interface UIBundle
For internal use only. Application developers should not use this
This interface defines methods to set and get a RuleBundle. This interface is implemented by manager classes, and called by the UI panels.

Method Summary
 RuleBundle getUIBundle()
           
 void setUIBundle(DataviewCommon view, RuleBundle bundle)
           

 

Method Detail

getUIBundle

RuleBundle getUIBundle()
Returns:
The RuleBundle that is used by the user interface.
For internal use only. Application developers should not use this
Retrieves the RuleBundle that is used by the user interface.

setUIBundle

void setUIBundle(DataviewCommon view,
                 RuleBundle bundle)
Parameters:
view - The view to which the RuleBundle applies.
bundle - The new RuleBundle that is used by the user interface.
For internal use only. Application developers should not use this
Specifies the RuleBundle that is used by the user interface.

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.