|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
de.fh_mannheim.mm.dms.framework.UploadList
de.fh_mannheim.mm.dms.framework.BookmarkList
This class gives a representation of the bookmarklist.
| Constructor Summary | |
BookmarkList()
Constructor. |
|
BookmarkList(java.util.ArrayList aList)
Constructor. |
|
BookmarkList(int nSize)
Constructor. |
|
| Method Summary | |
void |
addBookmark(Bookmark bookmark)
Add a bookmark to list. |
void |
addBookmarkList(java.util.ArrayList aList)
Add a bookmark to list. |
boolean |
containsBookmark(int nBookmarkID)
Searches a given bookmark in list. |
void |
deleteBookmark(int nBookmarkID)
Delete a bookmark from list. |
void |
deleteBookmark(java.lang.String strFilename)
Delete a bookmark from list. |
Bookmark |
getBookmark(int nIndex)
Get bookmark from list. |
org.w3c.dom.Element |
toElement(org.w3c.dom.Document doc)
Write information of upload in a xml element. |
org.w3c.dom.Element |
toElement(org.w3c.dom.Element element,
org.w3c.dom.Document doc)
Write information of upload in a xml element. |
java.lang.String |
toString()
Write information of bookmark in a string. |
| Methods inherited from class de.fh_mannheim.mm.dms.framework.UploadList |
addUpload, addUploadList, containsUpload, deleteUpload, deleteUpload, getUpload |
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, set, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
containsAll, remove, removeAll, retainAll |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList |
| Constructor Detail |
public BookmarkList()
public BookmarkList(int nSize)
nSize - Size of arraypublic BookmarkList(java.util.ArrayList aList)
aList - Pre-selected list| Method Detail |
public void addBookmark(Bookmark bookmark)
bookmark - Bookmarkpublic void addBookmarkList(java.util.ArrayList aList)
aList - List with bookmarkspublic boolean containsBookmark(int nBookmarkID)
nBookmarkID - Bookmark
public Bookmark getBookmark(int nIndex)
nIndex - Index of list
public void deleteBookmark(int nBookmarkID)
nBookmarkID - Bookmarkpublic void deleteBookmark(java.lang.String strFilename)
strFilename - Bookmarkpublic org.w3c.dom.Element toElement(org.w3c.dom.Document doc)
toElement in interface IElementtoElement in class UploadListdoc - XML Document
public org.w3c.dom.Element toElement(org.w3c.dom.Element element,
org.w3c.dom.Document doc)
toElement in interface IElementtoElement in class UploadListelement - Root elementdoc - XML Document
public java.lang.String toString()
toString in interface IElementtoString in class UploadList
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||