Uses of Interface
com.frinika.sequencer.gui.Item

Packages that use Item
com.frinika.notation   
com.frinika.sequencer.gui   
com.frinika.sequencer.gui.partview   
com.frinika.sequencer.gui.pianoroll   
com.frinika.sequencer.gui.selection   
com.frinika.sequencer.model   
com.frinika.sequencer.model.notation   
 

Uses of Item in com.frinika.notation
 

Methods in com.frinika.notation that return Item
 Item NotationEditor.itemAt(java.awt.Point p)
           
 

Methods in com.frinika.notation with parameters of type Item
 void NotationEditor.clientAddToSelection(Item item)
           
 void NotationEditor.clientRemoveFromSelection(Item item)
           
 void NotationEditor.erase(Item it)
           
 void NotationEditor.feedBack(Item item)
          play the note
 void NotationEditor.setFocus(Item item)
           
 

Uses of Item in com.frinika.sequencer.gui
 

Fields in com.frinika.sequencer.gui declared as Item
protected  Item ItemPanel.dragItem
           
 

Methods in com.frinika.sequencer.gui that return Item
abstract  Item ItemPanel.itemAt(java.awt.Point p)
           
 

Methods in com.frinika.sequencer.gui with parameters of type Item
 void ItemPanel.armDrag(java.awt.Point p, Item item)
           
abstract  void ItemPanel.clientAddToSelection(Item item)
           
abstract  void ItemPanel.clientRemoveFromSelection(Item item)
           
abstract  void ItemPanel.erase(Item item)
           
 void ItemPanel.feedBack(Item item)
           
abstract  void ItemPanel.setFocus(Item item)
           
 

Uses of Item in com.frinika.sequencer.gui.partview
 

Methods in com.frinika.sequencer.gui.partview that return Item
 Item PartView.itemAt(java.awt.Point p)
          Find component the contains point x,y and set.
 

Methods in com.frinika.sequencer.gui.partview with parameters of type Item
 void PartView.clientAddToSelection(Item item)
           
 void PartView.clientRemoveFromSelection(Item item)
           
 void PartView.erase(Item it)
           
 void PartView.gluePart(Item item)
           
 void PartView.setFocus(Item item)
           
 

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

Methods in com.frinika.sequencer.gui.pianoroll that return Item
 Item ControllerView.itemAt(java.awt.Point p)
          Find component the contains point x,y and set.
 Item PianoRoll.itemAt(java.awt.Point p)
          Find component the contains point x,y and set.
 

Methods in com.frinika.sequencer.gui.pianoroll with parameters of type Item
 void ControllerView.clientAddToSelection(Item item)
           
 void PianoRoll.clientAddToSelection(Item item)
           
 void ControllerView.clientRemoveFromSelection(Item item)
           
 void PianoRoll.clientRemoveFromSelection(Item item)
           
 void ControllerView.erase(Item it)
           
 void PianoRoll.erase(Item it)
           
 void PianoRoll.feedBack(Item item)
          play the note
 void MultiEventEditPanel.notifyFeedbackItemChanged(Item it)
           
 void FeedbackEventListener.notifyFeedbackItemChanged(Item item)
           
 void PianoRollPanelAdapter.setFocus(Item item)
           
 

Uses of Item in com.frinika.sequencer.gui.selection
 

Methods in com.frinika.sequencer.gui.selection with parameters of type Item
 void DragList.notifyFeedbackItemListeners(Item ev)
           
 void DragList.startDrag(Item dragItemRef)
          Start a drag.
 

Uses of Item in com.frinika.sequencer.model
 

Classes in com.frinika.sequencer.model that implement Item
 class AudioPart
           
 class ChannelEvent
           
 class ControllerEvent
          Controller events represents a MIDI control change
 class MetaEvent
           
 class MidiPart
          Contains a List of MultiEvents.
 class MidiPartGhost
          Ghost ("reference-copy") of a MidiPart.
 class MultiEvent
          MultiEvent is a representation of one or more MidiEvents that form a note pair, a control change/pitch bend envelope or a single MidiEvent.
 class NotationEvent
           
 class NoteEvent
           
 class Part
          A Part encapsulates what can be displayed in the partview.
 class PitchBendEvent
          Controller events represents a Pitch Bend
 class ProgramChangeEvent
           
 class SubsetMultiEvent
          This is a Dummy subclass of MultiEvent used to generate MultiEvents that are ordered as the first among the MultiEvents with the same tick.
 class SysexEvent
          Event for system-exclusive MIDI data.
 class TextPart
          In-place editable text part.
 

Uses of Item in com.frinika.sequencer.model.notation
 

Classes in com.frinika.sequencer.model.notation that implement Item
 class ClefChange