Public Member Functions | |
TitleButtonListener (SubpaneState destinationState) | |
Constructs a TitleButtonListener that, when its associated titlebar button is clicked, will cause the titlebar to transition to the given state. | |
void | actionPerformed (ActionEvent e) |
Private Attributes | |
SubpaneState | destinationState |
edu.cmu.hcii.calo.view.TaskSubpaneTitleView.TitleButtonListener.TitleButtonListener | ( | SubpaneState | destinationState | ) |
Constructs a TitleButtonListener that, when its associated titlebar button is clicked, will cause the titlebar to transition to the given state.
destinationState | the state to transition to when clicked |
void edu.cmu.hcii.calo.view.TaskSubpaneTitleView.TitleButtonListener.actionPerformed | ( | ActionEvent | e | ) |
SubpaneState edu.cmu.hcii.calo.view.TaskSubpaneTitleView.TitleButtonListener.destinationState [private] |