class CurrentGoalViewListener extends Object implements MouseListener, DragGestureListener
| Modifier and Type | Field and Description |
|---|---|
private long |
block
hack to block a click event
|
private CurrentGoalView |
currentGoalView |
private KeYMediator |
mediator |
private TacletMenu |
menu |
private boolean |
modalDragNDropEnabled |
private static int |
POPUP_DELAY |
| Constructor and Description |
|---|
CurrentGoalViewListener(CurrentGoalView currentGoalView,
KeYMediator mediator) |
| Modifier and Type | Method and Description |
|---|---|
void |
dragGestureRecognized(DragGestureEvent dgEvent)
a drag gesture has been initiated
|
void |
hideMenu() |
boolean |
modalDragNDropEnabled() |
void |
mouseClicked(MouseEvent me) |
void |
mouseEntered(MouseEvent me) |
void |
mouseExited(MouseEvent me) |
void |
mousePressed(MouseEvent me) |
void |
mouseReleased(MouseEvent me) |
void |
setModalDragNDropEnabled(boolean allowDragNDrop) |
private static final int POPUP_DELAY
private final KeYMediator mediator
private final CurrentGoalView currentGoalView
private TacletMenu menu
private boolean modalDragNDropEnabled
private long block
CurrentGoalViewListener(CurrentGoalView currentGoalView, KeYMediator mediator)
public void mouseExited(MouseEvent me)
mouseExited in interface MouseListenerpublic void mouseClicked(MouseEvent me)
mouseClicked in interface MouseListenerpublic void mousePressed(MouseEvent me)
mousePressed in interface MouseListenerpublic void mouseReleased(MouseEvent me)
mouseReleased in interface MouseListenerpublic void mouseEntered(MouseEvent me)
mouseEntered in interface MouseListenerpublic void hideMenu()
public final void setModalDragNDropEnabled(boolean allowDragNDrop)
public boolean modalDragNDropEnabled()
public void dragGestureRecognized(DragGestureEvent dgEvent)
dragGestureRecognized in interface DragGestureListener