Uses of Interface
com.frinika.gui.OptionsEditor

Packages that use OptionsEditor
com.frinika.gui   
com.frinika.sequencer.gui.menu.midi   
com.frinika.sequencer.model   
 

Uses of OptionsEditor in com.frinika.gui
 

Subinterfaces of OptionsEditor in com.frinika.gui
 interface OptionsBinder
          Binds between data fields and GUI elements, in both directions.
 

Classes in com.frinika.gui that implement OptionsEditor
 class DefaultOptionsBinder
          Binds between data fields and GUI elements, in both directions.
 

Uses of OptionsEditor in com.frinika.sequencer.gui.menu.midi
 

Classes in com.frinika.sequencer.gui.menu.midi that implement OptionsEditor
 class MidiInsertControllersActionEditor
          GUI-component for setting options of a MidiInsertControllersAction.
 class MidiStepRecordActionDialog
          GUI-dialog of a MidiStepRecordAction.
 

Uses of OptionsEditor in com.frinika.sequencer.model
 

Classes in com.frinika.sequencer.model that implement OptionsEditor
protected  class MidiPart.MidiPartPropertiesPanel
          Instance returned via createProperitesPanel().
protected  class Part.PropertiesPanel
          Optionally to be extended by subclass and returned via createProperitesPanel().
protected  class TextPart.TextPartPropertiesPanel
          Instance returned via createProperitesPanel().
 

Methods in com.frinika.sequencer.model that return OptionsEditor
protected  OptionsEditor TextPart.createPropertiesPanel(ProjectFrame frame)
          Create PropertiesPanel.
protected  OptionsEditor Part.createPropertiesPanel(ProjectFrame frame)
          Create PropertiesPanel.
protected  OptionsEditor MidiPart.createPropertiesPanel(ProjectFrame frame)
          Create PropertiesPanel.