| |
|
| java.lang.Object sun.awt.qt.QtMenuItemPeer sun.awt.qt.QtMenuPeer
All known Subclasses: sun.awt.qt.QtPopupMenuPeer,
Method Summary | |
native public void | add(QtMenuItemPeer peer) | public void | addItem(MenuItem item) This method does not need to do anything because the menuitem peer will add itself to a
QtMenuContainer when it is created. | native protected void | create() | public void | delItem(int index) This method doesn't need to do anything because the menu item's peer will have been disposed
of by this time and disposing of a peer which is in a container in Qt automatically removes it
from the parent container. |
QtMenuPeer | QtMenuPeer(Menu target)(Code) | | Creates a new QtMenuPeer.
|
addItem | public void addItem(MenuItem item)(Code) | | This method does not need to do anything because the menuitem peer will add itself to a
QtMenuContainer when it is created.
|
create | native protected void create()(Code) | | |
delItem | public void delItem(int index)(Code) | | This method doesn't need to do anything because the menu item's peer will have been disposed
of by this time and disposing of a peer which is in a container in Qt automatically removes it
from the parent container.
|
|
|
|