| |
|
| java.lang.Object sun.awt.X11.XMenuItemPeer sun.awt.X11.XMenuPeer
XMenuPeer | XMenuPeer(Menu target)(Code) | | Construction
|
addSeparator | public void addSeparator()(Code) | | addSeparator routines are not used
in peers. Shared code invokes addItem("-")
for adding separators
|
delItem | public void delItem(int index)(Code) | | |
dispose | public void dispose()(Code) | | Disposes menu window if needed
|
getMenuWindow | XMenuWindow getMenuWindow()(Code) | | Returns menu window of this menu or null
it this menu has no container and so its
window can't be created.
|
getTargetItems | Vector getTargetItems()(Code) | | Access to target's fields
|
isSeparator | boolean isSeparator()(Code) | | Overriden behaviour
|
setContainer | void setContainer(XBaseMenuWindow container)(Code) | | This function is called when menu is bound
to its container window. Creates submenu window
that fills its items vector while construction
|
setFont | public void setFont(Font font)(Code) | | Resets text metrics for this item, for its menu window
and for all descendant menu windows
|
|
|
|