de.jface.remind
Class Controller
java.lang.Object
|
+--de.jface.remind.Controller
- public class Controller
- extends java.lang.Object
Class Controller
of project RemotePostIt.
- Version:
- $Revision: 1.2 $
- Author:
- Moritz Petersen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Controller
public Controller()
init
public static void init()
quit
public static void quit()
revert
public static void revert()
newNote
public static void newNote()
closeNote
public static void closeNote(Note note)
save
public static void save()
minimizeNote
public static void minimizeNote(Note note)
hideNote
public static void hideNote(Note note)
showNote
public static void showNote(Note note)
showAllNotes
public static void showAllNotes()
changeText
public static void changeText(Note note,
java.lang.String text)
changeBounds
public static void changeBounds(Note note,
java.awt.Rectangle bounds)
Copyright © 2002-2002 Moritz Petersen. All Rights Reserved.