GestureGridPanel Class Reference
GestureGridPanel is the JPanel that appears on the right side of the TrainPanel. More...
Inherits javax::swing::JPanel, and java::awt::event::ActionListener.
Collaboration diagram for GestureGridPanel:

Public Member Functions | |
| GestureGridPanel (Session s) | |
| Given a Session, set up a GestureGridPanel already containing all the sets. | |
| void | setSession (Session s) |
| Clears out all the old panels, if there were any, and replaces them with the gestures of this new session. | |
| void | actionPerformed (ActionEvent e) |
| void | mouseClicked (MouseEvent e) |
| void | mouseEntered (MouseEvent e) |
| void | mouseExited (MouseEvent e) |
| void | mousePressed (MouseEvent e) |
| void | mouseReleased (MouseEvent e) |
Detailed Description
GestureGridPanel is the JPanel that appears on the right side of the TrainPanel.
It contains GesturePanels that represent each gesture in the currently loaded Session, as well as a "New Gesture" button for adding new gestures.
Constructor & Destructor Documentation
| GestureGridPanel | ( | Session | s | ) |
Given a Session, set up a GestureGridPanel already containing all the sets.
- Parameters:
-
s the session to display the Gesture Sets of
Here is the call graph for this function:

Member Function Documentation
| void actionPerformed | ( | ActionEvent | e | ) |
Here is the call graph for this function:

| void mouseClicked | ( | MouseEvent | e | ) |
Here is the call graph for this function:

| void mouseEntered | ( | MouseEvent | e | ) |
Here is the call graph for this function:

| void mouseExited | ( | MouseEvent | e | ) |
Here is the call graph for this function:

| void mousePressed | ( | MouseEvent | e | ) |
| void mouseReleased | ( | MouseEvent | e | ) |
| void setSession | ( | Session | s | ) |
Clears out all the old panels, if there were any, and replaces them with the gestures of this new session.
- Parameters:
-
s the Session to be displayed.
Here is the call graph for this function:

Here is the caller 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/GestureGridPanel.java
