net.ponec.jworksheet.core
Class SysTray6

Package class diagram package SysTray6
java.lang.Object
  extended by net.ponec.jworksheet.core.SysTray
      extended by net.ponec.jworksheet.core.SysTray6
All Implemented Interfaces:
java.awt.event.ActionListener, java.awt.event.MouseListener, java.util.EventListener

public class SysTray6
extends SysTray
implements java.awt.event.MouseListener, java.awt.event.ActionListener

System Tray management for Java version 6.0 .


Nested Class Summary
 
Nested classes/interfaces inherited from class net.ponec.jworksheet.core.SysTray
SysTray.Action
 
Constructor Summary
SysTray6()
          Creates a new instance of SysTrayTest_0
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          An ActionListener implementation.
 void init(ApplContext applContext)
           
 void initSysTray()
           
 boolean isSupported()
           
 void mouseClicked(java.awt.event.MouseEvent e)
          A MouseListener implementation
 void mouseEntered(java.awt.event.MouseEvent e)
          A MouseListener implementation
 void mouseExited(java.awt.event.MouseEvent e)
          A MouseListener implementation
 void mousePressed(java.awt.event.MouseEvent e)
          A MouseListener implementation
 void mouseReleased(java.awt.event.MouseEvent e)
          A MouseListener implementation
 void setTooltip(java.lang.String message)
          Set a tooltip to main icon.
 
Methods inherited from class net.ponec.jworksheet.core.SysTray
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SysTray6

public SysTray6()
Creates a new instance of SysTrayTest_0

Method Detail

init

public void init(ApplContext applContext)
Overrides:
init in class SysTray

isSupported

public boolean isSupported()
Overrides:
isSupported in class SysTray

initSysTray

public void initSysTray()

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent e)
A MouseListener implementation

Specified by:
mouseClicked in interface java.awt.event.MouseListener

mouseEntered

public void mouseEntered(java.awt.event.MouseEvent e)
A MouseListener implementation

Specified by:
mouseEntered in interface java.awt.event.MouseListener

mouseExited

public void mouseExited(java.awt.event.MouseEvent e)
A MouseListener implementation

Specified by:
mouseExited in interface java.awt.event.MouseListener

mousePressed

public void mousePressed(java.awt.event.MouseEvent e)
A MouseListener implementation

Specified by:
mousePressed in interface java.awt.event.MouseListener

mouseReleased

public void mouseReleased(java.awt.event.MouseEvent e)
A MouseListener implementation

Specified by:
mouseReleased in interface java.awt.event.MouseListener

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
An ActionListener implementation.

Specified by:
actionPerformed in interface java.awt.event.ActionListener

setTooltip

public void setTooltip(java.lang.String message)
Set a tooltip to main icon.

Overrides:
setTooltip in class SysTray


Copyright © 2007-2009 PPonec