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

E12063-05

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.

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

E12063-05

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