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:
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.
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:
- /Users/dev/Documents/SVN brazos.cs.tcu.edu/trunk/FROG/src/frog/gui/GestureEditDialog.java