Public Member Functions | |
PaneButtonListener (CALOPane pane) | |
Constructs a PaneButtonListener that shows the given pane. | |
void | actionPerformed (ActionEvent e) |
Invoked when the button is clicked. | |
Private Attributes | |
CALOPane | pane |
The pane this listener will show when invoked. |
edu.cmu.hcii.calo.SidebarWindow.PaneButtonListener.PaneButtonListener | ( | CALOPane | pane | ) |
Constructs a PaneButtonListener that shows the given pane.
void edu.cmu.hcii.calo.SidebarWindow.PaneButtonListener.actionPerformed | ( | ActionEvent | e | ) |
Invoked when the button is clicked.
Shows or hides the appropriate pane.
e | the action event |
The pane this listener will show when invoked.