Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.graph.gui
Class StyleListEntry

java.lang.Object
  |
  +--oracle.dss.graph.gui.StyleListEntry

public class StyleListEntry
extends java.lang.Object

Constructor Summary
StyleListEntry(java.lang.String stylePath, java.lang.String styleName)
          Constructor.
StyleListEntry(java.lang.String stylePath, java.lang.String resourceKey, boolean isStandard)
          Constructor.
StyleListEntry(java.lang.String stylePath, java.lang.String styleName, java.lang.String resourceKey)
          Constructor.

 

Method Summary
 boolean equals(java.lang.Object o)
          Determines if this StyleListEntry is equal to another object.
 java.lang.String getStyleName()
           
 java.lang.String getStylePath()
           
 boolean hasStyle()
           
 boolean isStandardStyle()
           
 void setLocale(java.util.Locale locale)
          Specifies the Locale for this StyleListEntry.

 

Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

StyleListEntry

public StyleListEntry(java.lang.String stylePath,
                      java.lang.String styleName)
Constructor. stylePath: Style path of style(required) styleName: localized style name

StyleListEntry

public StyleListEntry(java.lang.String stylePath,
                      java.lang.String resourceKey,
                      boolean isStandard)
Constructor. resourceKey: Key to resource bundle stylePath: Style path of style(required)

StyleListEntry

public StyleListEntry(java.lang.String stylePath,
                      java.lang.String styleName,
                      java.lang.String resourceKey)
Constructor. resourceKey: optional input. Key to resource bundle stylePath: Style path of style(required) styleName: localized name.
Method Detail

equals

public boolean equals(java.lang.Object o)
Determines if this StyleListEntry is equal to another object. based on if their style paths are equal
Overrides:
equals in class java.lang.Object

hasStyle

public boolean hasStyle()

getStylePath

public java.lang.String getStylePath()

getStyleName

public java.lang.String getStyleName()

setLocale

public void setLocale(java.util.Locale locale)
Specifies the Locale for this StyleListEntry.
Parameters:
locale - The Locale for this StyleListEntry.

isStandardStyle

public boolean isStandardStyle()

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.