public abstract class MenuPathComponent extends Object
| Constructor and Description |
|---|
MenuPathComponent() |
| Modifier and Type | Method and Description |
|---|---|
abstract MenuNode |
fetch(MenuNode context) |
abstract String |
getName() |
static MenuPathComponent |
nameComponent(String targetName) |
static Pair<MenuPathComponent,Integer> |
parse(String text,
int offset) |
abstract String |
toString() |
public abstract String getName()
public static Pair<MenuPathComponent,Integer> parse(String text, int offset)
public static MenuPathComponent nameComponent(String targetName)
Copyright © 2018. All rights reserved.