2004.04.29


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

Field Summary
 
Fields inherited from interface com.jdc.app.i18.TextIdentifiers
CANCEL_BUTTON, COMPANY_NAME, COPYRIGHT_MESSAGE, INPUT_FIELD_IS_NOT_VALID, INPUT_FIELD_IS_REQUIRED, PAGE_TITLE
 
Constructor Summary
MessageText()
           
 
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
 

Constructor Detail

MessageText

public MessageText()
Method Detail

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.

2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.