RandomnessConfigurable

class RandomnessConfigurable : Configurable

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

Constructors

Link copied to clipboard
fun RandomnessConfigurable()

Types

Link copied to clipboard
object Companion

Holds constants.

Functions

Link copied to clipboard
open override fun apply()

Does nothing because nothing can be done.

Link copied to clipboard
open fun cancel()
Link copied to clipboard
open override fun createComponent(): DialogPanel

Returns a panel containing links to the other configurables.

Link copied to clipboard
open fun disposeUIResources()
Link copied to clipboard
open override fun getDisplayName(): String

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

Link copied to clipboard
@Nullable
@NonNls
@Contract(pure = true)
open fun getHelpTopic(): @Nullable @NonNls String?
Link copied to clipboard
@Nullable
open fun getPreferredFocusedComponent(): @Nullable JComponent?
Link copied to clipboard
open override fun isModified(): Boolean

Returns false because there is nothing to be modified.

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
Link copied to clipboard
open fun reset()

Sources

Link copied to clipboard