public static enum SectionNavigatorConfig.SectionNavigatorBehavior extends Enum<SectionNavigatorConfig.SectionNavigatorBehavior>
Enum Constant and Description |
---|
TABS
Section Navigator as tabs: Section Navigator as tabs
|
TOC
Section Navigator as TOC: Section Navigator as TOC
|
Modifier and Type | Method and Description |
---|---|
static SectionNavigatorConfig.SectionNavigatorBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SectionNavigatorConfig.SectionNavigatorBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SectionNavigatorConfig.SectionNavigatorBehavior TABS
public static final SectionNavigatorConfig.SectionNavigatorBehavior TOC
public static SectionNavigatorConfig.SectionNavigatorBehavior[] values()
for (SectionNavigatorConfig.SectionNavigatorBehavior c : SectionNavigatorConfig.SectionNavigatorBehavior.values()) System.out.println(c);
public static SectionNavigatorConfig.SectionNavigatorBehavior valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016. All rights reserved.