mvc
Interface CascadedChooser<T>

All Superinterfaces:
CallbackRegistry, Model<T>, Named, NamedModel<T>, Viewable
All Known Implementing Classes:
LeafCascadedChooser, NonLeafCascadedChooser

public interface CascadedChooser<T>
extends Viewable, NamedModel<T>


Method Summary
 void setSpacerSizeEm(float wEm, float hEm)
           
 
Methods inherited from interface gui.Viewable
getViewComponent
 
Methods inherited from interface conversion.Named
getName
 
Methods inherited from interface mvc.Model
getValue
 
Methods inherited from interface mvc.CallbackRegistry
addCallback, removeCallback
 

Method Detail

setSpacerSizeEm

void setSpacerSizeEm(float wEm,
                     float hEm)