org.jfree.formula.function
Class AbstractFunctionCategory

java.lang.Object
  extended by org.jfree.formula.function.AbstractFunctionCategory
All Implemented Interfaces:
FunctionCategory
Direct Known Subclasses:
DateTimeFunctionCategory, FinancialFunctionCategory, InformationFunctionCategory, LogicalFunctionCategory, MathFunctionCategory, RoundingFunctionCategory, TextFunctionCategory, UserDefinedFunctionCategory

public class AbstractFunctionCategory
extends java.lang.Object
implements FunctionCategory

Creation-Date: 05.11.2006, 14:31:22

Author:
Thomas Morgner

Constructor Summary
protected AbstractFunctionCategory(java.lang.String bundleName)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
protected  java.util.ResourceBundle getBundle(java.util.Locale locale)
           
 java.lang.String getDescription(java.util.Locale locale)
           
 java.lang.String getDisplayName(java.util.Locale locale)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFunctionCategory

protected AbstractFunctionCategory(java.lang.String bundleName)
Method Detail

getBundle

protected java.util.ResourceBundle getBundle(java.util.Locale locale)

getDisplayName

public java.lang.String getDisplayName(java.util.Locale locale)
Specified by:
getDisplayName in interface FunctionCategory

getDescription

public java.lang.String getDescription(java.util.Locale locale)
Specified by:
getDescription in interface FunctionCategory

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object