package
gve.calc.formula;
public
interface
MouseSensitive
{
If this returns true, the component handles mouse drags on its own
public
boolean
mousePressed(
int
flags,
int
x,
int
y);
public
void
mouseDown(
int
flags,
int
x,
int
y); }