Interface mheg5.MCM.AISlider
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface mheg5.MCM.AISlider

public interface AISlider
extends Object

Method Index

 o GetPortion(IntegerVariable)
 o GetSliderValue(IntegerVariable)
 o SetPortion(int)
 o SetSliderValue(int)
 o Step(int)

Methods

 o GetPortion
  public abstract void GetPortion(IntegerVariable var)
 o GetSliderValue
  public abstract void GetSliderValue(IntegerVariable var)
 o SetPortion
  public abstract void SetPortion(int new_portion)
 o SetSliderValue
  public abstract void SetSliderValue(int new_value)
 o Step
  public abstract void Step(int number_of_steps)

All Packages  Class Hierarchy  This Package  Previous  Next  Index