|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ca.aura.ui.swt.actions.CaretListener
Constructor Summary | |
CaretListener(Point lastPoint)
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)
capture the last point when the mouse is down |
void |
mouseMove(MouseEvent e)
did the mouse move? |
void |
mouseUp(MouseEvent e)
|
protected void |
setPoint(MouseEvent e)
set the last point |
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 CaretListener(Point lastPoint)
Method Detail |
public void mouseDown(MouseEvent e)
public void mouseDoubleClick(MouseEvent e)
public void mouseUp(MouseEvent e)
public void mouseMove(MouseEvent e)
protected void setPoint(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 |