Uses of Interface
com.ebmwebsourcing.geasytools.widgets.ext.api.file.IFolder

Packages that use IFolder
com.ebmwebsourcing.geasytools.widgets.ext.api.file   
com.ebmwebsourcing.geasytools.widgets.ext.api.file.events   
com.ebmwebsourcing.geasytools.widgets.ext.api.file.explorer   
com.ebmwebsourcing.geasytools.widgets.ext.impl.file   
com.ebmwebsourcing.geasytools.widgets.ext.impl.file.event   
 

Uses of IFolder in com.ebmwebsourcing.geasytools.widgets.ext.api.file
 

Methods in com.ebmwebsourcing.geasytools.widgets.ext.api.file that return IFolder
 IFolder IFolder.getParent()
           
 

Methods in com.ebmwebsourcing.geasytools.widgets.ext.api.file that return types with arguments of type IFolder
 java.util.HashSet<IFolder> IFolder.getChildren()
           
 java.util.List<IFolder> IFolderPanel.getFolders()
           
 

Methods in com.ebmwebsourcing.geasytools.widgets.ext.api.file with parameters of type IFolder
 void IFolder.addFolder(IFolder folder)
           
 void IFolder.setParent(IFolder folder)
           
 

Method parameters in com.ebmwebsourcing.geasytools.widgets.ext.api.file with type arguments of type IFolder
 void IFolderPanel.setFolders(java.util.List<IFolder> folders)
           
 

Uses of IFolder in com.ebmwebsourcing.geasytools.widgets.ext.api.file.events
 

Methods in com.ebmwebsourcing.geasytools.widgets.ext.api.file.events that return IFolder
 IFolder IFolderSelectedEvent.getFolder()
           
 

Uses of IFolder in com.ebmwebsourcing.geasytools.widgets.ext.api.file.explorer
 

Method parameters in com.ebmwebsourcing.geasytools.widgets.ext.api.file.explorer with type arguments of type IFolder
 void IFileExplorerPanel.setFolders(java.util.List<IFolder> folders)
           
 

Uses of IFolder in com.ebmwebsourcing.geasytools.widgets.ext.impl.file
 

Classes in com.ebmwebsourcing.geasytools.widgets.ext.impl.file that implement IFolder
 class Folder
           
 

Methods in com.ebmwebsourcing.geasytools.widgets.ext.impl.file that return IFolder
 IFolder Folder.getParent()
           
 

Methods in com.ebmwebsourcing.geasytools.widgets.ext.impl.file that return types with arguments of type IFolder
 java.util.HashSet<IFolder> Folder.getChildren()
           
 java.util.List<IFolder> FolderPanel.getFolders()
           
 

Methods in com.ebmwebsourcing.geasytools.widgets.ext.impl.file with parameters of type IFolder
 void Folder.addFolder(IFolder folder)
           
 void Folder.setParent(IFolder folder)
           
 

Method parameters in com.ebmwebsourcing.geasytools.widgets.ext.impl.file with type arguments of type IFolder
 void FolderPanel.setFolders(java.util.List<IFolder> folders)
           
 

Uses of IFolder in com.ebmwebsourcing.geasytools.widgets.ext.impl.file.event
 

Methods in com.ebmwebsourcing.geasytools.widgets.ext.impl.file.event that return IFolder
 IFolder FolderSelectedEvent.getFolder()
           
 

Constructors in com.ebmwebsourcing.geasytools.widgets.ext.impl.file.event with parameters of type IFolder
FolderSelectedEvent(IFolder folder)
           
 



Copyright © 2010-2011 Petals Link. All Rights Reserved.