Uses of Class
com.frinika.sequencer.gui.pianoroll.ControllerHandle

Packages that use ControllerHandle
com.frinika.sequencer.gui.pianoroll   
com.frinika.sequencer.model   
 

Uses of ControllerHandle in com.frinika.sequencer.gui.pianoroll
 

Methods in com.frinika.sequencer.gui.pianoroll with parameters of type ControllerHandle
 void ControllerView.setControllerType(ControllerHandle handle)
           
 

Uses of ControllerHandle in com.frinika.sequencer.model
 

Methods in com.frinika.sequencer.model that return ControllerHandle
 ControllerHandle ControllerListInterface.getControllerHandle(int i)
           
 ControllerHandle ControllerListInterface.handleCalled(java.lang.String actionCommand)