FROG

FROG Recognizer of Gestures

GestureEditDialog Class Reference

Dialog for editing gestures called from GestureGridPanel. More...

Inherits java::awt::event::ActionListener, and javax::swing::event::ListSelectionListener.

Collaboration diagram for GestureEditDialog:

List of all members.

Public Member Functions

 GestureEditDialog (Session s, int index)
 Creates a new GestureEditDialog.
void actionPerformed (ActionEvent e)
void valueChanged (ListSelectionEvent e)

Detailed Description

Dialog for editing gestures called from GestureGridPanel.

Allows a user to remove instances from a gesture, show individual instances on the 3D plotter, and change a gesture's icon.

Author:
Team Better Recognize

Constructor & Destructor Documentation

GestureEditDialog ( Session  s,
int  index 
)

Creates a new GestureEditDialog.

Parameters:
s the Session to get the gesture from.
index the index of the gesture within the given Session.
Exceptions:
IllegalArgumentException if the Session is null.

Here is the call graph for this function:


Member Function Documentation

void actionPerformed ( ActionEvent  e  ) 

Here is the call graph for this function:

void valueChanged ( ListSelectionEvent  e  ) 

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables