org.jfree.formula.function
Class AbstractFunctionCategory
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
AbstractFunctionCategory
protected AbstractFunctionCategory(java.lang.String bundleName)
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