public abstract class GralMenu._GraphicImpl extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected GralWidget |
widgg |
Modifier | Constructor and Description |
---|---|
protected |
_GraphicImpl(GralWidget widgg)
Creates a new menu wrapper.
|
Modifier and Type | Method and Description |
---|---|
void |
_implMenu()
Creates all necessary new implementation instances for this GralMenu.
|
protected abstract void |
_implMenuItem(java.lang.Object oParentMenu,
GralMenu.MenuEntry gralEntry)
This method should be implemented in the implementation layer.
|
abstract java.lang.Object |
getMenuImpl()
Returns the implementation instance for the menu.
|
protected final GralWidget widgg
protected _GraphicImpl(GralWidget widgg)
widgg
- The gral widget which is the parent. If it is a context menu it is that
widget where GralWidget.getContextMenu()
was called.
If it is is a menu bar, the window is used.mng
- The mngpublic final void _implMenu()
protected abstract void _implMenuItem(java.lang.Object oParentMenu, GralMenu.MenuEntry gralEntry)
oParentMenu
- gralEntry
- public abstract java.lang.Object getMenuImpl()