Uses of Class
com.glaivestone.mv.ValueHolder

Packages that use ValueHolder
com.glaivestone.mv Provides a simple framework for building applications following the model-view design pattern of separating UI and presentation (view) from fundamental application state and logic (model). 
 

Uses of ValueHolder in com.glaivestone.mv
 

Subclasses of ValueHolder in com.glaivestone.mv
 class StringHolder
          A value holder which contains an observed String value.
 


GFL 1.1 API