Package com.ribs
Class RJAction
java.lang.Object
com.ribs.RJAction
This class encapsulates additional information for uncommon actions. For most UI actions, it's sufficient to get
notification via respondUI() that the control has fired. However, using Ribs.getAction(), you can query for
additional information, like the clickCount() or isMetaDown().
Copyright (c) 2004 ReportMill Software, Inc. All Rights Reserved. Contact ReportMill <info@reportmill.com>.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte
static final byte
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TYPE_GENERIC
public static final byte TYPE_GENERIC- See Also:
-
TYPE_DROP_EVENT
public static final byte TYPE_DROP_EVENT- See Also:
-
-
Constructor Details
-
RJAction
-
-
Method Details
-
getType
public byte getType() -
getClickCount
public int getClickCount() -
dropEvent
-
getDropString
-
getLocation
-