com.jdc.app.i18
Class MessageText
java.lang.Object
|
+--ListResourceBundle
|
+--com.jdc.app.i18.MessageText
- All Implemented Interfaces:
- TextIdentifiers
- public class MessageText
- extends ListResourceBundle
- implements TextIdentifiers
The application display text messages.
- Version:
- 1.0
- Author:
- Jay Damon
- See Also:
- Serialized Form
|
Method Summary |
Object[][] |
getContents()
Returns the application display text messages. |
protected void |
setParent()
Sets the parent list resource bundle, i.e. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageText
public MessageText()
setParent
protected void setParent()
- Sets the parent list resource bundle, i.e. com.jdc.app.i18.Text, containing
application-wide display text messages.
getContents
public Object[][] getContents()
- Returns the application display text messages. This method MUST be overridden
in all list resource bundles message classes that extend this class. It CANNOT
be inherited from this class.
- Returns:
- Object[][] The application display text messages.
Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.