com.fwdekker.randomness.string.Alphabet |
An |
com.fwdekker.randomness.array.ArraySettings |
Contains settings for generating arrays of other types of random values. |
com.fwdekker.randomness.array.ArraySettingsAction |
Controller for random array generation settings. |
com.fwdekker.randomness.array.ArraySettingsDialog |
Dialog for settings of random array generation. |
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. |
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 a randomly generated string at the positions of the event's editor's carets. |
com.fwdekker.randomness.DataInsertArrayAction |
Inserts a randomly generated array of strings at the positions of the event's editor's carets. |
com.fwdekker.randomness.decimal.DecimalGroupAction |
All actions related to inserting decimals. |
com.fwdekker.randomness.decimal.DecimalInsertAction |
Inserts random decimals. |
com.fwdekker.randomness.decimal.DecimalInsertArrayAction |
Inserts an array-like string of decimals. |
com.fwdekker.randomness.decimal.DecimalSettings |
Contains settings for generating random decimals. |
com.fwdekker.randomness.decimal.DecimalSettingsAction |
Controller for random decimal generation settings. |
com.fwdekker.randomness.decimal.DecimalSettingsDialog |
Dialog for settings of random decimal generation. |
com.fwdekker.randomness.word.Dictionary |
A collection of words that may become inaccessible at any moment in time. |
com.fwdekker.randomness.integer.IntegerGroupAction |
All actions related to inserting integers. |
com.fwdekker.randomness.integer.IntegerInsertAction |
Inserts random integers. |
com.fwdekker.randomness.integer.IntegerInsertArrayAction |
Inserts an array-like string of integers. |
com.fwdekker.randomness.integer.IntegerSettings |
Contains settings for generating random integers. |
com.fwdekker.randomness.integer.IntegerSettingsAction |
Controller for random integer generation settings. |
com.fwdekker.randomness.integer.IntegerSettingsDialog |
Dialog for settings of random integer generation. |
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.JEditableList | |
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) | |
com.fwdekker.randomness.ui.ModifierKey |
Pairs the short and long name of a modifier key together. |
com.fwdekker.randomness.PopupAction |
Shows a popup for all available Randomness actions. |
kotlin.collections.Set (extensions in package com.fwdekker.randomness.word) | |
com.fwdekker.randomness.Settings |
Superclass for classes that will contain settings that should persist over IDE restarts. |
com.fwdekker.randomness.SettingsAction |
Shows a modal dialog for changing settings. |
com.fwdekker.randomness.SettingsDialog |
Superclass for settings dialogs. |
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.StringInsertArrayAction |
Inserts an array-like string of strings. |
com.fwdekker.randomness.string.StringSettings |
Contains settings for generating random strings. |
com.fwdekker.randomness.string.StringSettingsAction |
Controller for random string generation settings. |
com.fwdekker.randomness.string.StringSettingsDialog |
Dialog for settings of random string generation. |
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.UuidInsertArrayAction |
Inserts an array-like string of UUIDs. |
com.fwdekker.randomness.uuid.UuidSettings |
Contains settings for generating random UUIDs. |
com.fwdekker.randomness.uuid.UuidSettingsAction |
Controller for random UUID generation settings. |
com.fwdekker.randomness.uuid.UuidSettingsDialog |
Dialog for settings of random UUID generation. |
com.fwdekker.randomness.word.WordGroupAction |
All actions related to inserting words. |
com.fwdekker.randomness.word.WordInsertAction |
Inserts random words. |
com.fwdekker.randomness.word.WordInsertArrayAction |
Inserts an array-like string of words. |
com.fwdekker.randomness.word.WordSettings |
Contains settings for generating random words. |
com.fwdekker.randomness.word.WordSettingsAction |
Controller for random string generation settings. |
com.fwdekker.randomness.word.WordSettingsDialog |
Dialog for settings of random word generation. |