| org.apache.harmony.awt.state.MenuItemState
MenuItemState | public interface MenuItemState (Code) | | State of menu item
|
isCheckBox | boolean isCheckBox()(Code) | | |
isChecked | boolean isChecked()(Code) | | |
isEnabled | boolean isEnabled()(Code) | | |
isSeparator | boolean isSeparator()(Code) | | |
setItemBounds | void setItemBounds(int x, int y, int w, int h)(Code) | | |
setShortcutBounds | void setShortcutBounds(int x, int y, int w, int h)(Code) | | |
setTextBounds | void setTextBounds(int x, int y, int w, int h)(Code) | | |
|
|