Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
AdaptableList |
AdaptableList.add(IAdaptable adaptable)
Adds the given adaptable object to this list.
|
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.