|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.swing.control.attributeeditor.SwingAttributeEditorComponents.LocalizedText
The class LocalizedText is used in the
LocalizedTextField for editing texts is a specific language.
An instance of this class is returned by the getValue() method of the
LocalizedTextField and is used in the
AttributeTreeModel when renaming attribute names.
| Field Summary | |
java.util.Locale |
locale
the locale of this instance |
java.lang.String |
text
The text of this instance |
| Constructor Summary | |
SwingAttributeEditorComponents.LocalizedText(java.lang.String text,
java.util.Locale locale)
Constructor |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String text
public java.util.Locale locale
| Constructor Detail |
public SwingAttributeEditorComponents.LocalizedText(java.lang.String text,
java.util.Locale locale)
text - The text of this instancelocale - The locale of this instance
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||