org.chorem.jtimer.ui.systray
Class NoSystray

java.lang.Object
  extended by org.chorem.jtimer.ui.systray.SystrayManager
      extended by org.chorem.jtimer.ui.systray.NoSystray
All Implemented Interfaces:
WindowListener, EventListener, DataEventListener

public class NoSystray
extends SystrayManager

Systray implementation, for non available systray.

Version:
$Revision: 2607 $ Last update : $Date: 2009-06-18 17:19:19 +0200 (jeu. 18 juin 2009) $ By : $Author: echatellier $
Author:
chatellier

Field Summary
 
Fields inherited from class org.chorem.jtimer.ui.systray.SystrayManager
parent
 
Constructor Summary
protected NoSystray(JTimer parent)
          Constructor.
 
Method Summary
 void windowClosing(WindowEvent e)
           
 
Methods inherited from class org.chorem.jtimer.ui.systray.SystrayManager
addProject, addTask, dataLoaded, deleteProject, deleteTask, getSystray, install, modifyProject, modifyTask, postChangeClosedState, postIdleDetect, postMergeTasks, postMoveTask, preChangeClosedState, preIdleDetect, preMergeTasks, preMoveTask, setAnnotation, setTaskTime, startTask, stopTask, windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoSystray

protected NoSystray(JTimer parent)
Constructor. Protected to be called only by factory.

Parameters:
parent - parent
Method Detail

windowClosing

public void windowClosing(WindowEvent e)
Specified by:
windowClosing in interface WindowListener
Overrides:
windowClosing in class SystrayManager


Copyright © 2007-2009 CodeLutin. All Rights Reserved.