Methods from org.eclipse.emf.common used by org.eclipse.jst.j2ee.ui

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()

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.AbstractOverrideCommand.AbstractOverrideCommand()-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.AbstractOverrideCommand.AbstractOverrideCommand()33
org.eclipse.jst.j2ee.internal.command.J2EECopyCommand.J2EECopyCommand(EObject, EObject, EObject, EtoolsCopyUtility)30
org.eclipse.jst.j2ee.internal.command.J2EECopyFromClipboardCommand.J2EECopyFromClipboardCommand(J2EEUIEditingDomain)34

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

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.AbstractOverrideCommand.AbstractOverrideCommand(AbstractOverrideableCommand)37

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

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.AbstractOverrideCommand.canExecute()42
OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.AbstractOverrideCommand.canExecute()-1
VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EEPasteFromClipboardOverrideCommand.prepare()114

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

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.AbstractOverrideCommand.canUndo()-1

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

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.AbstractOverrideCommand.getAffectedObjects()-1
org.eclipse.jst.j2ee.internal.command.J2EECopyCommand.getAffectedObjects()-1
org.eclipse.jst.j2ee.internal.command.J2EECopyFromClipboardCommand.getAffectedObjects()-1

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

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.AbstractOverrideCommand.getResult()-1
org.eclipse.jst.j2ee.internal.command.J2EECopyCommand.getResult()-1
org.eclipse.jst.j2ee.internal.command.J2EECopyFromClipboardCommand.getResult()-1

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

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECopyCommand.prepare()-1
org.eclipse.jst.j2ee.internal.command.J2EECopyFromClipboardCommand.prepare()-1
org.eclipse.jst.j2ee.internal.command.J2EERemoveOverrideCommand.prepare()-1

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

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECopyFromClipboardCommand.undo()-1
org.eclipse.jst.j2ee.internal.command.J2EERemoveOverrideCommand.undo()-1

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECopyToClipboardOverrideCommand.prepare()53
org.eclipse.jst.j2ee.internal.command.J2EECopyToClipboardOverrideCommand.prepare()60
org.eclipse.jst.j2ee.internal.command.J2EEPasteFromClipboardOverrideCommand.executeAddBindings()72
org.eclipse.jst.j2ee.internal.command.J2EEPasteFromClipboardOverrideCommand.executeAddExtensions()77

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EEPasteFromClipboardOverrideCommand.executeAddBindings()73
org.eclipse.jst.j2ee.internal.command.J2EEPasteFromClipboardOverrideCommand.executeAddExtensions()78

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.getMergedAffectedObjectsCollection()175

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.getMergedResultCollection()186

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EEPasteFromClipboardOverrideCommand.doRedo()60
org.eclipse.jst.j2ee.internal.command.J2EEPasteFromClipboardOverrideCommand.doRedo()58

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EEPasteFromClipboardOverrideCommand.doUndo()68
org.eclipse.jst.j2ee.internal.command.J2EEPasteFromClipboardOverrideCommand.doUndo()66

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

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EEPasteFromClipboardOverrideCommand.1.(J2EEPasteFromClipboardOverrideCommand)97

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

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EEPasteFromClipboardOverrideCommand.1.createCommand()-1

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECopyToClipboardOverrideCommand.createCopyCommand()40
org.eclipse.jst.j2ee.internal.command.J2EECopyToClipboardOverrideCommand.createCopyCommand()43
org.eclipse.jst.j2ee.internal.command.J2EEPasteFromClipboardOverrideCommand.prepare()97
org.eclipse.jst.j2ee.internal.command.J2EEPasteFromClipboardOverrideCommand.prepare()95

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

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.J2EECompoundCommand()-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.J2EECompoundCommand()31

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

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.J2EECompoundCommand(int, List)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.J2EECompoundCommand(int, List)109

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

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.J2EECompoundCommand(int, String, List)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.J2EECompoundCommand(int, String, List)97

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

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.J2EECompoundCommand(int, String, String, List)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.J2EECompoundCommand(int, String, String, List)83

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

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.J2EECompoundCommand(int, String, String)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.J2EECompoundCommand(int, String, String)67

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

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.J2EECompoundCommand(int, String)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.J2EECompoundCommand(int, String)53

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

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.J2EECompoundCommand(int)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.J2EECompoundCommand(int)41

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

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.J2EECompoundCommand(List)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.J2EECompoundCommand(List)167

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

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.J2EECompoundCommand(String, List)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.J2EECompoundCommand(String, List)157

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

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.J2EECompoundCommand(String, String, List)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.J2EECompoundCommand(String, String, List)145

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

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.J2EECompoundCommand(String, String)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.J2EECompoundCommand(String, String)131

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

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.J2EECompoundCommand(String)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.J2EECompoundCommand(String)119

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

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.getMergedAffectedObjectsCollection()-1

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

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECompoundCommand.getMergedResultCollection()-1

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EECopyToClipboardOverrideCommand.createCopyCommand()46

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EEPasteFromClipboardOverrideCommand.prepare()92
OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EEStrictCompoundCommand.J2EEStrictCompoundCommand()-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EEStrictCompoundCommand.J2EEStrictCompoundCommand()27
org.eclipse.jst.j2ee.internal.command.J2EEStrictCompoundCommand.J2EEStrictCompoundCommand(boolean)92

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

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EEStrictCompoundCommand.J2EEStrictCompoundCommand(List)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EEStrictCompoundCommand.J2EEStrictCompoundCommand(List)85

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

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EEStrictCompoundCommand.J2EEStrictCompoundCommand(String, List)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EEStrictCompoundCommand.J2EEStrictCompoundCommand(String, List)75

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

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EEStrictCompoundCommand.J2EEStrictCompoundCommand(String, String, List)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EEStrictCompoundCommand.J2EEStrictCompoundCommand(String, String, List)63

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

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EEStrictCompoundCommand.J2EEStrictCompoundCommand(String, String)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EEStrictCompoundCommand.J2EEStrictCompoundCommand(String, String)49

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

OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EEStrictCompoundCommand.J2EEStrictCompoundCommand(String)-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.command.J2EEStrictCompoundCommand.J2EEStrictCompoundCommand(String)37

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.provider.J2EEAdapterFactoryContentProvider.isEMFEditObject(Object)68
org.eclipse.jst.j2ee.internal.provider.J2EEAdapterFactoryLabelProvider.isEMFEditObject(Object)88

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

SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider.ResourceAdapter.ResourceAdapter(J2EEApplicationItemProvider, Application)153
org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider.ResourceAdapter.ResourceAdapter(J2EEApplicationItemProvider, Application)153
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.J2EEWebServiceClientDDManager.J2EEWebServiceClientDDManager(J2EEWebAppItemProvider, WeakReference)68
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.J2EEWebServiceClientDDManager.J2EEWebServiceClientDDManager(J2EEWebAppItemProvider, WeakReference)68

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider.dispose()145

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

INVOKED_SPECIAL
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.J2EEWebServiceClientDDManager.notifyChanged(Notification)111
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.J2EEWebServiceClientDDManager.notifyChanged(Notification)111
OVERRIDE
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider.ResourceAdapter.notifyChanged(Notification)-1
org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider.ResourceAdapter.notifyChanged(Notification)-1
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.J2EEWebServiceClientDDManager.notifyChanged(Notification)-1
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.J2EEWebServiceClientDDManager.notifyChanged(Notification)-1

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.ejb.provider.GroupedEJBJarItemProvider.notifyChanged(Notification)211

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.ejb.provider.AbstractMethodsContentProvider.notifyChanged(Notification)253
org.eclipse.jst.j2ee.internal.ejb.provider.AbstractMethodsContentProvider.notifyChanged(Notification)251
org.eclipse.jst.j2ee.internal.ejb.provider.AbstractMethodsContentProvider.notifyChanged(Notification)240
org.eclipse.jst.j2ee.internal.ejb.provider.ExcludeListContentProvider.notifyChanged(Notification)113
org.eclipse.jst.j2ee.internal.ejb.provider.GroupedEJBJarItemProvider.notifyChanged(Notification)214
org.eclipse.jst.j2ee.internal.ejb.provider.GroupedEJBJarItemProvider.notifyChanged(Notification)207
org.eclipse.jst.j2ee.internal.ejb.provider.GroupedEJBJarItemProvider.notifyChanged(Notification)202
org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider.notifyChanged(Notification)105
org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider.notifyChanged(Notification)108
org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider.ResourceAdapter.notifyChanged(Notification)160
org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider.ResourceAdapter.notifyChanged(Notification)160
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.J2EEWebServiceClientDDManager.notifyChanged(Notification)105
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.J2EEWebServiceClientDDManager.notifyChanged(Notification)105
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.J2EEWebServiceClientDDManager.notifyChanged(Notification)105
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.J2EEWebServiceClientDDManager.notifyChanged(Notification)105
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.J2EEWebServiceClientDDManager.notifyChanged(Notification)105
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.J2EEWebServiceClientDDManager.notifyChanged(Notification)105
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.J2EEWebServiceClientDDManager.notifyChanged(Notification)105
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.J2EEWebServiceClientDDManager.notifyChanged(Notification)105
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.notifyChanged(Notification)281
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.notifyChanged(Notification)281
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.notifyChanged(Notification)281
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.notifyChanged(Notification)281

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.ejb.provider.AbstractMethodsContentProvider.notifyChanged(Notification)256
org.eclipse.jst.j2ee.internal.ejb.provider.AbstractMethodsContentProvider.notifyChanged(Notification)258
org.eclipse.jst.j2ee.internal.ejb.provider.AbstractMethodsContentProvider.notifyChanged(Notification)247
org.eclipse.jst.j2ee.internal.ejb.provider.AbstractMethodsContentProvider.notifyChanged(Notification)244
org.eclipse.jst.j2ee.internal.ejb.provider.AbstractMethodsContentProvider.notifyChanged(Notification)250
org.eclipse.jst.j2ee.internal.ejb.provider.ExcludeListContentProvider.notifyChanged(Notification)112
org.eclipse.jst.j2ee.internal.ejb.provider.ExcludeListContentProvider.notifyChanged(Notification)122
org.eclipse.jst.j2ee.internal.ejb.provider.ExcludeListContentProvider.notifyChanged(Notification)112
org.eclipse.jst.j2ee.internal.ejb.provider.ExcludeListContentProvider.notifyChanged(Notification)122
org.eclipse.jst.j2ee.internal.ejb.provider.GroupedEJBJarItemProvider.notifyChanged(Notification)206
org.eclipse.jst.j2ee.internal.ejb.provider.MethodPermissionsContentProvider.notifyChanged(Notification)122
org.eclipse.jst.j2ee.internal.ejb.provider.MethodPermissionsContentProvider.notifyChanged(Notification)126
org.eclipse.jst.j2ee.internal.ejb.provider.MethodPermissionsContentProvider.notifyChanged(Notification)122
org.eclipse.jst.j2ee.internal.ejb.provider.MethodPermissionsContentProvider.notifyChanged(Notification)126
org.eclipse.jst.j2ee.internal.ejb.provider.MethodPermissionsContentProvider.notifyChanged(Notification)126
org.eclipse.jst.j2ee.internal.ejb.provider.MethodPermissionsContentProvider.notifyChanged(Notification)126
org.eclipse.jst.j2ee.internal.provider.J2EEAdapterFactoryLabelProvider.notifyChanged(Notification)97
org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider.notifyChanged(Notification)107

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider.notifyChanged(Notification)99
org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider.ResourceAdapter.notifyChanged(Notification)160
org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider.ResourceAdapter.notifyChanged(Notification)160
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.J2EEWebServiceClientDDManager.notifyChanged(Notification)106
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.J2EEWebServiceClientDDManager.notifyChanged(Notification)106
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.notifyChanged(Notification)283

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.ejb.provider.AbstractMethodsContentProvider.notifyChanged(Notification)242
org.eclipse.jst.j2ee.internal.ejb.provider.AbstractMethodsContentProvider.notifyChanged(Notification)252
org.eclipse.jst.j2ee.internal.ejb.provider.AbstractMethodsContentProvider.notifyChanged(Notification)257
org.eclipse.jst.j2ee.internal.ejb.provider.ExcludeListContentProvider.notifyChanged(Notification)120
org.eclipse.jst.j2ee.internal.ejb.provider.GroupedEJBJarItemProvider.notifyChanged(Notification)214
org.eclipse.jst.j2ee.internal.ejb.provider.GroupedEJBJarItemProvider.notifyChanged(Notification)211
org.eclipse.jst.j2ee.internal.ejb.provider.GroupedEJBJarItemProvider.notifyChanged(Notification)207
org.eclipse.jst.j2ee.internal.ejb.provider.MethodPermissionsContentProvider.notifyChanged(Notification)124
org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider.notifyChanged(Notification)108

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.ejb.provider.AbstractMethodsContentProvider.notifyChanged(Notification)245
org.eclipse.jst.j2ee.internal.ejb.provider.AbstractMethodsContentProvider.notifyChanged(Notification)254
org.eclipse.jst.j2ee.internal.ejb.provider.ExcludeListContentProvider.notifyChanged(Notification)118
org.eclipse.jst.j2ee.internal.ejb.provider.ExcludeListContentProvider.notifyChanged(Notification)112
org.eclipse.jst.j2ee.internal.ejb.provider.GroupedEJBJarItemProvider.notifyChanged(Notification)207
org.eclipse.jst.j2ee.internal.ejb.provider.GroupedEJBJarItemProvider.notifyChanged(Notification)214
org.eclipse.jst.j2ee.internal.ejb.provider.GroupedEJBJarItemProvider.notifyChanged(Notification)212
org.eclipse.jst.j2ee.internal.ejb.provider.GroupedEJBJarItemProvider.removeTarget(Notification)359
org.eclipse.jst.j2ee.internal.ejb.provider.GroupedEJBJarItemProvider.removeTarget(Notification)360
org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider.notifyChanged(Notification)108
org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider.notifyChanged(Notification)106
org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider.ResourceAdapter.notifyChanged(Notification)159
org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider.ResourceAdapter.notifyChanged(Notification)159

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.ejb.provider.AbstractMethodsContentProvider.notifyChanged(Notification)242
org.eclipse.jst.j2ee.internal.ejb.provider.AbstractMethodsContentProvider.notifyChanged(Notification)254
org.eclipse.jst.j2ee.internal.ejb.provider.ExcludeListContentProvider.notifyChanged(Notification)120
org.eclipse.jst.j2ee.internal.ejb.provider.GroupedEJBJarItemProvider.notifyChanged(Notification)214
org.eclipse.jst.j2ee.internal.ejb.provider.GroupedEJBJarItemProvider.notifyChanged(Notification)202
org.eclipse.jst.j2ee.internal.ejb.provider.GroupedEJBJarItemProvider.notifyChanged(Notification)207
org.eclipse.jst.j2ee.internal.ejb.provider.MethodPermissionsContentProvider.notifyChanged(Notification)124
org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider.notifyChanged(Notification)105
org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider.notifyChanged(Notification)108

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.ejb.provider.GroupedEJBJarItemProvider.notifyChanged(Notification)207
org.eclipse.jst.j2ee.internal.ejb.provider.GroupedEJBJarItemProvider.notifyChanged(Notification)214
org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider.notifyChanged(Notification)108

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

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.ejb.provider.GroupedEJBJarItemProvider.notifyChanged(Notification)218
org.eclipse.jst.j2ee.internal.ejb.provider.GroupedEJBJarItemProvider.notifyChanged(Notification)212
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.J2EEWebServiceClientDDManager.notifyChanged(Notification)107
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.J2EEWebServiceClientDDManager.notifyChanged(Notification)107
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.notifyChanged(Notification)322

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

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider.dispose()145
org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider.ResourceAdapter.notifyChanged(Notification)162
org.eclipse.jst.j2ee.internal.provider.J2EEApplicationItemProvider.ResourceAdapter.notifyChanged(Notification)162
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.J2EEWebServiceClientDDManager.dispose()130
org.eclipse.jst.j2ee.internal.war.ui.util.J2EEWebAppItemProvider.J2EEWebServiceClientDDManager.dispose()130

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.provider.J2EEUtilityJarItemProvider.computeChildren()136
org.eclipse.jst.j2ee.internal.provider.J2EEUtilityJarItemProvider.computeChildren()138
org.eclipse.jst.j2ee.internal.provider.J2EEUtilityJarItemProvider.computeChildren()115
org.eclipse.jst.j2ee.internal.provider.J2EEUtilityJarItemProvider.computeChildren()120
org.eclipse.jst.j2ee.internal.provider.J2EEUtilityJarItemProvider.utilityJarChanged(IResource, IResourceDelta)193

org.eclipse.emf.common.util.AbstractEList.remove(Object)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.provider.J2EEUtilityJarItemProvider.utilityJarChanged(IResource, IResourceDelta)195

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.provider.J2EEUtilityJarItemProvider.utilityJarChanged(IResource, IResourceDelta)194
org.eclipse.jst.j2ee.internal.provider.J2EEUtilityJarItemProvider.utilityJarChanged(IResource, IResourceDelta)192

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.provider.J2EEUtilityJarItemProvider.hasChildren(Object)68

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

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.WebLibDependencyPropertiesPage.createClassPathElement(IVirtualComponent, String)329

org.eclipse.emf.common.util.URI.equals(Object)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.JARDependencyPropertiesPage.createComponentDependencyOperations()773
org.eclipse.jst.j2ee.internal.JARDependencyPropertiesPage.createJ2EEComponentDependencyOperations()705

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

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.jst.j2ee.internal.actions.OpenJ2EEResourceAction.openAppropriateEditor(IVirtualComponent)129
org.eclipse.jst.j2ee.internal.actions.OpenJ2EEResourceAction.updateSelection(IStructuredSelection)297

Back to reference summary for org.eclipse.jst.j2ee.ui

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict