org.jfree.formula.function

Class AbstractFunctionCategory

Implemented Interfaces:
FunctionCategory
Known Direct 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

AbstractFunctionCategory(String bundleName)

Method Summary

boolean
equals(Object o)
protected ResourceBundle
getBundle(Locale locale)
String
getDescription(Locale locale)
String
getDisplayName(Locale locale)
int
hashCode()

Constructor Details

AbstractFunctionCategory

protected AbstractFunctionCategory(String bundleName)

Method Details

equals

public boolean equals(Object o)

getBundle

protected ResourceBundle getBundle(Locale locale)

getDescription

public String getDescription(Locale locale)
Specified by:
getDescription in interface FunctionCategory

getDisplayName

public String getDisplayName(Locale locale)
Specified by:
getDisplayName in interface FunctionCategory

hashCode

public int hashCode()