All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.beans.charting.ChartResources

java.lang.Object
   |
   +----java.util.ResourceBundle
           |
           +----java.util.ListResourceBundle
                   |
                   +----COM.ibm.beans.charting.ChartResources

public class ChartResources
extends ListResourceBundle
This class provides the following resources for the Charting Beans:
 o the application name
 o the version number and copyright message
 o the menu item names
 


Constructor Index

 o ChartResources()

Method Index

 o getContents()
Returns the resources for the Charting Bean

Constructors

 o ChartResources
 public ChartResources()

Methods

 o getContents
 public Object[][] getContents()
Returns the resources for the Charting Bean

Overrides:
getContents in class ListResourceBundle

All Packages  Class Hierarchy  This Package  Previous  Next  Index