|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--wtanaka.praya.obj.Obj
|
+--wtanaka.praya.obj.NormalFolder
|
+--wtanaka.praya.obj.SystemFolder
|
+--wtanaka.praya.obj.ReadOnlySystemFolder
ReadOnlySystemFolder cannot be modified, excepty by a privileged thread, and is also a system folder.
Return to
or the Praya Homepage
| 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 | |
ReadOnlySystemFolder(NormalFolder parent)
|
|
| Method Summary | |
void |
add(Obj a)
Adds the given object to the end of this folder. |
void |
remove(int i)
Removes the object at the given index from the folder. |
void |
remove(Obj a)
Removes the given object from the folder. |
void |
setName(java.lang.String name)
|
| Methods inherited from class wtanaka.praya.obj.NormalFolder |
addFolderListener, elements, fireAdded, fireRemoved, getChildAt, getContents, getName, getNumChildren, getParent, indexOf, isTrashCanUsed, mergeSort, readExternal, remove, removeFolderListener, selectSort, 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 |
|
| Constructor Detail |
public ReadOnlySystemFolder(NormalFolder parent)
| Method Detail |
public void add(Obj a)
NormalFolderadd in class NormalFolderwtanaka.praya.obj.NormalFoldera - the object to add to the folder. It cannot be null.public void remove(Obj a)
NormalFolderremove in class NormalFolderwtanaka.praya.obj.NormalFoldera - the object to remove from the folder.public void remove(int i)
NormalFolderremove in class NormalFolderwtanaka.praya.obj.NormalFolderthe - index of the object to remove from the folder.public void setName(java.lang.String name)
setName in class NormalFolder
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||