jlscp
v0.8

Uses of Class
org.linuxsampler.lscp.AbstractParameter

Packages that use AbstractParameter
org.linuxsampler.lscp Provides classes for retrieving information and configuring LinuxSampler instance. 
 

Uses of AbstractParameter in org.linuxsampler.lscp
 

Subclasses of AbstractParameter in org.linuxsampler.lscp
 class BoolListParameter
          This class implements the Parameter<Boolean[]> interface.
 class BoolParameter
          This class implements the Parameter<Boolean> interface.
 class FloatListParameter
          This class implements the Parameter<Float[]> interface.
 class FloatParameter
          This class implements the Parameter<Float> interface.
 class IntListParameter
          This class implements the Parameter<Integer[]> interface.
 class IntParameter
          This class implements the Parameter<Integer> interface.
 class StringListParameter
          This class implements the Parameter<String[]> interface.
 class StringParameter
          This class implements the Parameter<String> interface.
 


jlscp
v0.8

Copyright © 2009 Grigor Iliev. All rights reserved.