public abstract class Parameter extends Object implements com.threerings.io.Streamable
| Modifier and Type | Field and Description |
|---|---|
String |
ident
A string identifier that names this parameter.
|
String |
name
A human readable name for this configuration parameter.
|
String |
tip
A human readable tooltip to display when the mouse is hovered over this configuration
parameter.
|
| Constructor and Description |
|---|
Parameter() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
getDefaultValue()
Returns the default value of this parameter.
|
abstract String |
getLabel()
Returns the translation key for this parameter's label.
|
String |
toString() |
Copyright © 2015. All rights reserved.