org.embl.ebi.escience.scuflui.treeview
Class ScuflModelExplorerPopupHandler
java.lang.Object
java.awt.event.MouseAdapter
org.embl.ebi.escience.scuflui.treeview.ScuflModelExplorerPopupHandler
- All Implemented Interfaces:
- java.awt.event.MouseListener, java.util.EventListener
public class ScuflModelExplorerPopupHandler
- extends java.awt.event.MouseAdapter
A class to handle popup menus on nodes on the ScuflModelExplorer tree
- Author:
- Tom Oinn
|
Method Summary |
void |
mousePressed(java.awt.event.MouseEvent e)
Handle the mouse pressed event in case this is the platform specific
trigger for a popup menu |
void |
mouseReleased(java.awt.event.MouseEvent e)
Similarly handle the mouse released event |
| Methods inherited from class java.awt.event.MouseAdapter |
mouseClicked, mouseEntered, mouseExited |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScuflModelExplorerPopupHandler
public ScuflModelExplorerPopupHandler(ScuflModelExplorer theExplorer)
ScuflModelExplorerPopupHandler
public ScuflModelExplorerPopupHandler(ScuflModelTreeTable theTable)
mousePressed
public void mousePressed(java.awt.event.MouseEvent e)
- Handle the mouse pressed event in case this is the platform specific
trigger for a popup menu
- Specified by:
mousePressed in interface java.awt.event.MouseListener- Overrides:
mousePressed in class java.awt.event.MouseAdapter
mouseReleased
public void mouseReleased(java.awt.event.MouseEvent e)
- Similarly handle the mouse released event
- Specified by:
mouseReleased in interface java.awt.event.MouseListener- Overrides:
mouseReleased in class java.awt.event.MouseAdapter