Code Search for Developers
 
 
  

ICIGestureIndentifier.java from MASE: Agile Software Engineering at Krugle


Show ICIGestureIndentifier.java syntax highlighted

/**
 * 
 */
package ucalgary.ebe.ci.gestures;

/**
 * @author hkolenda
 * 
 */
public interface ICIGestureIndentifier {

    public String getNamespace();

    public String getGestureCode();

}




See more files for this project here

MASE: Agile Software Engineering

The MASE project investigates methods to support the coordination and executable acceptance testing of software projects. Keywords: Agile methods, distributed teams, Extreme Programming. See http://ebe.cpsc.ucalgary.ca/ebe for more information.

Project homepage: http://sourceforge.net/projects/mase
Programming language(s): Java,XML
License: other

  events/
    impl/
      CIGestureEvent.java
    ICIGestureEvent.java
    ICIGestureListener.java
  helpers/
    PointCalculations.java
  impl/
    AbstractCIGestureProvider.java
    Gesture.java
    MultiInputGestureProvider.java
  input/
    mouse/
      MouseProviderInput.java
    swt/
      SWTMouseInput.java
      SWTMouseWithKeyComboInput.java
      SWTMouseWithKeyInput.java
    AbstractGestureInput.java
    AbstractTimedInput.java
    GestureInput.java
    GestureInputListener.java
  recognition/
    direction/
      AbsoluteCoordsRecongition.java
      DirectionReconizer.java
      Directions.java
      IDirectionRecognizer.java
      IGestureTable.java
      MouseDirectionList.java
    distance/
      DistanceRecognition.java
    position/
      PositionRecognizer.java
    IGestureRecognizer.java
  DefaultGestures.java
  DefaultGesturesAdapter.java
  ICIGestureIndentifier.java
  ICIGestureProvider.java