java.lang.Object
java.awt.TrayIcon
org.gjt.sp.jedit.gui.tray.JTrayIcon
org.gjt.sp.jedit.gui.tray.JEditTrayIcon
org.gjt.sp.jedit.gui.tray.JEditSwingTrayIcon
- Since:
- jEdit 4.5pre1
- Author:
- Matthieu Casanova
-
Nested Class Summary
Nested classes/interfaces inherited from class java.awt.TrayIcon
TrayIcon.MessageType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleMessage
(EditPaneUpdate editPaneUpdate) Update tooltip to reflect the window titles currently available.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
-
JEditSwingTrayIcon
public JEditSwingTrayIcon()
-
-
Method Details
-
handleMessage
Update tooltip to reflect the window titles currently available.
-