de.jface.remind
Class Model
java.lang.Object
|
+--de.jface.remind.Model
- public class Model
- extends java.lang.Object
Class Model
of project RemotePostIt.
- Version:
- $Revision: 1.2 $
- Author:
- Moritz Petersen
Constructor Summary |
Model()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Model
public Model()
open
public void open()
throws StorageException
close
public void close()
throws StorageException
newNote
public Note newNote()
notes
public java.util.Iterator notes()
size
public int size()
textValueChanged
public void textValueChanged(Note note,
java.lang.String text)
removeNote
public void removeNote(Note note)
hasVisibleNotes
public boolean hasVisibleNotes()
- Returns true, if visible notes exist in this mode. Hidden or minimized
notes are not considered visible.
Copyright © 2002-2002 Moritz Petersen. All Rights Reserved.