|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ca.aura.ui.swt.actions.MovingControlListener
Constructor Summary | |
MovingControlListener()
Specify the presenter to select. |
Method Summary | |
protected boolean |
isSelected()
Is the document currently selected? |
void |
mouseDoubleClick(MouseEvent e)
The document is opened when double clicked |
void |
mouseDown(MouseEvent e)
The Document can handle two mouseDown events The "right" click opens up the document menu. |
void |
mouseMove(MouseEvent e)
If the mouse is selected (based on a mouseDown event), then the document is + moved to the new location + visually marked as being moved |
void |
mouseUp(MouseEvent e)
|
protected void |
setSelected(boolean isSelected)
Set the document as selected or not |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MovingControlListener()
Method Detail |
public void mouseDown(MouseEvent e)
public void mouseDoubleClick(MouseEvent e)
public void mouseUp(MouseEvent e)
public void mouseMove(MouseEvent e)
protected boolean isSelected()
protected void setSelected(boolean isSelected)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |