UC Berkeley Group for User Interface Research
Updated November 17, 2000

edu.berkeley.guir.lib.satin.event
Interface StrokeEventFilter

All Superinterfaces:
Cloneable, EventFilter, SatinEventFilter
All Known Subinterfaces:
Interpreter, MultiInterpreter
All Known Implementing Classes:
BasicStrokeEventFilter

public interface StrokeEventFilter
extends SatinEventFilter

This software is distributed under the Berkeley Software License.

 Revisions:  - SATIN-v1.0-1.0.0, Aug 25 1999, JH
               Created class
             - SATIN-v2.1-1.0.0, Aug 11 2000, JH
               Touched for SATIN release
 

Since:
JDK 1.2
Version:
SATIN-v2.1-1.0.0, Aug 11 2000
Author:
Jason Hong ( jasonh@cs.berkeley.edu )

Method Summary
 boolean isLeftButtonAccepted()
          Check if the left button is Accepted.
 boolean isMiddleButtonAccepted()
          Check if the middle button is Accepted.
 boolean isRightButtonAccepted()
          Check if the right button is Accepted.
 void setAcceptLeftButton(boolean flag)
          Set whether the left button is Accepted or not.
 void setAcceptMiddleButton(boolean flag)
          Set whether the middle button is Accepted or not.
 void setAcceptRightButton(boolean flag)
          Set whether the right button is Accepted or not.
 
Methods inherited from interface edu.berkeley.guir.lib.satin.event.SatinEventFilter
isConsumedAccepted, setAcceptConsumed
 
Methods inherited from interface edu.berkeley.guir.lib.satin.event.EventFilter
isEventAccepted
 

Method Detail

isLeftButtonAccepted

public boolean isLeftButtonAccepted()
Check if the left button is Accepted.

isMiddleButtonAccepted

public boolean isMiddleButtonAccepted()
Check if the middle button is Accepted.

isRightButtonAccepted

public boolean isRightButtonAccepted()
Check if the right button is Accepted.

setAcceptLeftButton

public void setAcceptLeftButton(boolean flag)
Set whether the left button is Accepted or not.

setAcceptMiddleButton

public void setAcceptMiddleButton(boolean flag)
Set whether the middle button is Accepted or not.

setAcceptRightButton

public void setAcceptRightButton(boolean flag)
Set whether the right button is Accepted or not.

Copyright Information