|
tesseract
3.03
|
Public Member Functions | |
| String | getValue () |
| void | add (SVAbstractMenuItem mli) |
| void | add (JMenu jli) |
| void | performAction (SVWindow window, SVEventType eventType) |
Public Attributes | |
| String | name |
| int | id |
Package Functions | |
| SVAbstractMenuItem (int id, String name, JMenuItem jmi) | |
Package Attributes | |
| JMenuItem | mi |
Definition at line 27 of file SVAbstractMenuItem.java.
| com.google.scrollview.ui.SVAbstractMenuItem.SVAbstractMenuItem | ( | int | id, |
| String | name, | ||
| JMenuItem | jmi | ||
| ) | [inline, package] |
| void com.google.scrollview.ui.SVAbstractMenuItem.add | ( | SVAbstractMenuItem | mli | ) | [inline] |
Adds a child entry to the submenu.
Reimplemented in com.google.scrollview.ui.SVSubMenuItem.
Definition at line 45 of file SVAbstractMenuItem.java.
{ }
| void com.google.scrollview.ui.SVAbstractMenuItem.add | ( | JMenu | jli | ) | [inline] |
Adds a child menu to the submenu (or root node).
Reimplemented in com.google.scrollview.ui.SVSubMenuItem.
Definition at line 48 of file SVAbstractMenuItem.java.
{ }
| String com.google.scrollview.ui.SVAbstractMenuItem.getValue | ( | ) | [inline] |
Returns the actual value of the MenuListItem.
Reimplemented in com.google.scrollview.ui.SVMenuItem, and com.google.scrollview.ui.SVCheckboxMenuItem.
Definition at line 42 of file SVAbstractMenuItem.java.
{ return null; }
| void com.google.scrollview.ui.SVAbstractMenuItem.performAction | ( | SVWindow | window, |
| SVEventType | eventType | ||
| ) | [inline] |
What to do when user clicks on this item.
| window | The window the event happened. |
| eventType | What kind of event will be associated (usually SVET_POPUP or SVET_MENU). |
Reimplemented in com.google.scrollview.ui.SVMenuItem, com.google.scrollview.ui.SVCheckboxMenuItem, and com.google.scrollview.ui.SVEmptyMenuItem.
Definition at line 56 of file SVAbstractMenuItem.java.
{}
Definition at line 30 of file SVAbstractMenuItem.java.
JMenuItem com.google.scrollview.ui.SVAbstractMenuItem.mi [package] |
Definition at line 28 of file SVAbstractMenuItem.java.
Definition at line 29 of file SVAbstractMenuItem.java.