public class EsxAdapterFactory
extends AdapterFactoryImpl
createXXX
method for each class of the model.
EsxPackage
Modifier and Type | Field and Description |
---|---|
protected static EsxPackage |
modelPackage
The cached model package.
|
protected EsxSwitch<Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
Constructor and Description |
---|
EsxAdapterFactory()
Creates an instance of the adapter factory.
|
Modifier and Type | Method and Description |
---|---|
Adapter |
createAdapter(Notifier target)
Creates an adapter for the
target . |
Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
Adapter |
createEsxFileAdapter()
Creates a new adapter for an object of class '
File '. |
Adapter |
createGlobalParametersAdapter()
Creates a new adapter for an object of class '
Global Parameters '. |
Adapter |
createMidiChannelTypeAdapter()
Creates a new adapter for an object of class '
Midi Channel Type '. |
Adapter |
createMidiControlChangeAssignmentAdapter()
Creates a new adapter for an object of class '
Midi Control Change Assignment '. |
Adapter |
createOperationAdapter()
Creates a new adapter for an object of class '
Operation '. |
Adapter |
createParametersFxAdapter()
Creates a new adapter for an object of class '
Parameters Fx '. |
Adapter |
createParametersMotionAdapter()
Creates a new adapter for an object of class '
Parameters Motion '. |
Adapter |
createPartAccentAdapter()
Creates a new adapter for an object of class '
Part Accent '. |
Adapter |
createPartAdapter()
Creates a new adapter for an object of class '
Part '. |
Adapter |
createPartAudioInAdapter()
Creates a new adapter for an object of class '
Part Audio In '. |
Adapter |
createPartDrumAdapter()
Creates a new adapter for an object of class '
Part Drum '. |
Adapter |
createPartKeyboardAdapter()
Creates a new adapter for an object of class '
Part Keyboard '. |
Adapter |
createPartNoteNumberAdapter()
Creates a new adapter for an object of class '
Part Note Number '. |
Adapter |
createPartStretchSliceAdapter()
Creates a new adapter for an object of class '
Part Stretch Slice '. |
Adapter |
createPartWithCommonAdapter()
Creates a new adapter for an object of class '
Part With Common '. |
Adapter |
createPartWithPitchAdapter()
Creates a new adapter for an object of class '
Part With Pitch '. |
Adapter |
createPartWithSampleAdapter()
Creates a new adapter for an object of class '
Part With Sample '. |
Adapter |
createPartWithSequenceDataAdapter()
Creates a new adapter for an object of class '
Part With Sequence Data '. |
Adapter |
createPartWithSequenceDataGateAdapter()
Creates a new adapter for an object of class '
Part With Sequence Data Gate '. |
Adapter |
createPartWithSliceAdapter()
Creates a new adapter for an object of class '
Part With Slice '. |
Adapter |
createPatternAdapter()
Creates a new adapter for an object of class '
Pattern '. |
Adapter |
createPatternSetParameterAdapter()
Creates a new adapter for an object of class '
Pattern Set Parameter '. |
Adapter |
createSampleAdapter()
Creates a new adapter for an object of class '
Sample '. |
Adapter |
createSampleInPatternInfoAdapter()
Creates a new adapter for an object of class '
Sample In Pattern Info '. |
Adapter |
createSampleTuneAdapter()
Creates a new adapter for an object of class '
Sample Tune '. |
Adapter |
createSequenceDataAdapter()
Creates a new adapter for an object of class '
Sequence Data '. |
Adapter |
createSequenceDataGateAdapter()
Creates a new adapter for an object of class '
Sequence Data Gate '. |
Adapter |
createSequenceDataNoteAdapter()
Creates a new adapter for an object of class '
Sequence Data Note '. |
Adapter |
createSongAdapter()
Creates a new adapter for an object of class '
Song '. |
Adapter |
createSongEventAdapter()
Creates a new adapter for an object of class '
Song Event '. |
Adapter |
createSongEventControlAdapter()
Creates a new adapter for an object of class '
Song Event Control '. |
Adapter |
createSongEventDrumNoteAdapter()
Creates a new adapter for an object of class '
Song Event Drum Note '. |
Adapter |
createSongEventKeyboardNoteAdapter()
Creates a new adapter for an object of class '
Song Event Keyboard Note '. |
Adapter |
createSongEventMuteStatusAdapter()
Creates a new adapter for an object of class '
Song Event Mute Status '. |
Adapter |
createSongEventTempoAdapter()
Creates a new adapter for an object of class '
Song Event Tempo '. |
Adapter |
createSongEventWithPartAdapter()
Creates a new adapter for an object of class '
Song Event With Part '. |
Adapter |
createSongPatternAdapter()
Creates a new adapter for an object of class '
Song Pattern '. |
Adapter |
createTempoAdapter()
Creates a new adapter for an object of class '
Tempo '. |
boolean |
isFactoryForType(java.lang.Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static EsxPackage modelPackage
protected EsxSwitch<Adapter> modelSwitch
createXXX
methods.
public EsxAdapterFactory()
public boolean isFactoryForType(java.lang.Object object)
true
if the object is either the model's package or is an instance object of the model.
public Adapter createAdapter(Notifier target)
target
.
target
- the object to adapt.target
.public Adapter createEsxFileAdapter()
File
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
EsxFile
public Adapter createGlobalParametersAdapter()
Global Parameters
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
GlobalParameters
public Adapter createPatternSetParameterAdapter()
Pattern Set Parameter
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PatternSetParameter
public Adapter createMidiChannelTypeAdapter()
Midi Channel Type
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MidiChannelType
public Adapter createPartNoteNumberAdapter()
Part Note Number
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PartNoteNumber
public Adapter createMidiControlChangeAssignmentAdapter()
Midi Control Change Assignment
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MidiControlChangeAssignment
public Adapter createOperationAdapter()
Operation
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Operation
public Adapter createParametersFxAdapter()
Parameters Fx
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ParametersFx
public Adapter createParametersMotionAdapter()
Parameters Motion
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ParametersMotion
public Adapter createSequenceDataAdapter()
Sequence Data
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SequenceData
public Adapter createSequenceDataGateAdapter()
Sequence Data Gate
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SequenceDataGate
public Adapter createSequenceDataNoteAdapter()
Sequence Data Note
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SequenceDataNote
public Adapter createPartAdapter()
Part
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Part
public Adapter createPartWithSequenceDataAdapter()
Part With Sequence Data
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PartWithSequenceData
public Adapter createPartWithCommonAdapter()
Part With Common
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PartWithCommon
public Adapter createPartWithSampleAdapter()
Part With Sample
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PartWithSample
public Adapter createPartWithSliceAdapter()
Part With Slice
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PartWithSlice
public Adapter createPartWithPitchAdapter()
Part With Pitch
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PartWithPitch
public Adapter createPartWithSequenceDataGateAdapter()
Part With Sequence Data Gate
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PartWithSequenceDataGate
public Adapter createPartAccentAdapter()
Part Accent
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PartAccent
public Adapter createPartAudioInAdapter()
Part Audio In
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PartAudioIn
public Adapter createPartDrumAdapter()
Part Drum
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PartDrum
public Adapter createPartKeyboardAdapter()
Part Keyboard
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PartKeyboard
public Adapter createPartStretchSliceAdapter()
Part Stretch Slice
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PartStretchSlice
public Adapter createPatternAdapter()
Pattern
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Pattern
public Adapter createSampleAdapter()
Sample
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Sample
public Adapter createSampleInPatternInfoAdapter()
Sample In Pattern Info
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SampleInPatternInfo
public Adapter createSampleTuneAdapter()
Sample Tune
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SampleTune
public Adapter createSongAdapter()
Song
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Song
public Adapter createSongPatternAdapter()
Song Pattern
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SongPattern
public Adapter createTempoAdapter()
Tempo
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Tempo
public Adapter createSongEventAdapter()
Song Event
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SongEvent
public Adapter createSongEventWithPartAdapter()
Song Event With Part
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SongEventWithPart
public Adapter createSongEventControlAdapter()
Song Event Control
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SongEventControl
public Adapter createSongEventDrumNoteAdapter()
Song Event Drum Note
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SongEventDrumNote
public Adapter createSongEventKeyboardNoteAdapter()
Song Event Keyboard Note
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SongEventKeyboardNote
public Adapter createSongEventTempoAdapter()
Song Event Tempo
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SongEventTempo
public Adapter createSongEventMuteStatusAdapter()
Song Event Mute Status
'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SongEventMuteStatus
public Adapter createEObjectAdapter()