com.frinika.sequencer.gui.selection
Interface SelectionFocusable

All Known Implementing Classes:
LaneSelection, MidiSelection, MultiEventSelection, PartSelection, SelectionContainer

public interface SelectionFocusable

Generic interface for SelectionContainers for Cut/Copy/Paste operations.

Author:
Paul

Method Summary
 void clearSelection()
           
 java.util.Collection<Selectable> getObjects()
           
 

Method Detail

getObjects

java.util.Collection<Selectable> getObjects()

clearSelection

void clearSelection()