Uses of Interface
net.sourceforge.geeboss.model.editors.Editor

Packages that use Editor
net.sourceforge.geeboss.controller   
net.sourceforge.geeboss.model.editors   
net.sourceforge.geeboss.view.editors.pedal   
 

Uses of Editor in net.sourceforge.geeboss.controller
 

Methods in net.sourceforge.geeboss.controller with parameters of type Editor
 void EventManager.setActiveEditor(Editor editor)
          Set the currently active editor
 

Uses of Editor in net.sourceforge.geeboss.model.editors
 

Methods in net.sourceforge.geeboss.model.editors that return Editor
 Editor EditorHandler.getEditor()
          Returns the editor instance associated to this handler
 Editor EditorHandler.setupEditor(org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.swt.graphics.Image background)
          Instanciate the editor for this handler
 

Uses of Editor in net.sourceforge.geeboss.view.editors.pedal
 

Classes in net.sourceforge.geeboss.view.editors.pedal that implement Editor
 class Amp
          Amp pedal
 class Chorus
          Chorus stomp box
 class Comp
          Compressor stomp box
 class Delay
          Delay stomp box
 class DOut
          DOut pedal
 class Eq
          Eq stomp box
 class ExpressionPedal
          Base class for expression pedals
 class Fx1
          Fx1 stomp box
 class Fx2
          Fx2 stomp box
 class LedPedal
          Base class for led pedals
 class Loop
          Loop stomp box
 class Ns
          Noise supressor stomp box
 class OdDs
          OdDs stomp box
 class Pedal
          Base class for pedals
 class Reverb
          Reverb stomp box
 class Stomp
          Base class for stomp boxes
 class TwoButtonStomp
          Base class for stomp boxes
 class Volume
          Volume stomp box
 class Wah
          Wah stomp box
 



Copyright (c) 2005 The Geeboss team (http://geeboss.sourceforge.net). All Rights Reserved.