com.frinika.sequencer.gui.selection
Class MultiEventSelection

java.lang.Object
  extended by com.frinika.sequencer.gui.selection.SelectionContainer<MultiEvent>
      extended by com.frinika.sequencer.gui.selection.MultiEventSelection
All Implemented Interfaces:
SelectionFocusable
Direct Known Subclasses:
MidiSelection

public class MultiEventSelection
extends SelectionContainer<MultiEvent>


Field Summary
 
Fields inherited from class com.frinika.sequencer.gui.selection.SelectionContainer
focus
 
Constructor Summary
MultiEventSelection(ProjectContainer project)
           
 
Method Summary
protected  void setMetaFocus()
          Override this null implementation to get focus to follow containers
 
Methods inherited from class com.frinika.sequencer.gui.selection.SelectionContainer
addSelected, addSelected, addSelectionListener, clearSelection, getFocus, getObjects, getSelected, getSelectionLeftColumn, getSelectionStartTick, notifyListeners, removeSelected, removeSelected, removeSelectionListener, setDirty, setFocus, setSelected, setSelected, setSelectedX, setSelectionLeftColumn, setSelectionStartTick
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiEventSelection

public MultiEventSelection(ProjectContainer project)
Method Detail

setMetaFocus

protected void setMetaFocus()
Description copied from class: SelectionContainer
Override this null implementation to get focus to follow containers

Specified by:
setMetaFocus in class SelectionContainer<MultiEvent>