Eclipse Platform
2.0

Uses of Interface
org.eclipse.swt.widgets.Listener

Packages that use Listener
org.eclipse.swt.widgets SWT widget public API classes. 
org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. 
 

Uses of Listener in org.eclipse.swt.widgets
 

Classes in org.eclipse.swt.widgets that implement Listener
 class TypedListener
          Instances of this class are internal SWT implementation objects which provide a mapping between the typed and untyped listener mechanisms that SWT supports.
 

Uses of Listener in org.eclipse.ui.dialogs
 

Classes in org.eclipse.ui.dialogs that implement Listener
 class WizardDataTransferPage
          The common superclass for wizard import and export pages.
 class WizardExportPage
          Deprecated. use WizardExportResourcePage
 class WizardExportResourcesPage
          Abstract superclass for a typical export wizard's main page.
 class WizardImportPage
          Deprecated. use WizardResourceImportPage
 class WizardNewFileCreationPage
          Standard main page for a wizard that creates a file resource.
 class WizardNewFolderMainPage
          Standard main page for a wizard that creates a folder resource.
 class WizardResourceImportPage
          The abstract superclass for a typical import wizard's main page.
 


Eclipse Platform
2.0

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