Tesseract 3.01
|
Public Member Functions | |
void | performAction (SVWindow window, SVEventType eventType) |
Package Functions | |
SVEmptyMenuItem (int id, String name) |
Constructs a new menulistitem which just has an ID and a name attached to it. In this case, we will have to ask for the value of the item and its description if it gets called.
com::google::scrollview::ui::SVEmptyMenuItem::SVEmptyMenuItem | ( | int | id, |
String | name | ||
) | [inline, package] |
void com::google::scrollview::ui::SVEmptyMenuItem::performAction | ( | SVWindow | window, |
SVEventType | eventType | ||
) | [inline] |
What to do when user clicks on this item.
Reimplemented from com::google::scrollview::ui::SVAbstractMenuItem.