intellij-randomness / com.fwdekker.randomness / RandomnessConfigurable

RandomnessConfigurable

class RandomnessConfigurable : Configurable

Randomness' root configurable; all other configurables are its children.

Constructors

<init>

RandomnessConfigurable()

Randomness' root configurable; all other configurables are its children.

Functions

apply

fun apply(): Unit

Does nothing because nothing can be done.

createComponent

fun createComponent(): JComponent?

Returns null.

getDisplayName

fun getDisplayName(): String

Returns the name of the configurable as displayed in the settings window.

isModified

fun isModified(): Boolean

Returns false because there is nothing to be modified.