List of usage examples for org.eclipse.jface.viewers ISelectionChangedListener interface-usage
From source file ac.soton.eventb.emf.diagrams.navigator.action.OpenDiagramAction.java
/**
* Open diagram action.
* Opens a diagram from its domain element using a registered diagram provider.
* If diagram file does not exist, creates and initialises it.
*
* @author vitaly
From source file ac.soton.fmusim.components.presentation.ComponentsActionBarContributor.java
/**
* This is the action bar contributor for the Components model editor.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
From source file ar.com.tadp.xml.rinzo.core.keyListeners.NodeRangeHighlighter.java
/** * In charge of follow caret position and highlight on the left ruler the current node area. * * @author ccancinos */ public class NodeRangeHighlighter implements ISelectionChangedListener {
From source file ar.com.tadp.xml.rinzo.core.RinzoXMLEditor.java
/** * Definition of the structure of Rinzo's editor * * @author ccancinos */ public class RinzoXMLEditor extends TextEditor implements ISelectionChangedListener {
From source file at.bitandart.zoubek.mervin.model.modelreview.presentation.ModelReviewActionBarContributor.java
/**
* This is the action bar contributor for the ModelReview model editor. <!--
* begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
From source file at.bitandart.zoubek.mervin.review.HighlightSelectionListener.java
/**
* An {@link ISelectionChangedListener} that highlights the current selection
* using the highlight service and model review of the associated
* {@link IReviewHighlightProvidingPart}. Nothing will be done if the
* {@link HighlightMode} of the associated {@link IReviewHighlightProvidingPart}
* is not set to {@link HighlightMode#SELECTION}.
From source file at.spardat.xma.guidesign.presentation.action.GuidesignActionBarContributor.java
/**
* This is the action bar contributor for the Guidesign model editor.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
From source file au.com.langdale.ui.util.SelectionProvider.java
/** * An adapter copied from the eclipse internals. */ public class SelectionProvider implements ISelectionProvider, ISelectionChangedListener { List listeners = new ArrayList();
From source file automaticexperiment.presentation.AutomaticexperimentActionBarContributor.java
/**
* This is the action bar contributor for the Automaticexperiment model editor.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
From source file ca.mcgill.sable.soot.editors.JimpleContentOutlinePage.java
public class JimpleContentOutlinePage extends ContentOutlinePage implements ISelectionChangedListener { private IFile input; private JimpleEditor ed; private JimpleFile jimpleFileParser; private TreeViewer viewer;