mvc
Class LeafCascadedChooser<T>

java.lang.Object
  extended by mvc.ConstantModel<T>
      extended by mvc.LeafCascadedChooser<T>
All Implemented Interfaces:
Named, Viewable, CallbackRegistry, CascadedChooser<T>, Model<T>, NamedModel<T>

public class LeafCascadedChooser<T>
extends ConstantModel<T>
implements CascadedChooser<T>


Constructor Summary
LeafCascadedChooser(java.lang.String nm, T t)
           
 
Method Summary
 javax.swing.JComponent getViewComponent()
          v.getViewComponent() returns the component for viewing v.
 void setSpacerSizeEm(float wEm, float hEm)
           
 
Methods inherited from class mvc.ConstantModel
addCallback, getName, getValue, removeCallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface conversion.Named
getName
 
Methods inherited from interface mvc.Model
getValue
 
Methods inherited from interface mvc.CallbackRegistry
addCallback, removeCallback
 

Constructor Detail

LeafCascadedChooser

public LeafCascadedChooser(java.lang.String nm,
                           T t)
Method Detail

getViewComponent

public javax.swing.JComponent getViewComponent()
Description copied from interface: Viewable
v.getViewComponent() returns the component for viewing v.

Specified by:
getViewComponent in interface Viewable
Returns:
the view component

setSpacerSizeEm

public void setSpacerSizeEm(float wEm,
                            float hEm)
Specified by:
setSpacerSizeEm in interface CascadedChooser<T>