Uses of Interface
com.confusionists.mjdjApi.util.MjdjService

Packages that use MjdjService
com.confusionists.mjdjApi.midi Midi message wrappers and utility classes, used by all API clients 
com.confusionists.mjdjApi.midiDevice Interfaces and default abstract implementations for building your own TransmitterDeviceWrapper and ReceiverDeviceWrapper (inputs and outputs in Mjdj) 
com.confusionists.mjdjApi.morph classes for extending and using for writing your own Morph and support classes 
com.confusionists.mjdjApi.util Util and MjdjService classes, used by all API clients/extenders 
 

Uses of MjdjService in com.confusionists.mjdjApi.midi
 

Methods in com.confusionists.mjdjApi.midi with parameters of type MjdjService
 javax.swing.JButton ChannelCc.getButton(MjdjService service, java.lang.String title)
           
 

Uses of MjdjService in com.confusionists.mjdjApi.midiDevice
 

Methods in com.confusionists.mjdjApi.midiDevice that return MjdjService
 MjdjService DeviceWrapper.getService()
           
 MjdjService AbstractDeviceWrapper.getService()
           
 

Methods in com.confusionists.mjdjApi.midiDevice with parameters of type MjdjService
 void DeviceWrapper.setService(MjdjService service)
           
 void AbstractDeviceWrapper.setService(MjdjService service)
           
 

Uses of MjdjService in com.confusionists.mjdjApi.morph
 

Methods in com.confusionists.mjdjApi.morph that return MjdjService
 MjdjService AbstractMorph.getService()
           
 

Methods in com.confusionists.mjdjApi.morph with parameters of type MjdjService
 void Morph.setService(MjdjService service)
          Mjdj will call this method to give the Morph instance access to the Mjdj system: this happens before init is called.
 void AbstractMorph.setService(MjdjService service)
           
 

Uses of MjdjService in com.confusionists.mjdjApi.util
 

Methods in com.confusionists.mjdjApi.util with parameters of type MjdjService
 void MidiTimerTask.init(MjdjService service, MessageWrapper payload, Morph morph)
           
 void MidiTimerTask.init(MjdjService service, MessageWrapper payload, Morph morph, java.util.List<java.lang.String> deviceNames)