Package org.esa.snap.rcp.util
Class BrowserUtils.URLClickAdaptor
- java.lang.Object
-
- java.awt.event.MouseAdapter
-
- org.esa.snap.rcp.util.BrowserUtils.URLClickAdaptor
-
- All Implemented Interfaces:
MouseListener
,MouseMotionListener
,MouseWheelListener
,EventListener
- Enclosing class:
- BrowserUtils
public static class BrowserUtils.URLClickAdaptor extends MouseAdapter
-
-
Constructor Summary
Constructors Constructor Description URLClickAdaptor(String address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
mouseClicked(MouseEvent event)
-
Methods inherited from class java.awt.event.MouseAdapter
mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved
-
-
-
-
Constructor Detail
-
URLClickAdaptor
public URLClickAdaptor(String address)
-
-
Method Detail
-
mouseClicked
public void mouseClicked(MouseEvent event)
- Specified by:
mouseClicked
in interfaceMouseListener
- Overrides:
mouseClicked
in classMouseAdapter
-
-