-
mToolBarButtons
List<E> mToolBarButtons
list of tool bar button components, never null
-
mMenus
Map<K,V> mMenus
map, key= logical menu name seperated by /,
value= either a List of JMenuItem objects, or a JMenuItem object, never null
-
mMenuInsertionIndeces
Map<K,V> mMenuInsertionIndeces
map, key= logical menu name seperated by /,
value= an Integer, never null
-
mDelete
boolean mDelete
flag if we should add (false) or delete (true) the menu/toolbar stuff