()
| 1916 | |
| 1917 | /// Indicates that this is a menu preventing getCurrent() from ever returning this class |
| 1918 | @Override |
| 1919 | boolean isMenu() { |
| 1920 | return menu; |
| 1921 | } |
| 1922 | |
| 1923 | /// Indicates that this is a menu preventing getCurrent() from ever returning this class |
| 1924 | void setMenu(boolean menu) { |