class ServiceBrowser.MouseReceiver extends MouseAdapter
| Modifier and Type | Field and Description |
|---|---|
private ServiceBrowser.UIDescriptorPopup |
popup |
private ServiceItem |
serviceItem |
| Constructor and Description |
|---|
MouseReceiver(ServiceItem aServiceItem,
ServiceBrowser.UIDescriptorPopup popup) |
| Modifier and Type | Method and Description |
|---|---|
void |
mousePressed(MouseEvent ev) |
void |
mouseReleased(MouseEvent ev) |
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseWheelMovedprivate ServiceBrowser.UIDescriptorPopup popup
private ServiceItem serviceItem
public MouseReceiver(ServiceItem aServiceItem, ServiceBrowser.UIDescriptorPopup popup)
public void mouseReleased(MouseEvent ev)
mouseReleased in interface MouseListenermouseReleased in class MouseAdapterpublic void mousePressed(MouseEvent ev)
mousePressed in interface MouseListenermousePressed in class MouseAdapterCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.