(boolean menu)
| 1922 | |
| 1923 | /// Indicates that this is a menu preventing getCurrent() from ever returning this class |
| 1924 | void setMenu(boolean menu) { |
| 1925 | this.menu = menu; |
| 1926 | } |
| 1927 | |
| 1928 | /// Prevent a menu from adding the select button |
| 1929 | void addSelectCommand() { |