Uses of Class
org.eclipse.ui.model.AdaptableList
Package
Description
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
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
Modifier and TypeMethodDescriptionFileSystemElement.getFiles()
Answer the files property of this element.FileSystemElement.getFolders()
Returns a list of the folders that are immediate children of this folder. -
Uses of AdaptableList in org.eclipse.ui.model
Modifier and TypeMethodDescriptionAdaptableList.add
(IAdaptable adaptable) Adds the given adaptable object to this list.