|
|||||||||
Home >> All >> jpicedt >> graphic >> [ event overview ] | PREV NEXT |
Uses of Interface
jpicedt.graphic.event.PEMouseInputListener
Uses of PEMouseInputListener in jpicedt.graphic.event |
Classes in jpicedt.graphic.event that implement PEMouseInputListener | |
class |
PEEventMulticaster
An enhanced version of AWTEventMulticaster that supports chaining of PEMouseInputListener's |
class |
PEMouseInputAdapter
Default implementation of PEMouseInputListener which does nothing. |
Methods in jpicedt.graphic.event that return PEMouseInputListener | |
static PEMouseInputListener |
PEEventMulticaster.add(PEMouseInputListener a,
PEMouseInputListener b)
Adds PEMouseInputListener-a with PEMouseInputListener-b and returns the resulting multicast listener. |
static PEMouseInputListener |
PEEventMulticaster.remove(PEMouseInputListener l,
PEMouseInputListener oldl)
Removes the old PEMouseInputListener from PEMouseInputListener-l and returns the resulting multicast listener. |
Methods in jpicedt.graphic.event with parameters of type PEMouseInputListener | |
static PEMouseInputListener |
PEEventMulticaster.add(PEMouseInputListener a,
PEMouseInputListener b)
Adds PEMouseInputListener-a with PEMouseInputListener-b and returns the resulting multicast listener. |
static PEMouseInputListener |
PEEventMulticaster.remove(PEMouseInputListener l,
PEMouseInputListener oldl)
Removes the old PEMouseInputListener from PEMouseInputListener-l and returns the resulting multicast listener. |
|
|||||||||
Home >> All >> jpicedt >> graphic >> [ event overview ] | PREV NEXT |