Uses of Interface
as.clynx.util.SettingControl

Packages that use SettingControl
as.clynx   
as.clynx.audio   
as.clynx.audio.enc   
as.clynx.audio.mux.streams   
as.clynx.audio.rep   
as.clynx.gui   
as.clynx.gui.mux   
as.clynx.util   
 

Uses of SettingControl in as.clynx
 

Methods in as.clynx with parameters of type SettingControl
 void App.evaluate(SettingControl settings, FileListLoader loader, ListContentProvider provider)
          starts the evaluation.
 

Uses of SettingControl in as.clynx.audio
 

Constructors in as.clynx.audio with parameters of type SettingControl
Player(SettingControl settings, IAudioFileCollection collection)
          Constructor
 

Uses of SettingControl in as.clynx.audio.enc
 

Methods in as.clynx.audio.enc that return SettingControl
 SettingControl AbstractDecoder.getSettings()
          returns the SettingControl
 

Constructors in as.clynx.audio.enc with parameters of type SettingControl
AbstractDecoder(javax.sound.sampled.AudioFormat.Encoding encoding, boolean bigEndian, int bitRate, int sampleRate, int channels, SettingControl settings)
          Constructor
PCM_Decoder(int bitRate, int sampleRate, int channels, SettingControl settings)
          Constructor
 

Uses of SettingControl in as.clynx.audio.mux.streams
 

Methods in as.clynx.audio.mux.streams that return SettingControl
 SettingControl AudioStream.getSettings()
          returns the settingcontrol
 

Constructors in as.clynx.audio.mux.streams with parameters of type SettingControl
AudioStream(IAudioFileCollection audiofiles, SettingControl settings)
          Constructor
DistanceStream(IAudioFileCollection collection, SettingControl settings)
          Constructor
MultiStream(IAudioFileCollection collection, int mode, SettingControl settings)
          Constructor
SequencedStream(IAudioFileCollection audiofiles, int mode, SettingControl settings)
          Constructor
 

Uses of SettingControl in as.clynx.audio.rep
 

Methods in as.clynx.audio.rep that return SettingControl
 SettingControl IAudioFileCollection.getSettings()
          returns the settingControl
 SettingControl AudioFileList.getSettings()
           
 

Uses of SettingControl in as.clynx.gui
 

Classes in as.clynx.gui that implement SettingControl
 class TabbedSettingsPanel
          The class TabbedSettingsPanel.java is the visible component in wich the parameter can be set.
 

Uses of SettingControl in as.clynx.gui.mux
 

Methods in as.clynx.gui.mux with parameters of type SettingControl
 AbstractMUX MuxSelectionPanel.getMultiplexer(IAudioFileCollection list, SettingControl settings)
          returns the current mux specified by the parameter.
 AbstractMUX JSSMuxPanel.getMultiplexer(IAudioFileCollection list, SettingControl settings)
           
 AbstractMUX JSDMuxPanel.getMultiplexer(IAudioFileCollection list, SettingControl settings)
           
 AbstractMUX JPSMuxPanel.getMultiplexer(IAudioFileCollection list, SettingControl settings)
           
 AbstractMUX JPDMuxPanel.getMultiplexer(IAudioFileCollection list, SettingControl settings)
           
abstract  AbstractMUX JMuxPanel.getMultiplexer(IAudioFileCollection list, SettingControl settings)
          returns the selected MUX
 AbstractMUX JDISTMuxPanel.getMultiplexer(IAudioFileCollection list, SettingControl settings)
           
 

Uses of SettingControl in as.clynx.util
 

Classes in as.clynx.util that implement SettingControl
 class Constant
          The class Constant.java provides all constants of the tool. it implements the SettingControl interface and provides all parameters of the propertyfile in consolemode.
 

Constructors in as.clynx.util with parameters of type SettingControl
FileListLoader(CLynxConnector connection, SettingControl settings)
          Constructor for extension of SOMToolBox