|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Selectable | |
---|---|
com.frinika.sequencer.gui.clipboard | |
com.frinika.sequencer.gui.menu | |
com.frinika.sequencer.gui.selection | |
com.frinika.sequencer.model | |
com.frinika.sequencer.model.notation |
Uses of Selectable in com.frinika.sequencer.gui.clipboard |
---|
Method parameters in com.frinika.sequencer.gui.clipboard with type arguments of type Selectable | |
---|---|
void |
CopyOfMyClipboard.copy(java.util.Collection<? extends Selectable> collection)
|
void |
MyClipboard.copy(java.util.Collection<? extends Selectable> collection,
ProjectContainer srcProject)
|
void |
CopyOfMyClipboard.copy(java.util.Collection<Selectable> list,
long selectionStartTick,
int selectionLeftColumn)
|
void |
MyClipboard.copy(java.util.Collection<Selectable> list,
long selectionStartTick,
int selectionLeftColumn,
ProjectContainer srcProject)
|
Uses of Selectable in com.frinika.sequencer.gui.menu |
---|
Fields in com.frinika.sequencer.gui.menu with type parameters of type Selectable | |
---|---|
protected java.util.Collection<Selectable> |
RepeatAction.list
|
Uses of Selectable in com.frinika.sequencer.gui.selection |
---|
Classes in com.frinika.sequencer.gui.selection with type parameters of type Selectable | |
---|---|
class |
SelectionContainer<T extends Selectable>
|
interface |
SelectionListener<T extends Selectable>
|
Fields in com.frinika.sequencer.gui.selection declared as Selectable | |
---|---|
protected T |
SelectionContainer.focus
|
Methods in com.frinika.sequencer.gui.selection that return types with arguments of type Selectable | |
---|---|
java.util.Collection<Selectable> |
SelectionFocusable.getObjects()
|
java.util.Collection<Selectable> |
SelectionContainer.getObjects()
|
Method parameters in com.frinika.sequencer.gui.selection with type arguments of type Selectable | |
---|---|
protected static java.util.Vector<MultiEvent> |
MidiSelection.getMultiEventsFromSelection(java.util.Collection<Selectable> sel)
|
void |
SelectionContainer.setSelectedX(java.util.Collection<Selectable> list)
|
Uses of Selectable in com.frinika.sequencer.model |
---|
Classes in com.frinika.sequencer.model that implement Selectable | |
---|---|
class |
AudioLane
|
class |
AudioPart
|
class |
ChannelEvent
|
class |
ControllerEvent
Controller events represents a MIDI control change |
class |
Lane
|
class |
MetaEvent
|
class |
MidiLane
|
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 |
ProjectLane
|
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 |
SynthLane
|
class |
SysexEvent
Event for system-exclusive MIDI data. |
class |
TextLane
Text lane. |
class |
TextPart
In-place editable text part. |
Methods in com.frinika.sequencer.model that return Selectable | |
---|---|
Selectable |
MidiPartGhost.deepCopy(Selectable parent)
|
Selectable |
AudioPart.deepCopy(Selectable parent)
|
Selectable |
TextPart.deepCopy(Selectable parent)
|
Selectable |
MidiPart.deepCopy(Selectable parent)
|
Selectable |
MidiLane.deepCopy(Selectable parent)
|
Selectable |
SynthLane.deepCopy(Selectable parent)
|
Selectable |
TextLane.deepCopy(Selectable parent)
|
Selectable |
AudioLane.deepCopy(Selectable parent)
|
Selectable |
ProjectLane.deepCopy(Selectable parent)
|
Selectable |
Selectable.deepCopy(Selectable parent)
Complete copy of object. |
Selectable |
MultiEvent.deepCopy(Selectable parent)
|
Methods in com.frinika.sequencer.model with parameters of type Selectable | |
---|---|
Selectable |
MidiPartGhost.deepCopy(Selectable parent)
|
Selectable |
AudioPart.deepCopy(Selectable parent)
|
Selectable |
TextPart.deepCopy(Selectable parent)
|
Selectable |
MidiPart.deepCopy(Selectable parent)
|
Selectable |
MidiLane.deepCopy(Selectable parent)
|
Selectable |
SynthLane.deepCopy(Selectable parent)
|
Selectable |
TextLane.deepCopy(Selectable parent)
|
Selectable |
AudioLane.deepCopy(Selectable parent)
|
Selectable |
ProjectLane.deepCopy(Selectable parent)
|
Selectable |
Selectable.deepCopy(Selectable parent)
Complete copy of object. |
Selectable |
MultiEvent.deepCopy(Selectable parent)
|
Uses of Selectable in com.frinika.sequencer.model.notation |
---|
Classes in com.frinika.sequencer.model.notation that implement Selectable | |
---|---|
class |
ClefChange
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |