Ribs API

com.ribs
Class RJAction

java.lang.Object
  extended bycom.ribs.RJAction

public class RJAction
extends java.lang.Object

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 .


Field Summary
static byte TYPE_DROP_EVENT
           
static byte TYPE_GENERIC
           
 
Constructor Summary
RJAction(java.lang.Object aSource)
           
 
Method Summary
 java.awt.dnd.DropTargetDropEvent dropEvent()
           
 int getClickCount()
           
 java.lang.String getDropString()
           
 java.awt.Point getLocation()
           
 byte getType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_GENERIC

public static final byte TYPE_GENERIC
See Also:
Constant Field Values

TYPE_DROP_EVENT

public static final byte TYPE_DROP_EVENT
See Also:
Constant Field Values
Constructor Detail

RJAction

public RJAction(java.lang.Object aSource)
Method Detail

getType

public byte getType()

getClickCount

public int getClickCount()

dropEvent

public java.awt.dnd.DropTargetDropEvent dropEvent()

getDropString

public java.lang.String getDropString()

getLocation

public java.awt.Point getLocation()

Ribs API.