com.frinika.sequencer.gui.selection
Class PartSelection

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

public class PartSelection
extends SelectionContainer<Part>

Author:
Paul

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

PartSelection

public PartSelection(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<Part>