Uses of Class
org.dwcj.controls.menuitem.MenuItem
Packages that use MenuItem
Package
Description
-
Uses of MenuItem in org.dwcj.controls.checkablemenuitem
Subclasses of MenuItem in org.dwcj.controls.checkablemenuitem -
Uses of MenuItem in org.dwcj.controls.menuitem
Methods in org.dwcj.controls.menuitem that return MenuItemModifier and TypeMethodDescriptionMenuItem.addClassName(String selector) MenuItem.removeClassName(String selector) MenuItem.setAttribute(String attribute, String value) MenuItem.setEnabled(Boolean enabled) MenuItem.setExpanse(MenuItem.Expanse expanse) MenuItem.setTooltipText(String text) MenuItem.setVisible(Boolean visible) -
Uses of MenuItem in org.dwcj.controls.popupmenu
Methods in org.dwcj.controls.popupmenu that return MenuItemModifier and TypeMethodDescriptionPopupMenu.addMenuItem(int id, String title) PopupMenu.addMenuItem(int id, String title, boolean checkable, boolean checked) PopupMenu.addMenuItem(int id, String title, boolean checkable, boolean checked, int action) PopupMenu.addMenuItem(int id, String title, int action) PopupMenu.getMenuItem(int id) PopupMenu.getMenuItemAt(int index) PopupMenu.insertMenuItem(int index, int id, String title) PopupMenu.insertMenuItem(int index, int id, String title, boolean checkable, boolean checked) PopupMenu.insertMenuItem(int index, int id, String title, boolean checkable, boolean checked, int action) PopupMenu.insertMenuItem(int index, int id, String title, int action) Methods in org.dwcj.controls.popupmenu with parameters of type MenuItem