Uses of Class
de.jangassen.labels.LabelName
-
Packages that use LabelName Package Description de.jangassen.labels -
-
Uses of LabelName in de.jangassen.labels
Methods in de.jangassen.labels that return LabelName Modifier and Type Method Description static LabelNameLabelName. valueOf(String name)Returns the enum constant of this type with the specified name.static LabelName[]LabelName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.jangassen.labels with parameters of type LabelName Modifier and Type Method Description StringLabelMaker. getLabel(LabelName menuItemName, Object... args)
-