Eclipse Platform
2.1

Uses of Interface
org.eclipse.ui.ISelectionListener

Packages that use ISelectionListener
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.views.properties Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection. 
 

Uses of ISelectionListener in org.eclipse.ui
 

Subinterfaces of ISelectionListener in org.eclipse.ui
 interface INullSelectionListener
          Interface for listening to null selection changes.
 

Uses of ISelectionListener in org.eclipse.ui.views.properties
 

Subinterfaces of ISelectionListener in org.eclipse.ui.views.properties
 interface IPropertySheetPage
          Interface for a property sheet page that appears in a property sheet view.
 

Classes in org.eclipse.ui.views.properties that implement ISelectionListener
 class PropertySheet
          Main class for the Property Sheet View.
 class PropertySheetPage
          The standard implementation of property sheet page which presents a table of property names and values obtained from the current selection in the active workbench part.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.