|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.gridsystems.config.tools.console.Field
public abstract class Field
Base abstract class for console edition fields.
Field Summary | |
---|---|
protected java.util.ResourceBundle |
bundle
The resource bundle to use by this field. |
Constructor Summary | |
---|---|
Field(java.util.ResourceBundle bundle)
Creates a new instance that will use the specified resource bundle. |
Method Summary | |
---|---|
abstract java.lang.String[] |
getContents()
Gets the contents of this field. |
java.lang.String |
getString(java.lang.String key)
Gets an internationalized string by key name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.ResourceBundle bundle
Constructor Detail |
---|
public Field(java.util.ResourceBundle bundle)
bundle
- The bundle to useMethod Detail |
---|
public java.lang.String getString(java.lang.String key)
key
- The key name for the string
public abstract java.lang.String[] getContents()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |