net.sf.myjaut.ui.property
Class TextProperty<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>
Direct Known Subclasses:
FixedTextProperty, I18nProperty

public abstract class TextProperty<T>
extends Property<T>


Field Summary
 
Fields inherited from class net.sf.myjaut.Observeable
listeners
 
Constructor Summary
TextProperty(java.lang.String labelI18nKey)
           
 
Method Summary
abstract  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

TextProperty

public TextProperty(java.lang.String labelI18nKey)
Method Detail

getText

public abstract java.lang.String getText(T object)


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.