RandomnessConfigurable

class RandomnessConfigurable : Configurable

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

Constructors

RandomnessConfigurable
Link copied to clipboard
fun RandomnessConfigurable()

Types

Companion
Link copied to clipboard
object Companion
Holds constants.

Functions

apply
Link copied to clipboard
open override fun apply()
Does nothing because nothing can be done.
cancel
Link copied to clipboard
open fun cancel()
createComponent
Link copied to clipboard
open override fun createComponent(): DialogPanel
Returns a panel containing links to the other configurables.
disposeUIResources
Link copied to clipboard
open fun disposeUIResources()
getDisplayName
Link copied to clipboard
open override fun getDisplayName(): String
Returns the name of the configurable as displayed in the settings window.
getHelpTopic
Link copied to clipboard
@Nullable()
@NonNls()
@Contract(pure = true)
open fun getHelpTopic(): @Nullable() @NonNls() String?
getPreferredFocusedComponent
Link copied to clipboard
open fun getPreferredFocusedComponent(): JComponent
isModified
Link copied to clipboard
open override fun isModified(): Boolean
Returns false because there is nothing to be modified.
open fun <T : Any> isModified(@NotNull() p0: @NotNull() ComboBox<T>, p1: T): Boolean
open fun isModified(@NotNull() p0: @NotNull() JTextField, @NotNull() p1: @NotNull() String): Boolean
open fun isModified(@NotNull() p0: @NotNull() JToggleButton, p1: Boolean): Boolean
open fun isModified(@NotNull() p0: @NotNull() JTextField, p1: Int, @NotNull() p2: @NotNull() UINumericRange): Boolean
reset
Link copied to clipboard
open fun reset()

Sources

jvm source
Link copied to clipboard