|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectapps.mtdesktop.tabletop.mouse.MouseCursor
public class MouseCursor
The Class MouseCursor.
| Constructor Summary | |
|---|---|
MouseCursor(ContentSystem contentSystem,
MultiTouchInputComponent input,
TableIdentity tableId,
int cursorId,
java.awt.Color color)
Instantiates a new mouse cursor. |
|
| Method Summary | |
|---|---|
LightImageLabel |
getCursor()
Gets the cursor. |
TableIdentity |
getTableIdentity()
Gets the table identity. |
void |
mouseClicked(TableIdentity tableId,
MouseEventInfo evt)
Mouse clicked. |
void |
mouseDragged(TableIdentity tableId,
MouseEventInfo evt)
Mouse dragged. |
void |
mouseMoved(TableIdentity tableId,
MouseEventInfo evt)
Mouse moved. |
void |
mousePressed(TableIdentity tableId,
MouseEventInfo evt)
Mouse pressed. |
void |
mouseReleased(TableIdentity tableId,
MouseEventInfo evt)
Mouse released. |
void |
setOrientation(DesktopClient.Position position)
Sets the orientation. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MouseCursor(ContentSystem contentSystem,
MultiTouchInputComponent input,
TableIdentity tableId,
int cursorId,
java.awt.Color color)
contentSystem - the content systeminput - the inputtableId - the table idcursorId - the cursor idcolor - the color| Method Detail |
|---|
public LightImageLabel getCursor()
public TableIdentity getTableIdentity()
public void mouseClicked(TableIdentity tableId,
MouseEventInfo evt)
TabletopContentManager.DesktopMouseListener
mouseClicked in interface TabletopContentManager.DesktopMouseListenertableId - the table idevt - the evt
public void mouseDragged(TableIdentity tableId,
MouseEventInfo evt)
TabletopContentManager.DesktopMouseListener
mouseDragged in interface TabletopContentManager.DesktopMouseListenertableId - the table idevt - the evt
public void mouseMoved(TableIdentity tableId,
MouseEventInfo evt)
TabletopContentManager.DesktopMouseListener
mouseMoved in interface TabletopContentManager.DesktopMouseListenertableId - the table idevt - the evt
public void mousePressed(TableIdentity tableId,
MouseEventInfo evt)
TabletopContentManager.DesktopMouseListener
mousePressed in interface TabletopContentManager.DesktopMouseListenertableId - the table idevt - the evt
public void mouseReleased(TableIdentity tableId,
MouseEventInfo evt)
TabletopContentManager.DesktopMouseListener
mouseReleased in interface TabletopContentManager.DesktopMouseListenertableId - the table idevt - the evtpublic void setOrientation(DesktopClient.Position position)
position - the new orientation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||