Eclipse Platform
Release 3.0

Uses of Class
org.eclipse.ui.model.AdaptableList

Packages that use AdaptableList
org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.  
org.eclipse.ui.model Provides a workbench adapter for displaying workbench elements in the UI without having to know the concrete type of the element, and various label providers for workbench-specific objects like editors, views, and perspectives. 
 

Uses of AdaptableList in org.eclipse.ui.dialogs
 

Methods in org.eclipse.ui.dialogs that return AdaptableList
 AdaptableList FileSystemElement.getFiles()
          Answer the files property of this element.
 AdaptableList FileSystemElement.getFolders()
          Returns a list of the folders that are immediate children of this folder.
 

Uses of AdaptableList in org.eclipse.ui.model
 

Methods in org.eclipse.ui.model that return AdaptableList
 AdaptableList AdaptableList.add(IAdaptable adaptable)
          Adds the given adaptable object to this list.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.