|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractListModel
com.rapidminer.gui.look.fc.BookmarkListModel
public class BookmarkListModel
The model for the list containing the bookmarks.
| Field Summary |
|---|
| Fields inherited from class javax.swing.AbstractListModel |
|---|
listenerList |
| Constructor Summary | |
|---|---|
BookmarkListModel()
|
|
| Method Summary | |
|---|---|
void |
addBookmark(Bookmark bookmark)
|
java.lang.Object |
getElementAt(int index)
|
int |
getSize()
|
void |
removeAllBookmarks()
|
| Methods inherited from class javax.swing.AbstractListModel |
|---|
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BookmarkListModel()
| Method Detail |
|---|
public void removeAllBookmarks()
public void addBookmark(Bookmark bookmark)
public java.lang.Object getElementAt(int index)
public int getSize()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||