Uses of Class
be.panako.util.Key
| Package | Description |
|---|---|
| be.panako.util |
Utility classes for Panako
|
-
Uses of Key in be.panako.util
Methods in be.panako.util that return Key Modifier and Type Method Description static KeyKey. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Key[]Key. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in be.panako.util with parameters of type Key Modifier and Type Method Description static java.lang.StringConfig. get(Key key)static booleanConfig. getBoolean(Key key)static floatConfig. getFloat(Key key)static intConfig. getInt(Key key)static voidConfig. set(Key key, java.lang.String value)Sets a configuration value to use during the runtime of the application.