net.sf.myjaut.ui.property
Class I18nProperty<T>

java.lang.Object
  extended by net.sf.myjaut.Observeable<Refreshable>
      extended by net.sf.myjaut.ui.property.RefreshableObservable
          extended by net.sf.myjaut.ui.property.Property<T>
              extended by net.sf.myjaut.ui.property.TextProperty<T>
                  extended by net.sf.myjaut.ui.property.I18nProperty<T>
Direct Known Subclasses:
FixedDateProperty

public class I18nProperty<T>
extends TextProperty<T>


Field Summary
 
Fields inherited from class net.sf.myjaut.Observeable
listeners
 
Constructor Summary
I18nProperty(java.lang.String key, java.lang.String i18nKey, AbstractController c)
           
 
Method Summary
protected  AbstractController getController()
           
 java.lang.String getText(T object)
           
 
Methods inherited from class net.sf.myjaut.ui.property.Property
getLabelI18nKey
 
Methods inherited from class net.sf.myjaut.ui.property.RefreshableObservable
addListener
 
Methods inherited from class net.sf.myjaut.Observeable
getListeners, removeListener, signalFirstListener, signalNoListeners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

I18nProperty

public I18nProperty(java.lang.String key,
                    java.lang.String i18nKey,
                    AbstractController c)
Method Detail

getText

public java.lang.String getText(T object)
Specified by:
getText in class TextProperty<T>

getController

protected AbstractController getController()


This code documentation is disclosed as part of Kagiru Sudoku. It is licensed under the GNU General Public License (GPL) and comes with NO WARRANTY. See file license.txt for more info.