java.lang.Object
java.awt.TrayIcon
org.gjt.sp.jedit.gui.tray.JTrayIcon
org.gjt.sp.jedit.gui.tray.JEditTrayIcon
- Direct Known Subclasses:
JEditSwingTrayIcon
The mother class of the tray icon service.
If you want to replace the tray icon of jEdit, you must extend it
and declare a service "org.gjt.sp.jedit.gui.tray.JEditTrayIcon"
- Author:
- Matthieu Casanova
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.awt.TrayIcon
TrayIcon.MessageType
-
Constructor Summary
-
Method Summary
Methods inherited from class java.awt.TrayIcon
addActionListener, addMouseListener, addMouseMotionListener, displayMessage, getActionCommand, getActionListeners, getImage, getMouseListeners, getMouseMotionListeners, getPopupMenu, getSize, getToolTip, isImageAutoSize, removeActionListener, removeMouseListener, removeMouseMotionListener, setActionCommand, setImage, setImageAutoSize, setPopupMenu, setToolTip
-
Constructor Details
-
JEditTrayIcon
-