com.tensegrity.gui.swing.control.attributeeditor
Class SwingAttributeEditorComponents.LocalizedText

java.lang.Object
  extended bycom.tensegrity.gui.swing.control.attributeeditor.SwingAttributeEditorComponents.LocalizedText
Enclosing class:
SwingAttributeEditorComponents

public static final class SwingAttributeEditorComponents.LocalizedText
extends java.lang.Object

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.

Author:
BurkhardWick

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

text

public java.lang.String text
The text of this instance


locale

public java.util.Locale locale
the locale of this instance

Constructor Detail

SwingAttributeEditorComponents.LocalizedText

public SwingAttributeEditorComponents.LocalizedText(java.lang.String text,
                                                    java.util.Locale locale)
Constructor

Parameters:
text - The text of this instance
locale - The locale of this instance


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.