Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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. 
org.eclipse.ui.views.properties.tabbed Provides the Tabbed Properties framework. 
 

Uses of ISelectionListener in org.eclipse.ui
 

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

Methods in org.eclipse.ui with parameters of type ISelectionListener
 void ISelectionService. addPostSelectionListener ( ISelectionListener listener)
          Adds the given post selection listener.It is equivalent to selection changed if the selection was triggered by the mouse but it has a delay if the selection is triggered by the keyboard arrows.
 void ISelectionService. addPostSelectionListener ( String partId, ISelectionListener listener)
          Adds a part-specific selection listener which is notified when selection changes in the part with the given id.
 void ISelectionService. addSelectionListener ( ISelectionListener listener)
          Adds the given selection listener.
 void ISelectionService. addSelectionListener ( String partId, ISelectionListener listener)
          Adds a part-specific selection listener which is notified when selection changes in the part with the given id.
 void ISelectionService. removePostSelectionListener ( ISelectionListener listener)
          Removes the given post selection listener.
 void ISelectionService. removePostSelectionListener ( String partId, ISelectionListener listener)
          Removes the given part-specific post selection listener.
 void ISelectionService. removeSelectionListener ( ISelectionListener listener)
          Removes the given selection listener.
 void ISelectionService. removeSelectionListener ( String partId, ISelectionListener listener)
          Removes the given part-specific selection listener.
 

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.
 

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

Classes in org.eclipse.ui.views.properties.tabbed that implement ISelectionListener
 class TabbedPropertySheetPage
          A property sheet page that provides a tabbed UI.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire