| org.eclipse.ui.internal.wizards.datatransfer.MinimizedFileSystemElement
MinimizedFileSystemElement | public class MinimizedFileSystemElement extends FileSystemElement (Code) | | The MinimizedFileSystemElement is a FileSystemElement that knows
if it has been populated or not.
|
Constructor Summary | |
public | MinimizedFileSystemElement(String name, FileSystemElement parent, boolean isDirectory) Create a MinimizedFileSystemElement with the supplied name and parent. |
MinimizedFileSystemElement | public MinimizedFileSystemElement(String name, FileSystemElement parent, boolean isDirectory)(Code) | | Create a MinimizedFileSystemElement with the supplied name and parent.
Parameters: name - the name of the file element this represents Parameters: parent - the containing parent Parameters: isDirectory - indicated if this could have children or not |
getFiles | public AdaptableList getFiles(IImportStructureProvider provider)(Code) | | Returns a list of the files that are immediate children. Use the supplied provider
if it needs to be populated.
of this folder.
|
getFolders | public AdaptableList getFolders(IImportStructureProvider provider)(Code) | | Returns a list of the folders that are immediate children. Use the supplied provider
if it needs to be populated.
of this folder.
|
isPopulated | boolean isPopulated()(Code) | | Return whether or not population has happened for the receiver.
|
setPopulated | public void setPopulated()(Code) | | Set whether or not population has happened for the receiver to true.
|
|
|