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

Constructor Summary
Controller()
           
 
Method Summary
static void changeBounds(Note note, java.awt.Rectangle bounds)
           
static void changeText(Note note, java.lang.String text)
           
static void closeNote(Note note)
           
static void hideNote(Note note)
           
static void init()
           
static void minimizeNote(Note note)
           
static void newNote()
           
static void quit()
           
static void revert()
           
static void save()
           
static void showAllNotes()
           
static void showNote(Note note)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Controller

public Controller()
Method Detail

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.