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(): DialogPanel

Returns a panel containing links to the other configurables.

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.

Companion Object Properties

FIND_SETTINGS_TIMEOUT

const val FIND_SETTINGS_TIMEOUT: Int

Maximum number of milliseconds to try to find current data manager instance.

LINK_MARGIN_BOTTOM

const val LINK_MARGIN_BOTTOM: Int

The margin to insert below each link in the panel.

LINK_MARGIN_TOP

const val LINK_MARGIN_TOP: Int

The margin to insert above each link in the panel.