wtanaka.praya.obj
Class SystemFolder

java.lang.Object
  |
  +--wtanaka.praya.obj.Obj
        |
        +--wtanaka.praya.obj.NormalFolder
              |
              +--wtanaka.praya.obj.SystemFolder
All Implemented Interfaces:
java.io.Externalizable, Fillable, java.io.Serializable
Direct Known Subclasses:
OutboxFolder, ReadOnlySystemFolder, TrashFolder

public class SystemFolder
extends NormalFolder
implements java.io.Serializable

SystemFolder is a folder that only the privileged thread can construct.

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2001/10/03 07:17:28 $
Author:
$Author: wtanaka $
See Also:
Serialized Form

Fields inherited from class wtanaka.praya.obj.NormalFolder
folderListeners, m_storage, MAGIC_NUMBER, name, parent, serialVersionUID, sortKey
 
Fields inherited from class wtanaka.praya.obj.Obj
CONTENTS, date, DATE, FROM, privThread, REVCONTENTS, REVDATE, REVFROM, REVSCORE, REVSUBJECT, SCORE, secretObject, SUBJECT
 
Constructor Summary
SystemFolder(NormalFolder parent)
           
 
Methods inherited from class wtanaka.praya.obj.NormalFolder
add, addFolderListener, elements, fireAdded, fireRemoved, getChildAt, getContents, getName, getNumChildren, getParent, indexOf, isTrashCanUsed, mergeSort, readExternal, remove, remove, remove, removeFolderListener, selectSort, setName, sort, toString, writeExternal
 
Methods inherited from class wtanaka.praya.obj.Obj
getFrom, getSubject, getTimeStamp, isPrivileged, lessThan, setPrivilegedThread, setSecretObject, setTimeStamp
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

SystemFolder

public SystemFolder(NormalFolder parent)
             throws java.lang.SecurityException