Methods from org.eclipse.emf.common used by org.eclipse.emf.edit

Click an entry in the table below to reveal the details of the references made to that element.

Reference Details

org.eclipse.emf.common.command.AbstractCommand.AbstractCommand()

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.ChangeCommand.ChangeCommand(ChangeRecorder)46
org.eclipse.emf.edit.command.ChangeCommand.ChangeCommand(Collection)72
org.eclipse.emf.edit.command.ChangeCommand.ChangeCommand(Notifier)61

org.eclipse.emf.common.command.AbstractCommand.AbstractCommand(String, String)

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.AbstractOverrideableCommand(EditingDomain, String, String)72
org.eclipse.emf.edit.command.DragAndDropCommand.DragAndDropCommand(EditingDomain, Object, float, int, int, Collection, boolean)175

org.eclipse.emf.common.command.AbstractCommand.canExecute()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.doCanExecute()120
org.eclipse.emf.edit.command.CopyCommand.canExecute()203
org.eclipse.emf.edit.command.CopyCommand.execute()214
OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.canExecute()-1
org.eclipse.emf.edit.command.CopyCommand.canExecute()-1
org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.AffectedObjectsWrappingCommandActionDelegate.canExecute()-1
org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.AffectedObjectsWrappingCommandActionDelegate.canExecute()-1
VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.DragAndDropCommand.validate(Object, float, int, int, Collection)892
org.eclipse.emf.edit.command.PasteFromClipboardCommand.doExecute()246
org.eclipse.emf.edit.command.PasteFromClipboardCommand.prepare()224

org.eclipse.emf.common.command.AbstractCommand.canUndo()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.doCanUndo()150
OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.canUndo()-1
org.eclipse.emf.edit.command.ChangeCommand.canUndo()-1

org.eclipse.emf.common.command.AbstractCommand.dispose()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.doDispose()253
org.eclipse.emf.edit.command.ChangeCommand.dispose()86
OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.dispose()-1
org.eclipse.emf.edit.command.ChangeCommand.dispose()-1
org.eclipse.emf.edit.command.DragAndDropCommand.dispose()-1

org.eclipse.emf.common.command.AbstractCommand.getAffectedObjects()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.doGetAffectedObjects()207
org.eclipse.emf.edit.command.DragAndDropCommand.getAffectedObjects()1008
OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.getAffectedObjects()-1
org.eclipse.emf.edit.command.DragAndDropCommand.getAffectedObjects()-1

org.eclipse.emf.common.command.AbstractCommand.getDescription()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.doGetDescription()235
OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.getDescription()-1

org.eclipse.emf.common.command.AbstractCommand.getLabel()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.doGetLabel()221
OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.getLabel()-1

org.eclipse.emf.common.command.AbstractCommand.getResult()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.doGetResult()193
org.eclipse.emf.edit.command.DragAndDropCommand.getResult()999
OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.getResult()-1
org.eclipse.emf.edit.command.DragAndDropCommand.getResult()-1

org.eclipse.emf.common.command.AbstractCommand.prepare()

OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.AddCommand.prepare()-1
org.eclipse.emf.edit.command.ChangeCommand.prepare()-1
org.eclipse.emf.edit.command.CopyToClipboardCommand.prepare()-1
org.eclipse.emf.edit.command.CreateCopyCommand.prepare()-1
org.eclipse.emf.edit.command.DragAndDropCommand.prepare()-1
org.eclipse.emf.edit.command.InitializeCopyCommand.prepare()-1
org.eclipse.emf.edit.command.MoveCommand.prepare()-1
org.eclipse.emf.edit.command.PasteFromClipboardCommand.prepare()-1
org.eclipse.emf.edit.command.RemoveCommand.prepare()-1
org.eclipse.emf.edit.command.ReplaceCommand.prepare()-1
org.eclipse.emf.edit.command.SetCommand.prepare()-1
org.eclipse.emf.edit.provider.WrapperItemProvider.SimpleCopyCommand.prepare()-1
org.eclipse.emf.edit.provider.WrapperItemProvider.SimpleCopyCommand.prepare()-1

org.eclipse.emf.common.command.AbstractCommand.setDescription(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.CreateChildCommand.CreateChildCommand(EditingDomain, EObject, EStructuralFeature, Object, int, Collection, CreateChildCommandHelper)223

org.eclipse.emf.common.command.AbstractCommand.setLabel(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.CreateChildCommand.CreateChildCommand(EditingDomain, EObject, EStructuralFeature, Object, int, Collection, CreateChildCommandHelper)221

org.eclipse.emf.common.command.AbstractCommand.toString()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.toString()313
org.eclipse.emf.edit.command.DragAndDropCommand.toString()1018
OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.toString()-1
org.eclipse.emf.edit.command.DragAndDropCommand.toString()-1

org.eclipse.emf.common.command.AbstractCommand.undo()

OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.undo()-1
org.eclipse.emf.edit.command.ChangeCommand.undo()-1
org.eclipse.emf.edit.command.DragAndDropCommand.undo()-1

org.eclipse.emf.common.command.Command.canExecute()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.canExecute()112
org.eclipse.emf.edit.command.CopyCommand.addCreateCopyCommands(CompoundCommand, EObject)231
org.eclipse.emf.edit.command.CopyToClipboardCommand.prepare()108
org.eclipse.emf.edit.command.DragAndDropCommand.execute()924
org.eclipse.emf.edit.command.DragAndDropCommand.execute()942
org.eclipse.emf.edit.command.DragAndDropCommand.optimizedCanExecute()828
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropCopyInsert(Object, Collection, int)592
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropCopyInsert(Object, Collection, int)610
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropCopyOn()786
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropCopyOn()765
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropCopyOn()786
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropLinkInsert(Object, Collection, int)650
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropLinkOn()818
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropLinkOn()807
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropLinkOn()801
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropMoveInsert(Object, Collection, int)544
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropMoveInsert(Object, Collection, int)544
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropMoveOn()742
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropMoveOn()742
org.eclipse.emf.edit.command.PasteFromClipboardCommand.optimizedCanExecute()236
org.eclipse.emf.edit.command.SetCommand.doExecute()691

org.eclipse.emf.common.command.Command.canUndo()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.canUndo()142
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropCopyInsert(Object, Collection, int)592
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropCopyOn()765
org.eclipse.emf.edit.command.DragAndDropCommand.reset()842

org.eclipse.emf.common.command.Command.dispose()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.dispose()243
org.eclipse.emf.edit.command.CopyToClipboardCommand.doDispose()152
org.eclipse.emf.edit.command.DragAndDropCommand.dispose()985
org.eclipse.emf.edit.command.DragAndDropCommand.dispose()989
org.eclipse.emf.edit.command.DragAndDropCommand.optimizedCanExecute()829
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropCopyInsert(Object, Collection, int)606
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropCopyInsert(Object, Collection, int)602
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropCopyOn()776
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropCopyOn()772
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropLinkInsert(Object, Collection, int)647
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropLinkOn()809
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropLinkOn()803
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropLinkOn()813
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropMoveInsert(Object, Collection, int)534
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropMoveOn()732
org.eclipse.emf.edit.command.DragAndDropCommand.reset()852
org.eclipse.emf.edit.command.DragAndDropCommand.reset()847
org.eclipse.emf.edit.command.PasteFromClipboardCommand.optimizedCanExecute()237

org.eclipse.emf.common.command.Command.execute()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.execute()127
org.eclipse.emf.edit.command.CopyToClipboardCommand.doExecute()114
org.eclipse.emf.edit.command.DragAndDropCommand.execute()926
org.eclipse.emf.edit.command.DragAndDropCommand.execute()944
org.eclipse.emf.edit.command.DragAndDropCommand.execute()936
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropCopyInsert(Object, Collection, int)594
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropCopyOn()767
org.eclipse.emf.edit.command.SetCommand.doExecute()693

org.eclipse.emf.common.command.Command.getAffectedObjects()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.getAffectedObjects()201
org.eclipse.emf.edit.command.CopyToClipboardCommand.doGetAffectedObjects()146
org.eclipse.emf.edit.command.DragAndDropCommand.getAffectedObjects()1007

org.eclipse.emf.common.command.Command.getDescription()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.getDescription()229

org.eclipse.emf.common.command.Command.getLabel()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.getLabel()215

org.eclipse.emf.common.command.Command.getResult()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.getResult()187
org.eclipse.emf.edit.command.CopyToClipboardCommand.doExecute()117
org.eclipse.emf.edit.command.CopyToClipboardCommand.doGetResult()140
org.eclipse.emf.edit.command.CopyToClipboardCommand.doRedo()134
org.eclipse.emf.edit.command.CutToClipboardCommand.execute()138
org.eclipse.emf.edit.command.CutToClipboardCommand.redo()161
org.eclipse.emf.edit.command.DragAndDropCommand.execute()927
org.eclipse.emf.edit.command.DragAndDropCommand.getResult()998
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropCopyInsert(Object, Collection, int)599
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropCopyOn()769
org.eclipse.emf.edit.command.PasteFromClipboardCommand.1.createCommand()157
org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider.2.copy()470

org.eclipse.emf.common.command.Command.redo()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.redo()172
org.eclipse.emf.edit.command.CopyToClipboardCommand.doRedo()131
org.eclipse.emf.edit.command.DragAndDropCommand.redo()976
org.eclipse.emf.edit.command.DragAndDropCommand.redo()971
org.eclipse.emf.edit.command.SetCommand.doRedo()776

org.eclipse.emf.common.command.Command.undo()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.AbstractOverrideableCommand.undo()158
org.eclipse.emf.edit.command.CopyToClipboardCommand.doUndo()123
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropCopyInsert(Object, Collection, int)605
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropCopyOn()775
org.eclipse.emf.edit.command.DragAndDropCommand.reset()844
org.eclipse.emf.edit.command.DragAndDropCommand.undo()958
org.eclipse.emf.edit.command.DragAndDropCommand.undo()963
org.eclipse.emf.edit.command.SetCommand.doUndo()740

org.eclipse.emf.common.command.CommandStack.execute(Command)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemPropertyDescriptor.resetPropertyValue(Object)1314
org.eclipse.emf.edit.provider.ItemPropertyDescriptor.resetPropertyValue(Object)1329
org.eclipse.emf.edit.provider.ItemPropertyDescriptor.setPropertyValue(Object, Object)1441
org.eclipse.emf.edit.provider.ItemPropertyDescriptor.setPropertyValue(Object, Object)1426
org.eclipse.emf.edit.provider.ItemPropertyDescriptor.setPropertyValue(Object, Object)1422
org.eclipse.emf.edit.provider.ItemPropertyDescriptor.setPropertyValue(Object, Object)1387
org.eclipse.emf.edit.provider.WrapperItemProvider.WrapperItemPropertyDescriptor.setPropertyValue(Object, Object)702
org.eclipse.emf.edit.provider.WrapperItemProvider.WrapperItemPropertyDescriptor.setPropertyValue(Object, Object)702

org.eclipse.emf.common.command.CommandWrapper.CommandWrapper()

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.CreateChildCommand.CreateChildCommand(EditingDomain, EObject, EStructuralFeature, Object, int, Collection, CreateChildCommandHelper)199
org.eclipse.emf.edit.command.PasteFromClipboardCommand.1.(PasteFromClipboardCommand, Command)148

org.eclipse.emf.common.command.CommandWrapper.CommandWrapper(Command)

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.SetCommand.3.(Command, Object)265
org.eclipse.emf.edit.command.SetCommand.4.(Command, Object)299
org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.AffectedObjectsWrappingCommand.AffectedObjectsWrappingCommand(DelegatingWrapperItemProvider, Command)501
org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.AffectedObjectsWrappingCommand.AffectedObjectsWrappingCommand(DelegatingWrapperItemProvider, Command)501
org.eclipse.emf.edit.provider.ItemProviderAdapter.1.(ItemProviderAdapter, Command, EObject, Object)1267
org.eclipse.emf.edit.provider.ItemProviderAdapter.2.(ItemProviderAdapter, Command, Object, EObject)1422
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.ResultAndAffectedObjectsWrappingCommand(Command, Collection)2883
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.ResultAndAffectedObjectsWrappingCommand(Command, Collection)2883
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.ResultAndAffectedObjectsWrappingCommand(ItemProviderAdapter, Command)2878
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.ResultAndAffectedObjectsWrappingCommand(ItemProviderAdapter, Command)2878
org.eclipse.emf.edit.provider.WrapperItemProvider.ReplacementAffectedObjectCommand.ReplacementAffectedObjectCommand(WrapperItemProvider, Command)786
org.eclipse.emf.edit.provider.WrapperItemProvider.ReplacementAffectedObjectCommand.ReplacementAffectedObjectCommand(WrapperItemProvider, Command)786
org.eclipse.emf.edit.provider.WrapperItemProvider.WrappingCopyCommand.WrappingCopyCommand(WrapperItemProvider, Command)567
org.eclipse.emf.edit.provider.WrapperItemProvider.WrappingCopyCommand.WrappingCopyCommand(WrapperItemProvider, Command)567

org.eclipse.emf.common.command.CommandWrapper.CommandWrapper(String, String, Command)

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.CutToClipboardCommand.CutToClipboardCommand(EditingDomain, Command)125

org.eclipse.emf.common.command.CommandWrapper.createCommand()

OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.CreateChildCommand.createCommand()-1
org.eclipse.emf.edit.command.PasteFromClipboardCommand.1.createCommand()-1

org.eclipse.emf.common.command.CommandWrapper.execute()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.emf.edit.command.CreateChildCommand.execute()263
org.eclipse.emf.edit.command.CutToClipboardCommand.execute()133
org.eclipse.emf.edit.command.PasteFromClipboardCommand.1.execute()189
org.eclipse.emf.edit.provider.ItemProviderAdapter.1.execute()1274
org.eclipse.emf.edit.provider.ItemProviderAdapter.2.execute()1429
org.eclipse.emf.edit.provider.WrapperItemProvider.WrappingCopyCommand.execute()579
org.eclipse.emf.edit.provider.WrapperItemProvider.WrappingCopyCommand.execute()579
OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.CreateChildCommand.execute()-1
org.eclipse.emf.edit.command.CutToClipboardCommand.execute()-1
org.eclipse.emf.edit.command.PasteFromClipboardCommand.1.execute()-1
org.eclipse.emf.edit.provider.ItemProviderAdapter.1.execute()-1
org.eclipse.emf.edit.provider.ItemProviderAdapter.2.execute()-1
org.eclipse.emf.edit.provider.WrapperItemProvider.WrappingCopyCommand.execute()-1
org.eclipse.emf.edit.provider.WrapperItemProvider.WrappingCopyCommand.execute()-1

org.eclipse.emf.common.command.CommandWrapper.getAffectedObjects()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.AffectedObjectsWrappingCommand.getAffectedObjects()507
org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.AffectedObjectsWrappingCommand.getAffectedObjects()507
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.getAffectedObjects()2896
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.getAffectedObjects()2896
OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.CreateChildCommand.getAffectedObjects()-1
org.eclipse.emf.edit.command.SetCommand.3.getAffectedObjects()-1
org.eclipse.emf.edit.command.SetCommand.4.getAffectedObjects()-1
org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.AffectedObjectsWrappingCommand.getAffectedObjects()-1
org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.AffectedObjectsWrappingCommand.getAffectedObjects()-1
org.eclipse.emf.edit.provider.ItemProviderAdapter.1.getAffectedObjects()-1
org.eclipse.emf.edit.provider.ItemProviderAdapter.2.getAffectedObjects()-1
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.getAffectedObjects()-1
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.getAffectedObjects()-1
org.eclipse.emf.edit.provider.WrapperItemProvider.ReplacementAffectedObjectCommand.getAffectedObjects()-1
org.eclipse.emf.edit.provider.WrapperItemProvider.ReplacementAffectedObjectCommand.getAffectedObjects()-1
org.eclipse.emf.edit.provider.WrapperItemProvider.WrappingCopyCommand.getAffectedObjects()-1
org.eclipse.emf.edit.provider.WrapperItemProvider.WrappingCopyCommand.getAffectedObjects()-1

org.eclipse.emf.common.command.CommandWrapper.getCommand()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.DragAndDropCommand.analyzeForNonContainment(Command)202
org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider.2.copy()470
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.addOwners(Command)2990
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.addOwners(Command)2990
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.getOwners()2978
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.getOwners()2978

org.eclipse.emf.common.command.CommandWrapper.getDescription()

OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.CreateChildCommand.getDescription()-1
org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.AffectedObjectsWrappingCommandActionDelegate.getDescription()-1
org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.AffectedObjectsWrappingCommandActionDelegate.getDescription()-1
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommandActionDelegate.getDescription()-1
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommandActionDelegate.getDescription()-1

org.eclipse.emf.common.command.CommandWrapper.getResult()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.getResult()2890
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.getResult()2890
OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.CreateChildCommand.getResult()-1
org.eclipse.emf.edit.command.SetCommand.4.getResult()-1
org.eclipse.emf.edit.provider.ItemProviderAdapter.1.getResult()-1
org.eclipse.emf.edit.provider.ItemProviderAdapter.2.getResult()-1
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.getResult()-1
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.getResult()-1
org.eclipse.emf.edit.provider.WrapperItemProvider.WrappingCopyCommand.getResult()-1
org.eclipse.emf.edit.provider.WrapperItemProvider.WrappingCopyCommand.getResult()-1

org.eclipse.emf.common.command.CommandWrapper.redo()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.emf.edit.command.CreateChildCommand.redo()285
org.eclipse.emf.edit.command.CutToClipboardCommand.redo()156
org.eclipse.emf.edit.command.PasteFromClipboardCommand.1.redo()209
org.eclipse.emf.edit.provider.ItemProviderAdapter.1.redo()1288
org.eclipse.emf.edit.provider.ItemProviderAdapter.2.redo()1443
OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.CreateChildCommand.redo()-1
org.eclipse.emf.edit.command.CutToClipboardCommand.redo()-1
org.eclipse.emf.edit.command.PasteFromClipboardCommand.1.redo()-1
org.eclipse.emf.edit.provider.ItemProviderAdapter.1.redo()-1
org.eclipse.emf.edit.provider.ItemProviderAdapter.2.redo()-1

org.eclipse.emf.common.command.CommandWrapper.toString()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.emf.edit.command.CreateChildCommand.toString()462
org.eclipse.emf.edit.command.CutToClipboardCommand.toString()172
OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.CreateChildCommand.toString()-1
org.eclipse.emf.edit.command.CutToClipboardCommand.toString()-1

org.eclipse.emf.common.command.CommandWrapper.undo()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.emf.edit.command.CreateChildCommand.undo()274
org.eclipse.emf.edit.command.CutToClipboardCommand.undo()145
org.eclipse.emf.edit.command.PasteFromClipboardCommand.1.undo()195
org.eclipse.emf.edit.provider.ItemProviderAdapter.1.undo()1281
org.eclipse.emf.edit.provider.ItemProviderAdapter.2.undo()1436
OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.CreateChildCommand.undo()-1
org.eclipse.emf.edit.command.CutToClipboardCommand.undo()-1
org.eclipse.emf.edit.command.PasteFromClipboardCommand.1.undo()-1
org.eclipse.emf.edit.provider.ItemProviderAdapter.1.undo()-1
org.eclipse.emf.edit.provider.ItemProviderAdapter.2.undo()-1

org.eclipse.emf.common.command.CompoundCommand.append(Command)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.CopyCommand.addCreateCopyCommands(CompoundCommand, EObject)229
org.eclipse.emf.edit.command.CopyCommand.create(EditingDomain, Collection)70
org.eclipse.emf.edit.command.CopyCommand.prepare()179
org.eclipse.emf.edit.command.CopyCommand.prepare()173
org.eclipse.emf.edit.command.CopyCommand.prepare()143
org.eclipse.emf.edit.command.DeleteCommand.prepareCommand()107
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropMoveInsert(Object, Collection, int)517
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropMoveInsert(Object, Collection, int)511
org.eclipse.emf.edit.command.PasteFromClipboardCommand.prepare()147
org.eclipse.emf.edit.command.PasteFromClipboardCommand.prepare()143
org.eclipse.emf.edit.command.SetCommand.create(EditingDomain, Object, Object, Object, int)176
org.eclipse.emf.edit.command.SetCommand.create(EditingDomain, Object, Object, Object, int)256
org.eclipse.emf.edit.command.SetCommand.create(EditingDomain, Object, Object, Object, int)286
org.eclipse.emf.edit.command.SetCommand.create(EditingDomain, Object, Object, Object, int)339
org.eclipse.emf.edit.command.SetCommand.create(EditingDomain, Object, Object, Object, int)352
org.eclipse.emf.edit.command.SetCommand.create(EditingDomain, Object, Object, Object, int)221
org.eclipse.emf.edit.command.SetCommand.create(EditingDomain, Object, Object, Object, int)185
org.eclipse.emf.edit.command.SetCommand.create(EditingDomain, Object, Object, Object, int)151
org.eclipse.emf.edit.command.SetCommand.create(EditingDomain, Object, Object, Object, int)181
org.eclipse.emf.edit.command.SetCommand.create(EditingDomain, Object, Object, Object, int)138
org.eclipse.emf.edit.command.SetCommand.create(EditingDomain, Object, Object, Object, int)222
org.eclipse.emf.edit.command.SetCommand.create(EditingDomain, Object, Object, Object, int)165
org.eclipse.emf.edit.command.SetCommand.create(EditingDomain, Object, Object, Object, int)257
org.eclipse.emf.edit.command.SetCommand.create(EditingDomain, Object, Object, Object, int)345
org.eclipse.emf.edit.command.SetCommand.create(EditingDomain, Object, Object, Object, int)285
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.createCommand(Class, CommandParameter)524
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.createCommand(Class, CommandParameter)518
org.eclipse.emf.edit.provider.ItemPropertyDescriptor.setPropertyValue(Object, Object)1421
org.eclipse.emf.edit.provider.ItemPropertyDescriptor.setPropertyValue(Object, Object)1420
org.eclipse.emf.edit.provider.ItemProviderAdapter.factorAddCommand(EditingDomain, CommandParameter)1407
org.eclipse.emf.edit.provider.ItemProviderAdapter.factorAddCommand(EditingDomain, CommandParameter)1421
org.eclipse.emf.edit.provider.ItemProviderAdapter.factorRemoveCommand(EditingDomain, CommandParameter)1266
org.eclipse.emf.edit.provider.ItemProviderAdapter.factorRemoveCommand(EditingDomain, CommandParameter)1247

org.eclipse.emf.common.command.CompoundCommand.appendAndExecute(Command)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.DeleteCommand.execute()156
org.eclipse.emf.edit.command.DeleteCommand.execute()152

org.eclipse.emf.common.command.CompoundCommand.appendIfCanExecute(Command)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.CopyCommand.1.prepare()162
org.eclipse.emf.edit.command.SetCommand.doExecute()640
org.eclipse.emf.edit.command.SetCommand.doExecute()663
org.eclipse.emf.edit.command.SetCommand.doExecute()667

org.eclipse.emf.common.command.CompoundCommand.canUndo()

OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.SetCommand.5.canUndo()-1

org.eclipse.emf.common.command.CompoundCommand.CompoundCommand()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropMoveInsert(Object, Collection, int)488
org.eclipse.emf.edit.command.SetCommand.doExecute()660
org.eclipse.emf.edit.command.SetCommand.doExecute()637
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.CopyCommand.1.(CopyCommand)150

org.eclipse.emf.common.command.CompoundCommand.CompoundCommand(int, String, String)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.SetCommand.create(EditingDomain, Object, Object, Object, int)284
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.DeleteCommand.DeleteCommand(EditingDomain, Collection)75
org.eclipse.emf.edit.command.SetCommand.1.(int, String, String, Object)114
org.eclipse.emf.edit.command.SetCommand.2.(int, String, String, Object)213

org.eclipse.emf.common.command.CompoundCommand.CompoundCommand(int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.CopyCommand.create(EditingDomain, Collection)67
org.eclipse.emf.edit.command.CopyCommand.prepare()140
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.createCommand(Class, CommandParameter)475
org.eclipse.emf.edit.provider.ItemPropertyDescriptor.setPropertyValue(Object, Object)1419
org.eclipse.emf.edit.provider.ItemProviderAdapter.factorAddCommand(EditingDomain, CommandParameter)1340
org.eclipse.emf.edit.provider.ItemProviderAdapter.factorRemoveCommand(EditingDomain, CommandParameter)1213
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.SetCommand.5.(int)326

org.eclipse.emf.common.command.CompoundCommand.CompoundCommand(String, String)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.SetCommand.create(EditingDomain, Object, Object, Object, int)255

org.eclipse.emf.common.command.CompoundCommand.dispose()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.PasteFromClipboardCommand.doDispose()283
org.eclipse.emf.edit.provider.ItemProviderAdapter.factorAddCommand(EditingDomain, CommandParameter)1475
org.eclipse.emf.edit.provider.ItemProviderAdapter.factorRemoveCommand(EditingDomain, CommandParameter)1319

org.eclipse.emf.common.command.CompoundCommand.execute()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.emf.edit.command.DeleteCommand.execute()136
OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.DeleteCommand.execute()-1

org.eclipse.emf.common.command.CompoundCommand.getAffectedObjects()

OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.SetCommand.1.getAffectedObjects()-1
org.eclipse.emf.edit.command.SetCommand.2.getAffectedObjects()-1
VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.PasteFromClipboardCommand.doGetAffectedObjects()277

org.eclipse.emf.common.command.CompoundCommand.getCommandList()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.DragAndDropCommand.analyzeForNonContainment(Command)206
org.eclipse.emf.edit.command.DragAndDropCommand.prepareDropMoveInsert(Object, Collection, int)520
org.eclipse.emf.edit.command.SetCommand.create(EditingDomain, Object, Object, Object, int)187
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.addOwners(Command)2995
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.addOwners(Command)2995

org.eclipse.emf.common.command.CompoundCommand.getResult()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.PasteFromClipboardCommand.doGetResult()271

org.eclipse.emf.common.command.CompoundCommand.getResultIndex()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.addOwners(Command)2996
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.addOwners(Command)2996

org.eclipse.emf.common.command.CompoundCommand.prepare()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.emf.edit.command.DeleteCommand.prepare()102
OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.CopyCommand.1.prepare()-1
org.eclipse.emf.edit.command.DeleteCommand.prepare()-1

org.eclipse.emf.common.command.CompoundCommand.unwrap()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.CopyCommand.create(EditingDomain, Collection)73
org.eclipse.emf.edit.command.CopyCommand.prepare()143
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.createCommand(Class, CommandParameter)528
org.eclipse.emf.edit.provider.ItemProviderAdapter.factorAddCommand(EditingDomain, CommandParameter)1471
org.eclipse.emf.edit.provider.ItemProviderAdapter.factorRemoveCommand(EditingDomain, CommandParameter)1315

org.eclipse.emf.common.command.StrictCompoundCommand.execute()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.emf.edit.command.CopyCommand.execute()216
OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.CopyCommand.execute()-1
VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.PasteFromClipboardCommand.doExecute()248

org.eclipse.emf.common.command.StrictCompoundCommand.prepare()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.emf.edit.command.CopyCommand.prepare()184
OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.CopyCommand.prepare()-1

org.eclipse.emf.common.command.StrictCompoundCommand.redo()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.PasteFromClipboardCommand.doRedo()265

org.eclipse.emf.common.command.StrictCompoundCommand.StrictCompoundCommand()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.PasteFromClipboardCommand.prepare()138

org.eclipse.emf.common.command.StrictCompoundCommand.StrictCompoundCommand(String, String)

OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.SetCommand.PessimisticStrictCompoundCommand.PessimisticStrictCompoundCommand(String, String)-1
org.eclipse.emf.edit.command.SetCommand.PessimisticStrictCompoundCommand.PessimisticStrictCompoundCommand(String, String)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.CopyCommand.CopyCommand(EditingDomain, EObject, CopyCommandHelper, boolean)119
org.eclipse.emf.edit.command.SetCommand.PessimisticStrictCompoundCommand.PessimisticStrictCompoundCommand(String, String)843
org.eclipse.emf.edit.command.SetCommand.PessimisticStrictCompoundCommand.PessimisticStrictCompoundCommand(String, String)843

org.eclipse.emf.common.command.StrictCompoundCommand.toString()

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.emf.edit.command.CopyCommand.toString()256
OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.command.CopyCommand.toString()-1

org.eclipse.emf.common.command.StrictCompoundCommand.undo()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.PasteFromClipboardCommand.doUndo()259

org.eclipse.emf.common.EMFPlugin.EclipsePlugin.EclipsePlugin()

OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.EMFEditPlugin.Implementation.Implementation()-1
org.eclipse.emf.edit.EMFEditPlugin.Implementation.Implementation()-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.emf.edit.EMFEditPlugin.Implementation.Implementation()310
org.eclipse.emf.edit.EMFEditPlugin.Implementation.Implementation()310

org.eclipse.emf.common.EMFPlugin.EMFPlugin(ResourceLocator[])

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.emf.edit.EMFEditPlugin.EMFEditPlugin()65

org.eclipse.emf.common.EMFPlugin.getPluginResourceLocator()

OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.EMFEditPlugin.getPluginResourceLocator()-1

org.eclipse.emf.common.EMFPlugin.getSymbolicName()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.EMFEditPlugin.getChildCreationExtenderDescriptorRegistry()222
org.eclipse.emf.edit.EMFEditPlugin.getComposedAdapterFactoryDescriptorRegistry()131

org.eclipse.emf.common.EMFPlugin.log(Object)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.loadResource(String)413
org.eclipse.emf.edit.tree.impl.TreeFactoryImpl.init()56

org.eclipse.emf.common.notify.AdapterFactory.adapt(Notifier, Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.getEditingDomainItemProviderFor(Object)267
org.eclipse.emf.edit.provider.ComposedAdapterFactory.adapt(Notifier, Object, boolean)300
org.eclipse.emf.edit.provider.ComposedAdapterFactory.adapt(Notifier, Object, boolean)323
org.eclipse.emf.edit.provider.ComposedAdapterFactory.adapt(Notifier, Object, Collection, Class, boolean)367
org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider.setTarget(Notifier)91

org.eclipse.emf.common.notify.AdapterFactory.adapt(Object, Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.createCommand(Class, CommandParameter)460
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.getChildren(Object)602
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.getNewChildDescriptors(Object, Object)742
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.getParent(Object)620
org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.createCommand(Object, EditingDomain, Class, CommandParameter)542
org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.getBackground(Object, int)362
org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.getBackground(Object, int)380
org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.getBackground(Object)194
org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.getChildren(Object)452
org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.getColumnImage(Object, int)269
org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.getColumnImage(Object, int)251
org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.getColumnText(Object, int)210
org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.getColumnText(Object, int)224
org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.getEditableValue(Object)417
org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.getElements(Object)433
org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.getFont(Object, int)306
org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.getFont(Object, int)288
org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.getFont(Object)141
org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.getForeground(Object, int)325
org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.getForeground(Object, int)343
org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.getForeground(Object)168
org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.getImage(Object)115
org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.getNewChildDescriptors(Object, EditingDomain, Object)523
org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.getParent(Object)487
org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.getPropertyDescriptor(Object, Object)406
org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.getPropertyDescriptors(Object)395
org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.getText(Object)86
org.eclipse.emf.edit.provider.AdapterFactoryItemDelegator.hasChildren(Object)470
org.eclipse.emf.edit.provider.AdapterFactoryTreeIterator.getChildren(Object)63
org.eclipse.emf.edit.provider.DecoratorAdapterFactory.adapt(Object, Object)101
org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.DelegatingWrapperItemProvider(Object, Object, EStructuralFeature, int, AdapterFactory)111
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList.inverseAdd(Object, NotificationChain)472
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList.inverseAdd(Object, NotificationChain)472
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList.inverseRemove(Object, NotificationChain)492
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList.inverseRemove(Object, NotificationChain)492
org.eclipse.emf.edit.provider.ItemProviderAdapter.getCreateChildImage(Object, Object, Object, Collection)1753
org.eclipse.emf.edit.provider.ItemProviderAdapter.getResourceLocator(Object)1851
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.wrapValues(Collection, boolean)2919
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.wrapValues(Collection, boolean)2919
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.wrapValues(Collection, boolean)2926
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.wrapValues(Collection, boolean)2926
org.eclipse.emf.edit.provider.WrapperItemProvider.ReplacementAffectedObjectCommand.getAffectedObjects()808
org.eclipse.emf.edit.provider.WrapperItemProvider.ReplacementAffectedObjectCommand.getAffectedObjects()808
org.eclipse.emf.edit.provider.WrapperItemProvider.ReplacementAffectedObjectCommand.getAffectedObjects()801
org.eclipse.emf.edit.provider.WrapperItemProvider.ReplacementAffectedObjectCommand.getAffectedObjects()801

org.eclipse.emf.common.notify.AdapterFactory.adaptAllNew(Notifier)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ComposedAdapterFactory.adaptAllNew(Notifier)406
org.eclipse.emf.edit.provider.DecoratorAdapterFactory.adaptAllNew(Notifier)139

org.eclipse.emf.common.notify.AdapterFactory.adaptNew(Notifier, Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ComposedAdapterFactory.adapt(Notifier, Object, boolean)300
org.eclipse.emf.edit.provider.ComposedAdapterFactory.adapt(Notifier, Object, boolean)323
org.eclipse.emf.edit.provider.ComposedAdapterFactory.adapt(Notifier, Object, Collection, Class, boolean)367

org.eclipse.emf.common.notify.AdapterFactory.isFactoryForType(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ComposedAdapterFactory.adaptAllNew(Notifier)404
org.eclipse.emf.edit.provider.ComposedAdapterFactory.getFactoryForTypes(Collection)211
org.eclipse.emf.edit.provider.ComposedAdapterFactory.getFactoryForTypes(Collection)230
org.eclipse.emf.edit.provider.ComposedAdapterFactory.getFactoryForTypes(Collection)211
org.eclipse.emf.edit.provider.ComposedAdapterFactory.getFactoryForTypes(Collection)225
org.eclipse.emf.edit.provider.ComposedAdapterFactory.getFactoryForTypes(Collection)230
org.eclipse.emf.edit.provider.ComposedAdapterFactory.isFactoryForType(Object)182
org.eclipse.emf.edit.provider.DecoratorAdapterFactory.isFactoryForType(Object)70

org.eclipse.emf.common.notify.impl.AdapterFactoryImpl.adapt(Notifier, Object)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory.adapt(Notifier, Object)109
org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory.adapt(Notifier, Object)165
org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory.adapt(Notifier, Object)132
OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory.adapt(Notifier, Object)-1
org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory.adapt(Notifier, Object)-1
org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory.adapt(Notifier, Object)-1

org.eclipse.emf.common.notify.impl.AdapterFactoryImpl.adapt(Object, Object)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory.adapt(Object, Object)119
org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory.adapt(Object, Object)183
org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory.adapt(Object, Object)147
OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory.adapt(Object, Object)-1
org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory.adapt(Object, Object)-1
org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory.adapt(Object, Object)-1

org.eclipse.emf.common.notify.impl.AdapterFactoryImpl.AdapterFactoryImpl()

OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory.ReflectiveItemProviderAdapterFactory()-1
org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory.ResourceItemProviderAdapterFactory()-1
org.eclipse.emf.edit.tree.util.TreeAdapterFactory.TreeAdapterFactory()-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory.ReflectiveItemProviderAdapterFactory()59
org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory.ResourceItemProviderAdapterFactory()85
org.eclipse.emf.edit.tree.util.TreeAdapterFactory.TreeAdapterFactory()52

org.eclipse.emf.common.notify.impl.AdapterFactoryImpl.adaptNew(Notifier, Object)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory.adaptNew(Notifier, Object)163
OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.tree.provider.TreeItemProviderAdapterFactory.adaptNew(Notifier, Object)-1

org.eclipse.emf.common.notify.impl.AdapterFactoryImpl.associate(Adapter, Notifier)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory.associate(Adapter, Notifier)228
OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory.associate(Adapter, Notifier)-1

org.eclipse.emf.common.notify.impl.AdapterFactoryImpl.createAdapter(Notifier)

OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory.createAdapter(Notifier)-1
org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory.createAdapter(Notifier)-1
org.eclipse.emf.edit.tree.util.TreeAdapterFactory.createAdapter(Notifier)-1

org.eclipse.emf.common.notify.impl.AdapterFactoryImpl.isFactoryForType(Object)

OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.provider.ReflectiveItemProviderAdapterFactory.isFactoryForType(Object)-1
org.eclipse.emf.edit.provider.resource.ResourceItemProviderAdapterFactory.isFactoryForType(Object)-1
org.eclipse.emf.edit.tree.util.TreeAdapterFactory.isFactoryForType(Object)-1

org.eclipse.emf.common.notify.impl.AdapterImpl.AdapterImpl()

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.EditingDomainProvider.EditingDomainProvider(EditingDomain)81
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.EditingDomainProvider.EditingDomainProvider(EditingDomain)81
org.eclipse.emf.edit.provider.ItemProviderAdapter.ItemProviderAdapter(AdapterFactory)144

org.eclipse.emf.common.notify.impl.AdapterImpl.isAdapterForType(Object)

OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.EditingDomainProvider.isAdapterForType(Object)-1
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.EditingDomainProvider.isAdapterForType(Object)-1
org.eclipse.emf.edit.provider.ItemProviderAdapter.isAdapterForType(Object)-1

org.eclipse.emf.common.notify.impl.AdapterImpl.notifyChanged(Notification)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.emf.edit.provider.resource.ResourceItemProvider.notifyChanged(Notification)179
org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider.notifyChanged(Notification)141
OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.provider.ReflectiveItemProvider.notifyChanged(Notification)-1
org.eclipse.emf.edit.provider.resource.ResourceItemProvider.notifyChanged(Notification)-1
org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider.notifyChanged(Notification)-1
org.eclipse.emf.edit.tree.provider.TreeNodeItemProvider.notifyChanged(Notification)-1

org.eclipse.emf.common.notify.impl.AdapterImpl.setTarget(Notifier)

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProviderAdapter.setTarget(Notifier)1541
org.eclipse.emf.edit.provider.ItemProviderAdapter.setTarget(Notifier)1536
org.eclipse.emf.edit.provider.ItemProviderAdapter.unsetTarget(Notifier)1552
org.eclipse.emf.edit.provider.ItemProviderAdapter.unsetTarget(Notifier)1556
OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProviderAdapter.setTarget(Notifier)-1

org.eclipse.emf.common.notify.impl.AdapterImpl.unsetTarget(Notifier)

OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProviderAdapter.unsetTarget(Notifier)-1

org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotificationRequired()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.tree.impl.TreeNodeImpl.getData()167
org.eclipse.emf.edit.tree.impl.TreeNodeImpl.setData(EObject)193
org.eclipse.emf.edit.tree.impl.TreeNodeImpl.setParent(TreeNode)136

org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(Notification)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.tree.impl.TreeNodeImpl.getData()168
org.eclipse.emf.edit.tree.impl.TreeNodeImpl.setData(EObject)194
org.eclipse.emf.edit.tree.impl.TreeNodeImpl.setParent(TreeNode)137

org.eclipse.emf.common.notify.impl.NotificationChainImpl.dispatch(Notification)

OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList.1.dispatch(Notification)-1

org.eclipse.emf.common.notify.impl.NotificationChainImpl.NotificationChainImpl(int)

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList.1.(ItemProviderItemProviderNotifyingArrayList, int)451

org.eclipse.emf.common.notify.impl.NotificationImpl.dispatch()

OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotification.dispatch()-1
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotification.dispatch()-1

org.eclipse.emf.common.notify.impl.NotificationImpl.getEventType()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotification.dispatch()346
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotification.dispatch()346

org.eclipse.emf.common.notify.impl.NotificationImpl.getNotifier()

OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotification.getNotifier()-1
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotification.getNotifier()-1

org.eclipse.emf.common.notify.impl.NotificationImpl.NotificationImpl(int, Object, Object, int, boolean)

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotification.ItemProviderNotification(ItemProvider, int, Object, Object, int, boolean, boolean, boolean)331
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotification.ItemProviderNotification(ItemProvider, int, Object, Object, int, boolean, boolean, boolean)331

org.eclipse.emf.common.notify.impl.NotifyingListImpl.NotifyingListImpl()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList.ItemProviderNotifyingArrayList(Collection)425
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList.ItemProviderNotifyingArrayList(Collection)425
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList.ItemProviderNotifyingArrayList(ItemProvider)387
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList.ItemProviderNotifyingArrayList(ItemProvider)387

org.eclipse.emf.common.notify.impl.NotifyingListImpl.NotifyingListImpl(int)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList.ItemProviderNotifyingArrayList(ItemProvider, int)395
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList.ItemProviderNotifyingArrayList(ItemProvider, int)395

org.eclipse.emf.common.notify.Notification.getEventType()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProviderAdapter.updateChildren(Notification)2522

org.eclipse.emf.common.notify.Notification.getFeature()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProviderAdapter.updateChildren(Notification)2516
org.eclipse.emf.edit.provider.ReflectiveItemProvider.notifyChanged(Notification)722

org.eclipse.emf.common.notify.Notification.getFeatureID(Class)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.resource.ResourceItemProvider.notifyChanged(Notification)159
org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider.notifyChanged(Notification)133

org.eclipse.emf.common.notify.Notification.getNewValue()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProviderAdapter.updateChildren(Notification)2612
org.eclipse.emf.edit.provider.ItemProviderAdapter.updateChildren(Notification)2610
org.eclipse.emf.edit.provider.ItemProviderAdapter.updateChildren(Notification)2538
org.eclipse.emf.edit.provider.ItemProviderAdapter.updateChildren(Notification)2562
org.eclipse.emf.edit.provider.ItemProviderAdapter.updateChildren(Notification)2589

org.eclipse.emf.common.notify.Notification.getNotifier()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.DelegatingWrapperItemProvider.getRefreshElement(Notification)643
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList.dispatchNotification(Notification)435
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList.dispatchNotification(Notification)435
org.eclipse.emf.edit.provider.ItemProviderAdapter.updateChildren(Notification)2511
org.eclipse.emf.edit.provider.ReflectiveItemProvider.notifyChanged(Notification)720
org.eclipse.emf.edit.provider.resource.ResourceItemProvider.notifyChanged(Notification)175
org.eclipse.emf.edit.provider.resource.ResourceItemProvider.notifyChanged(Notification)167
org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider.notifyChanged(Notification)137

org.eclipse.emf.common.notify.Notification.getOldValue()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProviderAdapter.updateChildren(Notification)2621
org.eclipse.emf.edit.provider.ItemProviderAdapter.updateChildren(Notification)2585
org.eclipse.emf.edit.provider.ItemProviderAdapter.updateChildren(Notification)2632

org.eclipse.emf.common.notify.Notification.getPosition()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProviderAdapter.updateChildren(Notification)2520

org.eclipse.emf.common.notify.NotificationChain.dispatch()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotification.dispatch()353
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotification.dispatch()353
org.eclipse.emf.edit.tree.impl.TreeNodeImpl.setParent(TreeNode)134

org.eclipse.emf.common.notify.NotificationWrapper.NotificationWrapper(Notification)

OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.provider.ViewerNotification.ViewerNotification(Notification)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ViewerNotification.ViewerNotification(Notification, Object, boolean, boolean)84

org.eclipse.emf.common.notify.NotificationWrapper.NotificationWrapper(Object, Notification)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ViewerNotification.wrapNotification(Notification, Object)42

org.eclipse.emf.common.notify.Notifier.eAdapters()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.isStale(Object)137
org.eclipse.emf.edit.provider.ItemProviderAdapter.dispose()1594
org.eclipse.emf.edit.provider.ItemProviderAdapter.dispose()1601
org.eclipse.emf.edit.provider.ItemProviderAdapter.getTypeText(Object)1793
org.eclipse.emf.edit.provider.ItemProviderAdapter.getTypeText(Object)1782
org.eclipse.emf.edit.provider.ItemProviderAdapter.getTypeText(Object)1793
org.eclipse.emf.edit.provider.ItemProviderAdapter.getTypeText(Object)1793

org.eclipse.emf.common.util.AbstractEList.add(E)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ChildCreationExtenderManager.getChildCreationExtenders()162

org.eclipse.emf.common.util.AbstractEList.addAll(Collection)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList.ItemProviderNotifyingArrayList(Collection)426
org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotifyingArrayList.ItemProviderNotifyingArrayList(Collection)426

org.eclipse.emf.common.util.AbstractTreeIterator.AbstractTreeIterator(E)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.DomainTreeIterator.DomainTreeIterator(EditingDomain, E)852
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.DomainTreeIterator.DomainTreeIterator(EditingDomain, E)852
org.eclipse.emf.edit.provider.AdapterFactoryTreeIterator.AdapterFactoryTreeIterator(AdapterFactory, E)45

org.eclipse.emf.common.util.AbstractTreeIterator.AbstractTreeIterator(Object, boolean)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.DomainTreeIterator.DomainTreeIterator(EditingDomain, Object, boolean)862
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.DomainTreeIterator.DomainTreeIterator(EditingDomain, Object, boolean)862
org.eclipse.emf.edit.provider.AdapterFactoryTreeIterator.AdapterFactoryTreeIterator(AdapterFactory, Object, boolean)55

org.eclipse.emf.common.util.BasicEList.FastCompare.FastCompare(Collection)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.SetCommand.create(EditingDomain, Object, Object, Object, int)143
org.eclipse.emf.edit.command.SetCommand.create(EditingDomain, Object, Object, Object, int)157
org.eclipse.emf.edit.command.SetCommand.create(EditingDomain, Object, Object, Object, int)127

org.eclipse.emf.common.util.BasicEList.BasicEList()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ChildCreationExtenderManager.ChildCreationExtenderList.ChildCreationExtenderList()74
org.eclipse.emf.edit.provider.ChildCreationExtenderManager.ChildCreationExtenderList.ChildCreationExtenderList()74
org.eclipse.emf.edit.provider.ItemProviderAdapter.ChildrenStore.createList(EStructuralFeature)2090
org.eclipse.emf.edit.provider.ItemProviderAdapter.ChildrenStore.createList(EStructuralFeature)2090

org.eclipse.emf.common.util.BasicEList.BasicEList(Collection)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.SetCommand.create(EditingDomain, Object, Object, Object, int)138
org.eclipse.emf.edit.command.SetCommand.create(EditingDomain, Object, Object, Object, int)176
org.eclipse.emf.edit.command.SetCommand.doExecute()620
org.eclipse.emf.edit.command.SetCommand.prepare()542

org.eclipse.emf.common.util.BasicEList.isEmpty()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProvider.hasChildren(Object)768

org.eclipse.emf.common.util.DelegatingResourceLocator.DelegatingResourceLocator()

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ChildCreationExtenderManager.ChildCreationExtenderManager(ResourceLocator, String)132

org.eclipse.emf.common.util.DelegatingResourceLocator.getDelegateResourceLocators()

OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.provider.ChildCreationExtenderManager.getDelegateResourceLocators()-1

org.eclipse.emf.common.util.DelegatingResourceLocator.getImage(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider.getImage(Object)210
org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider.getImage(Object)206
org.eclipse.emf.edit.provider.FeatureMapEntryWrapperItemProvider.getImage(Object)214
org.eclipse.emf.edit.provider.ItemProviderAdapter.getCreateChildImage(Object, Object, Object, Collection)1755
org.eclipse.emf.edit.provider.ItemProviderAdapter.getCreateChildImage(Object, Object, Object, Collection)1770
org.eclipse.emf.edit.provider.ItemProviderAdapter.overlayImage(Object, Object)644
org.eclipse.emf.edit.provider.WrapperItemProvider.getImage(Object)198

org.eclipse.emf.common.util.DelegatingResourceLocator.getPrimaryResourceLocator()

OVERRIDE
Reference LocationLine Number
org.eclipse.emf.edit.provider.ChildCreationExtenderManager.getPrimaryResourceLocator()-1

org.eclipse.emf.common.util.DelegatingResourceLocator.getString(String, Object[])

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.CreateChildCommand.1.getCreateChildText(Object, Object, Object, Collection)419
org.eclipse.emf.edit.command.CreateChildCommand.1.getCreateChildToolTipText(Object, Object, Object, Collection)438
org.eclipse.emf.edit.command.CreateChildCommand.CreateChildCommand(EditingDomain, EObject, EStructuralFeature, Object, int, Collection, CreateChildCommandHelper)221
org.eclipse.emf.edit.provider.DecoratorAdapterFactory.adaptNew(Notifier, Object)133

org.eclipse.emf.common.util.DelegatingResourceLocator.getString(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.CreateChildCommand.1.getCreateChildDescription(Object, Object, Object, Collection)431
org.eclipse.emf.edit.command.CreateChildCommand.1.getCreateChildText(Object, Object, Object, Collection)422
org.eclipse.emf.edit.command.CreateChildCommand.1.getCreateChildText(Object, Object, Object, Collection)424
org.eclipse.emf.edit.command.CreateChildCommand.1.getCreateChildText(Object, Object, Object, Collection)423
org.eclipse.emf.edit.command.CreateChildCommand.1.getCreateChildToolTipText(Object, Object, Object, Collection)443
org.eclipse.emf.edit.command.CreateChildCommand.1.getCreateChildToolTipText(Object, Object, Object, Collection)441
org.eclipse.emf.edit.command.CreateChildCommand.1.getCreateChildToolTipText(Object, Object, Object, Collection)442
org.eclipse.emf.edit.command.CreateChildCommand.CreateChildCommand(EditingDomain, EObject, EStructuralFeature, Object, int, Collection, CreateChildCommandHelper)223
org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider.getText(Object)124
org.eclipse.emf.edit.provider.WrapperItemProvider.getPropertyDescription()286
org.eclipse.emf.edit.provider.WrapperItemProvider.getPropertyName()277

org.eclipse.emf.common.util.EList.move(int, E)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.command.InitializeCopyCommand.copyAttributes()174
org.eclipse.emf.edit.command.InitializeCopyCommand.copyReferences()252
org.eclipse.emf.edit.command.MoveCommand.doExecute()216
org.eclipse.emf.edit.command.MoveCommand.doRedo()228
org.eclipse.emf.edit.command.MoveCommand.doUndo()222
org.eclipse.emf.edit.command.SetCommand.doUndo()754

org.eclipse.emf.common.util.EList.move(int, int)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProviderAdapter.updateChildren(Notification)2648

org.eclipse.emf.common.util.Enumerator.getName()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemPropertyDescriptor.ItemDelegator.convert(EDataType, Object)224
org.eclipse.emf.edit.provider.ItemPropertyDescriptor.ItemDelegator.convert(EDataType, Object)224

org.eclipse.emf.common.util.ResourceLocator.getBaseURL()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProviderAdapter.getBaseURL()1880

org.eclipse.emf.common.util.ResourceLocator.getImage(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProviderAdapter.getCreateChildImage(Object, Object, Object, Collection)1747
org.eclipse.emf.edit.provider.ItemProviderAdapter.getImage(String)1888
org.eclipse.emf.edit.provider.ReflectiveItemProvider.getCreateChildImage(Object, Object, Object, Collection)679
org.eclipse.emf.edit.provider.ReflectiveItemProvider.getCreateChildImage(Object, Object, Object, Collection)683
org.eclipse.emf.edit.provider.ReflectiveItemProvider.getImage(Object)326
org.eclipse.emf.edit.provider.resource.ResourceItemProvider.getImage(Object)125
org.eclipse.emf.edit.provider.resource.ResourceSetItemProvider.getImage(Object)115

org.eclipse.emf.common.util.ResourceLocator.getString(String, boolean)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProviderAdapter.getString(String, boolean)1914
org.eclipse.emf.edit.provider.ItemProviderAdapter.getString(String, String, boolean)1949
org.eclipse.emf.edit.provider.ItemProviderAdapter.getString(String, String, String, boolean)1968
org.eclipse.emf.edit.provider.ItemProviderAdapter.getString(String, String, String, boolean)1968

org.eclipse.emf.common.util.ResourceLocator.getString(String, Object[], boolean)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProviderAdapter.getString(String, Object[], boolean)1930
org.eclipse.emf.edit.provider.ItemProviderAdapter.getString(String, String, boolean)1949
org.eclipse.emf.edit.provider.ItemProviderAdapter.getString(String, String, String, boolean)1968

org.eclipse.emf.common.util.ResourceLocator.getString(String, Object[])

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemProviderAdapter.getCreateChildDescription(Object, Object, Object, Collection)1699
org.eclipse.emf.edit.provider.ItemProviderAdapter.getCreateChildDescription(Object, Object, Object, Collection)1682
org.eclipse.emf.edit.provider.ItemProviderAdapter.getCreateChildText(Object, Object, Object, Collection)1651
org.eclipse.emf.edit.provider.ItemProviderAdapter.getCreateChildText(Object, Object, Object, Collection)1658
org.eclipse.emf.edit.provider.ItemProviderAdapter.getCreateChildToolTipText(Object, Object, Object, Collection)1718
org.eclipse.emf.edit.provider.ReflectiveItemProvider.getCreateChildText(Object, Object, Object, Collection)655
org.eclipse.emf.edit.provider.ReflectiveItemProvider.getPropertyDescriptors(Object)88

org.eclipse.emf.common.util.ResourceLocator.getString(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemPropertyDescriptor.ItemDelegator.convert(EDataType, Object)236
org.eclipse.emf.edit.provider.ItemPropertyDescriptor.ItemDelegator.convert(EDataType, Object)223
org.eclipse.emf.edit.provider.ItemPropertyDescriptor.ItemDelegator.convert(EDataType, Object)236
org.eclipse.emf.edit.provider.ItemPropertyDescriptor.ItemDelegator.convert(EDataType, Object)223
org.eclipse.emf.edit.provider.ItemProviderAdapter.getFeatureText(Object)1831
org.eclipse.emf.edit.provider.ItemProviderAdapter.getTypeText(Object)1785
org.eclipse.emf.edit.provider.ReflectiveItemProvider.getFeatureText(Object)709

org.eclipse.emf.common.util.TreeIterator.prune()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ItemPropertyDescriptor.getReachableObjectsOfType(EObject, EClassifier)863

org.eclipse.emf.common.util.UniqueEList.FastCompare.FastCompare(Collection)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.ComposedAdapterFactory.adapt(Notifier, Object, boolean)307

org.eclipse.emf.common.util.UniqueEList.UniqueEList()

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.resolve(Collection)647
org.eclipse.emf.edit.provider.ItemPropertyDescriptor.getComboBoxObjects(Object)795
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.getOwners()2977
org.eclipse.emf.edit.provider.ItemProviderAdapter.ResultAndAffectedObjectsWrappingCommand.getOwners()2977

org.eclipse.emf.common.util.URI.authority()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.isReadOnlyURI(URI)829

org.eclipse.emf.common.util.URI.createURI(String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.createResource(String)396
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.isReadOnlyURI(URI)829
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.loadResource(String)408
org.eclipse.emf.edit.provider.ReflectiveItemProvider.getCreateChildImage(Object, Object, Object, Collection)678
org.eclipse.emf.edit.provider.ReflectiveItemProvider.getImage(Object)326
org.eclipse.emf.edit.provider.resource.ResourceItemProvider.getImage(Object)125

org.eclipse.emf.common.util.URI.fileExtension()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.resource.ResourceItemProvider.getImage(Object)125

org.eclipse.emf.common.util.URI.isArchive()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.isReadOnlyURI(URI)827

org.eclipse.emf.common.util.URI.isFile()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.isReadOnlyURI(URI)832

org.eclipse.emf.common.util.URI.isPlatformResource()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.isReadOnlyURI(URI)832

org.eclipse.emf.common.util.URI.isRelative()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain.isReadOnlyURI(URI)832

org.eclipse.emf.common.util.URI.toString()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.emf.edit.provider.resource.ResourceItemProvider.getText(Object)150

Back to reference summary for org.eclipse.emf.edit

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict