public class OwMouseEventDescription extends Object implements OwEventDescription
A mouse event description : necessary key bindings and text description.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
| Modifier and Type | Field and Description |
|---|---|
static int |
MOUSE_CLICK |
static int |
MOUSE_LEFT_CLICK |
static int |
MOUSE_NO_CLICK |
static int |
MOUSE_RIGHT_CLICK |
| Constructor and Description |
|---|
OwMouseEventDescription(int modKeyCode,
int modCtrlKey,
int clickActionCode,
OwString description) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription(Locale locale,
OwOSFamily userAgentFamily) |
String |
getEventString(Locale locale,
OwOSFamily userAgentFamily) |
int |
hashCode() |
public static final int MOUSE_NO_CLICK
public static final int MOUSE_LEFT_CLICK
public static final int MOUSE_RIGHT_CLICK
public static final int MOUSE_CLICK
public OwMouseEventDescription(int modKeyCode,
int modCtrlKey,
int clickActionCode,
OwString description)
public String getEventString(Locale locale, OwOSFamily userAgentFamily)
getEventString in interface OwEventDescriptionpublic String getDescription(Locale locale, OwOSFamily userAgentFamily)
getDescription in interface OwEventDescriptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.