Uses of Class
net.sourceforge.geeboss.model.editors.EditorHandler

Packages that use EditorHandler
net.sourceforge.geeboss.model.editors   
net.sourceforge.geeboss.view.editors.pedal   
 

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

Subclasses of EditorHandler in net.sourceforge.geeboss.model.editors
 class MemoryObjectEditorHandler
          Helper class for memory object based Editor interface implementation
 

Fields in net.sourceforge.geeboss.model.editors declared as EditorHandler
protected  EditorHandler AbstractParameter.mParent
          Reference to the parent editor handler
 

Methods in net.sourceforge.geeboss.model.editors that return EditorHandler
 EditorHandler MemoryEditorsManager.createEditorHandlerInstance(org.apache.avalon.framework.configuration.Configuration configuration, GeebossContainer container)
          Create an editor handler instance for this manager given the editor's configuration
abstract  EditorHandler EditorsManager.createEditorHandlerInstance(org.apache.avalon.framework.configuration.Configuration configuration, GeebossContainer container)
          Create an editor handler instance for this manager given the editor's configuration
 EditorHandler[] EditorsManager.getEditorHandlers()
          Returns all handlers
 EditorHandler Editor.getHandler()
          Returns the handler of this editor
 EditorHandler[] EditorsManager.getPedalHandlers()
          Returns all the pedal handlers
 

Constructors in net.sourceforge.geeboss.model.editors with parameters of type EditorHandler
AbstractParameter(EditorHandler parent, org.apache.avalon.framework.configuration.Configuration configuration, GeebossContainer container)
          Create a new Parameter given it's configuration
 

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

Fields in net.sourceforge.geeboss.view.editors.pedal declared as EditorHandler
protected  EditorHandler Pedal.mEditorHandler
          Reference to EditorHandler
 

Methods in net.sourceforge.geeboss.view.editors.pedal that return EditorHandler
 EditorHandler Pedal.getHandler()
          Returns the handler of this editor
 

Constructors in net.sourceforge.geeboss.view.editors.pedal with parameters of type EditorHandler
Amp(EditorHandler handler, org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.swt.graphics.Image background)
          Create a new LedPedal component
Chorus(EditorHandler handler, org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.swt.graphics.Image background)
          Create a new Chorus stomp
Comp(EditorHandler handler, org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.swt.graphics.Image background)
          Create a new OD/DS stomp
Delay(EditorHandler handler, org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.swt.graphics.Image background)
          Create a new Delay stomp
DOut(EditorHandler handler, org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.swt.graphics.Image background)
          Create a new DOut component
Eq(EditorHandler handler, org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.swt.graphics.Image background)
          Create a new Eq stomp
ExpressionPedal(EditorHandler handler, org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.swt.graphics.Image background)
          Create a new ExpressionPedal component
Fx1(EditorHandler handler, org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.swt.graphics.Image background)
          Create a new Fx1 stomp
Fx2(EditorHandler handler, org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.swt.graphics.Image background)
          Create a new Fx2 stomp
LedPedal(EditorHandler handler, org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.swt.graphics.Image background)
          Create a new LedPedal component
Loop(EditorHandler handler, org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.swt.graphics.Image background)
          Create a new Loop stomp
Ns(EditorHandler handler, org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.swt.graphics.Image background)
          Create a new OD/DS stomp
OdDs(EditorHandler handler, org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.swt.graphics.Image background)
          Create a new OD/DS stomp
Pedal(EditorHandler handler, org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.swt.graphics.Image background)
          Create a new pedal component
Reverb(EditorHandler handler, org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.swt.graphics.Image background)
          Create a new Reverb stomp
Stomp(EditorHandler handler, org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.swt.graphics.Image background)
          Create a new stomp component
TwoButtonStomp(EditorHandler handler, org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.swt.graphics.Image background)
          Create a new stom component
Volume(EditorHandler handler, org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.swt.graphics.Image background)
          Create a new Volume stomp
Wah(EditorHandler handler, org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.swt.graphics.Image background)
          Create a new Wah stomp
 



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