Package wt.folder

Interface Folder

All Superinterfaces:
wt.folder._CabinetBased, wt.folder._Folder, wt.folder._FolderServiceManaged, wt.fc._Identified, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.inf.container._WTContained, wt.inf.container._WTContainedIdentified, CabinetBased, wt.folder.FolderServiceManaged, Identified, NetFactor, ObjectMappable, Persistable, wt.recent.RecentlyVisited, Serializable, WTContained, WTContainedIdentified
All Known Implementing Classes:
wt.folder._Cabinet, wt.folder._SubFolder, Cabinet, SubFolder

@GenAsPersistable(interfaces={CabinetBased.class,WTContainedIdentified.class}, properties=@GeneratedProperty(name="description",type=java.lang.String.class,javaDoc="Provides a description for a folder."), iconProperties=@IconProperties(standardIcon="wt/clients/images/folder.gif",openIcon="wt/clients/images/folder_open.gif")) public interface Folder extends wt.folder._Folder
A Folder acts a container of information. Foldered objects reside in folders via the FolderMemberLink. References to information in other folders is provided via a Shortcut object. Both types of information are considered folder entries.

Supported API: true

Extendable: false
See Also: