Uses of Class
com.frinika.util.tweaks.Tweakable

Packages that use Tweakable
com.frinika.util.tweaks   
com.frinika.util.tweaks.gui   
 

Uses of Tweakable in com.frinika.util.tweaks
 

Subclasses of Tweakable in com.frinika.util.tweaks
 class TweakableDouble
           
 class TweakableInt
           
 

Constructor parameters in com.frinika.util.tweaks with type arguments of type Tweakable
TweakableDouble(java.util.Collection<Tweakable> c, double min, double max, double val, double step, java.lang.String label)
           
TweakableInt(java.util.Collection<Tweakable> c, int min, int max, int val, java.lang.String label)
           
 

Uses of Tweakable in com.frinika.util.tweaks.gui
 

Methods in com.frinika.util.tweaks.gui with parameters of type Tweakable
 void TweakerPanel.addSpinTweaker(Tweakable tweak)
           
 

Constructors in com.frinika.util.tweaks.gui with parameters of type Tweakable
SpinTweaker(Tweakable t)
           
SpinTweakerPanel(Tweakable t)