Modifier and Type | Field and Description |
---|---|
static Preference |
ACCESS_KEYS
preference switch for access keys in menus.
|
static Preference |
MULTI_LEVEL_MENU_FEATURE |
Constructor and Description |
---|
MenuVisitor(AppContext conn,
HtmlBuilder builder) |
Modifier and Type | Method and Description |
---|---|
void |
appendLinear(Node n)
adds a node and all its children without nesting
|
void |
visitContainer(NodeContainer container) |
void |
visitNode(Node node) |
void |
visitNode(Node node,
boolean recurse) |
public static final Preference ACCESS_KEYS
public static final Preference MULTI_LEVEL_MENU_FEATURE
public MenuVisitor(AppContext conn, HtmlBuilder builder)
public void visitContainer(NodeContainer container)
visitContainer
in interface Visitor
public void visitNode(Node node, boolean recurse)
public void appendLinear(Node n)
n
-