Package | Description |
---|---|
org.eclipse.e4.ui.workbench.modeling |
Application programming interfaces describing the Eclipse 4 model services.
|
Modifier and Type | Method and Description |
---|---|
void |
ESelectionService.addPostSelectionListener(ISelectionListener listener)
Adds the
ISelectionListener as a post selection listener for the service. |
void |
ESelectionService.addPostSelectionListener(String partId,
ISelectionListener listener)
Adds the
ISelectionListener as a post selection listener for the part with the given
id. |
void |
ESelectionService.addSelectionListener(ISelectionListener listener)
Adds the given
ISelectionListener to the service |
void |
ESelectionService.addSelectionListener(String partId,
ISelectionListener listener)
Adds the
ISelectionListener to the service for the part with the given id. |
void |
ESelectionService.removePostSelectionListener(ISelectionListener listener)
Removes the
ISelectionListener as a post selection listener for the service. |
void |
ESelectionService.removePostSelectionListener(String partId,
ISelectionListener listener)
Removes the
ISelectionListener as a post selection listener for the part with the
given id. |
void |
ESelectionService.removeSelectionListener(ISelectionListener listener)
Removes the given
ISelectionListener from the service |
void |
ESelectionService.removeSelectionListener(String partId,
ISelectionListener listener)
Removes the
ISelectionListener from the service for the given part id. |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.