Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- add(T) - Method in class me.efekos.simpler.config.ListDataManager
-
Adds the given data to list.
- addChild(String) - Method in class me.efekos.simpler.commands.CommandTree
-
Adds the given string as a
LabelNode
to the children of this tree and returns it. - addChild(String) - Method in class me.efekos.simpler.commands.node.CommandNode
-
Adds the given string as a
LabelNode
to the children of this node and returns it. - addChild(CommandNode) - Method in class me.efekos.simpler.commands.CommandTree
-
Adds the given
CommandNode
to the children of this tree and returns it. - addChild(CommandNode) - Method in class me.efekos.simpler.commands.node.CommandNode
-
Adds the given
CommandNode
to the children of this class and returns it. - addCustomChart(Metrics.CustomChart) - Method in class me.efekos.simpler.Metrics
-
Adds a custom chart.
- addCustomChart(Metrics.CustomChart) - Method in class me.efekos.simpler.Metrics.MetricsBase
- addMenu(Menu) - Method in class me.efekos.simpler.menu.MenuData
-
Adds a menu to the menu history of this data.
- AdvancedBarChart(String, Callable<Map<String, int[]>>) - Constructor for class me.efekos.simpler.Metrics.AdvancedBarChart
-
Class constructor.
- AdvancedPie(String, Callable<Map<String, Integer>>) - Constructor for class me.efekos.simpler.Metrics.AdvancedPie
-
Class constructor.
- appendField(String, int) - Method in class me.efekos.simpler.Metrics.JsonObjectBuilder
-
Appends an integer field to the JSON.
- appendField(String, int[]) - Method in class me.efekos.simpler.Metrics.JsonObjectBuilder
-
Appends an integer array to the JSON.
- appendField(String, String) - Method in class me.efekos.simpler.Metrics.JsonObjectBuilder
-
Appends a string field to the JSON.
- appendField(String, String[]) - Method in class me.efekos.simpler.Metrics.JsonObjectBuilder
-
Appends a string array to the JSON.
- appendField(String, Metrics.JsonObjectBuilder.JsonObject) - Method in class me.efekos.simpler.Metrics.JsonObjectBuilder
-
Appends an object to the JSON.
- appendField(String, Metrics.JsonObjectBuilder.JsonObject[]) - Method in class me.efekos.simpler.Metrics.JsonObjectBuilder
-
Appends an object array to the JSON.
- appendNull(String) - Method in class me.efekos.simpler.Metrics.JsonObjectBuilder
-
Appends a null field to the JSON.
- Argument - Class in me.efekos.simpler.commands.syntax
-
Used for your custom arguments.
- Argument() - Constructor for class me.efekos.simpler.commands.syntax.Argument
-
Used for your custom arguments.
- ArgumentHandleResult - Class in me.efekos.simpler.commands.syntax
-
Represents a result you will probably get from
Argument.handleCorrection(String)
. - ArgumentNode - Class in me.efekos.simpler.commands.node
-
Main that is used for making argument nodes.
- ArgumentNode(CommandNode...) - Constructor for class me.efekos.simpler.commands.node.ArgumentNode
-
Created a new
ArgumentNode
to be used inCommandTree
s. - ArgumentPriority - Enum Class in me.efekos.simpler.commands.syntax
-
Used to provide a priority for
Argument
s.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form