com.frinika.sequencer.gui.selection
Class LaneSelection

java.lang.Object
  extended by com.frinika.sequencer.gui.selection.SelectionContainer<Lane>
      extended by com.frinika.sequencer.gui.selection.LaneSelection
All Implemented Interfaces:
SelectionFocusable

public class LaneSelection
extends SelectionContainer<Lane>


Field Summary
 
Fields inherited from class com.frinika.sequencer.gui.selection.SelectionContainer
focus
 
Constructor Summary
LaneSelection(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

LaneSelection

public LaneSelection(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<Lane>