| Package | Description |
|---|---|
| xyz.cofe.cxconsole.menu |
| Modifier and Type | Method and Description |
|---|---|
static MenuPathComponent |
MenuPathComponent.nameComponent(String targetName) |
| Modifier and Type | Method and Description |
|---|---|
static Pair<MenuPathComponent,Integer> |
MenuPathComponent.parse(String text,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
MenuPath |
MenuPath.add(MenuPathComponent n) |
MenuPath |
MenuPath.insert(int idx,
MenuPathComponent n) |
MenuPath |
MenuPath.remove(MenuPathComponent n) |
MenuPath |
MenuPath.set(int index,
MenuPathComponent n) |
| Modifier and Type | Method and Description |
|---|---|
MenuNode |
MenuPath.Fetch.get(Func2<MenuNode,MenuNode,MenuPathComponent> resolve) |
protected MenuPath |
MenuPath.list(List<MenuPathComponent> list) |
| Constructor and Description |
|---|
MenuPath(List<MenuPathComponent> mpath) |
Copyright © 2018. All rights reserved.