supportsAddFolder(String newFolderType) Returns true if this folder can have sub folders of the specified type;
false otherwise.
Parameters: newFolderType - the folder that is going to be inserted as a child.
Propagates an event to all registered listeners notifying them that this
folder has been removed from its parent folder. This method removes all
registered listeners.
Sets the folder's name. This method notifies registered FolderListeners.
supportsAddFolder
public boolean supportsAddFolder(String newFolderType)(Code)
Returns true if this folder can have sub folders of the specified type;
false otherwise.
Parameters: newFolderType - the folder that is going to be inserted as a child. true if this folder can have sub folders; false otherwise.