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()
           
 
Method Summary
 void close()
           
 boolean hasVisibleNotes()
          Returns true, if visible notes exist in this mode.
 Note newNote()
           
 java.util.Iterator notes()
           
 void open()
           
 void removeNote(Note note)
           
 int size()
           
 void textValueChanged(Note note, java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Model

public Model()
Method Detail

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.