Public Member Functions | |
StarButton () | |
Constructs a star button, initially unselected, with no action. | |
StarButton (Action a) | |
Constructs a star button, initially unselected, with the given action. | |
Protected Member Functions | |
void | fireStateChanged () |
Private Member Functions | |
void | setup () |
Sets up the visual appearance of this view. |
edu.cmu.hcii.calo.view.StarButton.StarButton | ( | ) |
Constructs a star button, initially unselected, with no action.
edu.cmu.hcii.calo.view.StarButton.StarButton | ( | Action | a | ) |
Constructs a star button, initially unselected, with the given action.
a | the action to assign to the button |
void edu.cmu.hcii.calo.view.StarButton.setup | ( | ) | [private] |
Sets up the visual appearance of this view.
void edu.cmu.hcii.calo.view.StarButton.fireStateChanged | ( | ) | [protected] |