List of usage examples for org.eclipse.jface.viewers ISelectionProvider interface-usage
From source file ac.soton.fmusim.components.presentation.ComponentsEditor.java
/**
* This is an example of a Components model editor.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
From source file at.bitandart.zoubek.mervin.model.modelreview.presentation.ModelReviewEditor.java
/**
* This is an example of a ModelReview model editor. <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @generated
*/
From source file at.medevit.elexis.impfplan.ui.VaccinationComposite.java
public class VaccinationComposite extends Composite implements ISelectionProvider { private VaccinationCompositePaintListener vcpl; private VaccinationCompositeMouseMoveListener vcmml; public VaccinationComposite(Composite parent) {
From source file at.rc.tacos.client.ui.custom.DatePickerPanel.java
/**
* The DatePickerPanel from the eclipse mylin projekt.
*
* @author Bahadir Yagan
* @author Mik Kersten
* @author Rob Elves
From source file at.rc.tacos.client.view.DatePickerPanel.java
/**
* The DatePickerPanel from the eclipse mylin projekt.
*
* @author Bahadir Yagan
* @author Mik Kersten
* @author Rob Elves
From source file at.spardat.xma.guidesign.presentation.GuidesignEditor.java
/**
* This is an example of a 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.AutomaticexperimentEditor.java
/**
* This is an example of a Automaticexperiment model editor.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
From source file bilab.ConsoleView.java
public class ConsoleView extends ViewPart implements ISelectionProvider { protected class InputListener implements KeyListener { ConsoleView console; public InputListener(final ConsoleView c) { console = c;
From source file br.org.archimedes.gui.rca.editor.DrawingEditor.java
public class DrawingEditor extends EditorPart implements Observer, ISelectionProvider { public static final String EDITOR_ID = "br.org.archimedes.gui.rca.editor.DrawingEditor"; //$NON-NLS-1$ private static List<Cursor> cursors;