class RandomnessConfigurable : Configurable
Randomness' root configurable; all other configurables are its children.
RandomnessConfigurable()
Randomness' root configurable; all other configurables are its children. |
fun apply(): Unit
Does nothing because nothing can be done. |
|
fun createComponent(): JPanel
Returns an empty panel. |
|
fun getDisplayName(): String
Returns the name of the configurable as displayed in the settings window. |
|
fun isModified(): Boolean
Returns false because there is nothing to be modified. |