Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


oracle.dss.dataView
Interface UIBundle

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

public interface UIBundle

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.

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.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


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