com.fwdekker.randomness.ui.ActivityTableModelEditor |
A table that associates a certain data type with a checkbox. |
com.fwdekker.randomness.array.ArrayScheme |
Contains settings for generating arrays of other types of random values. |
com.fwdekker.randomness.array.ArraySettings |
The user-configurable collection of schemes applicable to generating arrays. |
com.fwdekker.randomness.array.ArraySettingsAction |
Controller for random array generation settings. |
com.fwdekker.randomness.array.ArraySettingsComponent |
Component for settings of random array generation. |
com.fwdekker.randomness.array.ArraySettingsConfigurable |
The configurable for array settings. |
com.fwdekker.randomness.word.BundledDictionary |
A |
javax.swing.ButtonGroup (extensions in package com.fwdekker.randomness.ui) | |
com.fwdekker.randomness.Cache |
A simple thread-safe cache of objects. |
com.fwdekker.randomness.CapitalizationMode |
A mode in which a word should be capitalized. |
kotlin.collections.Collection (extensions in package com.fwdekker.randomness.string) | |
com.fwdekker.randomness.DataGenerationException |
Thrown if a random datum could not be generated. |
com.fwdekker.randomness.DataGroupAction |
A group of actions for a particular type of random data that can be generated. |
com.fwdekker.randomness.DataInsertAction |
Inserts randomly generated strings at the event's editor's carets. |
com.fwdekker.randomness.DataInsertArrayAction |
Inserts randomly generated arrays of strings at the event's editor's carets. |
com.fwdekker.randomness.DataInsertRepeatAction |
Inserts the same randomly generated string at the event's editor's carets. |
com.fwdekker.randomness.DataInsertRepeatArrayAction |
Inserts the same randomly generated array of strings at the event's editor's carets. |
com.fwdekker.randomness.DataSettingsAction |
Opens the settings window for changing settings. |
com.fwdekker.randomness.decimal.DecimalGroupAction |
All actions related to inserting decimals. |
com.fwdekker.randomness.decimal.DecimalInsertAction |
Inserts random decimals. |
com.fwdekker.randomness.decimal.DecimalScheme |
Contains settings for generating random decimals. |
com.fwdekker.randomness.decimal.DecimalSettings |
The user-configurable collection of schemes applicable to generating decimals. |
com.fwdekker.randomness.decimal.DecimalSettingsAction |
Controller for random decimal generation settings. |
com.fwdekker.randomness.decimal.DecimalSettingsComponent |
Component for settings of random decimal generation. |
com.fwdekker.randomness.decimal.DecimalSettingsConfigurable |
The configurable for decimal settings. |
com.fwdekker.randomness.word.Dictionary |
A collection of words that may become inaccessible at any moment in time. |
com.fwdekker.randomness.word.DictionaryTable |
An editable table for selecting and editing Dictionaries. |
com.fwdekker.randomness.DummyInsertAction |
Inserts a dummy value. |
com.fwdekker.randomness.DummyInsertArrayAction |
Inserts an array of dummy values. |
com.fwdekker.randomness.DummyInsertRepeatAction |
Inserts a repeated array of dummy values. |
com.fwdekker.randomness.DummyInsertRepeatArrayAction |
Inserts a repeated array of dummy values. |
com.fwdekker.randomness.ui.EditableDatum |
An entry in the table. |
com.fwdekker.randomness.integer.IntegerGroupAction |
All actions related to inserting integers. |
com.fwdekker.randomness.integer.IntegerInsertAction |
Inserts random integers. |
com.fwdekker.randomness.integer.IntegerScheme |
Contains settings for generating random integers. |
com.fwdekker.randomness.integer.IntegerSettings |
The user-configurable collection of schemes applicable to generating integers. |
com.fwdekker.randomness.integer.IntegerSettingsAction |
Controller for random integer generation settings. |
com.fwdekker.randomness.integer.IntegerSettingsComponent |
Component for settings of random integer generation. |
com.fwdekker.randomness.integer.IntegerSettingsConfigurable |
The configurable for integer settings. |
com.fwdekker.randomness.word.InvalidDictionaryException |
Thrown when a Dictionary is found to be invalid and cannot be used in the intended way. |
kotlin.collections.Iterable (extensions in package com.fwdekker.randomness.string) | |
com.fwdekker.randomness.ui.JDoubleSpinner |
A JNumberSpinner for doubles. |
com.fwdekker.randomness.ui.JIntSpinner |
A JNumberSpinner for integers. |
com.fwdekker.randomness.ui.JLongSpinner |
A JNumberSpinner for longs. |
com.fwdekker.randomness.ui.JNumberSpinner |
An abstract JSpinner for numbers that contains common logic for its subclasses. |
com.fwdekker.randomness.ui.JSpinnerRange |
A container for two JSpinners that indicate a range of values. |
com.intellij.ui.popup.list.ListPopupImpl (extensions in package com.fwdekker.randomness.ui) | |
kotlin.collections.Map (extensions in package com.fwdekker.randomness.string) | |
com.fwdekker.randomness.PopupAction |
Shows a popup for all available Randomness actions. |
com.fwdekker.randomness.ui.PreviewPanel |
A panel that shows a preview of the values generated by a DataInsertAction. |
com.fwdekker.randomness.RandomnessConfigurable |
Randomness' root configurable; all other configurables are its children. |
icons.RandomnessIcons |
All Randomness icons. |
com.fwdekker.randomness.Scheme |
A scheme is a collection of configurable values. |
com.fwdekker.randomness.SchemesPanel |
A panel to manage schemes with, providing a dropdown box to select schemes from and buttons to remove, rename, etc. schemes. |
com.fwdekker.randomness.Settings |
Settings are composed of Schemes and persist these over IDE restarts. |
com.fwdekker.randomness.SettingsComponent |
A component that allows the user to edit settings and its corresponding schemes. |
com.fwdekker.randomness.SettingsComponentListener |
A Listener that takes events occurring in a SchemesPanel and handles them in a SettingsComponent. |
com.fwdekker.randomness.SettingsConfigurable |
A configurable to change settings of type S. |
com.fwdekker.randomness.SettingsManager |
A |
com.fwdekker.randomness.string.StringGroupAction |
All actions related to inserting strings. |
com.fwdekker.randomness.string.StringInsertAction |
Inserts random alphanumerical strings. |
com.fwdekker.randomness.string.StringScheme |
Contains settings for generating random strings. |
com.fwdekker.randomness.string.StringSettings |
The user-configurable collection of schemes applicable to generating strings. |
com.fwdekker.randomness.string.StringSettingsAction |
Controller for random string generation settings. |
com.fwdekker.randomness.string.StringSettingsComponent |
Component for settings of random string generation. |
com.fwdekker.randomness.string.StringSettingsConfigurable |
The configurable for string settings. |
com.fwdekker.randomness.string.SymbolSet |
A |
com.fwdekker.randomness.string.SymbolSetTable |
An editable table for selecting and editing SymbolSets. |
com.fwdekker.randomness.word.UserDictionary |
A |
com.fwdekker.randomness.uuid.UuidGroupAction |
All actions related to inserting UUIDs. |
com.fwdekker.randomness.uuid.UuidInsertAction |
Inserts random type 4 UUID. |
com.fwdekker.randomness.uuid.UuidScheme |
Contains settings for generating random UUIDs. |
com.fwdekker.randomness.uuid.UuidSettings |
The user-configurable collection of schemes applicable to generating UUIDs. |
com.fwdekker.randomness.uuid.UuidSettingsAction |
Controller for random UUID generation settings. |
com.fwdekker.randomness.uuid.UuidSettingsComponent |
Component for settings of random UUID generation. |
com.fwdekker.randomness.uuid.UuidSettingsConfigurable |
The configurable for UUID settings. |
com.fwdekker.randomness.word.WordGroupAction |
All actions related to inserting words. |
com.fwdekker.randomness.word.WordInsertAction |
Inserts random words. |
com.fwdekker.randomness.word.WordScheme |
Contains settings for generating random words. |
com.fwdekker.randomness.word.WordSettings |
The user-configurable collection of schemes applicable to generating words. |
com.fwdekker.randomness.word.WordSettingsAction |
Controller for random string generation settings. |
com.fwdekker.randomness.word.WordSettingsComponent |
Component for settings of random word generation. |
com.fwdekker.randomness.word.WordSettingsConfigurable |
The configurable for word settings. |