public class JMenuBarGuiComponentNavigator extends Object implements GuiComponentNavigator<JMenuBar>
| Constructor and Description |
|---|
JMenuBarGuiComponentNavigator() |
| Modifier and Type | Method and Description |
|---|---|
Object |
addChildItem(int index,
AppToolComponent b,
NodeSupplierContext context) |
Object |
getItemAt(int index,
NodeSupplierContext context) |
int |
getItemCount(NodeSupplierContext context) |
public int getItemCount(NodeSupplierContext context)
getItemCount in interface GuiComponentNavigator<JMenuBar>public Object getItemAt(int index, NodeSupplierContext context)
getItemAt in interface GuiComponentNavigator<JMenuBar>public Object addChildItem(int index, AppToolComponent b, NodeSupplierContext context)
addChildItem in interface GuiComponentNavigator<JMenuBar>Copyright © 2021 vpc open source initiative. All rights reserved.