class ServiceEditor.MouseReceiver extends MouseAdapter
| Modifier and Type | Field and Description |
|---|---|
private ServiceEditor.UIDescriptorPopup |
popup |
private ServiceItem |
serviceItem |
| Constructor and Description |
|---|
MouseReceiver(ServiceItem aServiceItem,
ServiceEditor.UIDescriptorPopup popup) |
| Modifier and Type | Method and Description |
|---|---|
void |
mousePressed(MouseEvent ev) |
void |
mouseReleased(MouseEvent ev) |
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseWheelMovedprivate ServiceEditor.UIDescriptorPopup popup
private ServiceItem serviceItem
public MouseReceiver(ServiceItem aServiceItem, ServiceEditor.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.