|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rj.tools.jcsc.ui.UIString
Class which represents a String on the JCSC UI.
Constructor Summary | |
UIString(java.lang.String string,
java.lang.String name,
java.lang.String category)
Creates a new UI String with the display string, the name of the string (unique id) and the category the string belongs to. |
Method Summary | |
java.lang.String |
getCategory()
Return the category for the string |
java.lang.String |
getName()
Return the name for the string |
java.lang.String |
getString()
Returns the string to be displayed. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UIString(java.lang.String string, java.lang.String name, java.lang.String category)
string
- name
- category
- Method Detail |
public java.lang.String getString()
toString()
public java.lang.String getName()
public java.lang.String getCategory()
public java.lang.String toString()
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |