Serialized Form
-
Package com.dua3.utility.crypt
-
Exception Class com.dua3.utility.crypt.PemData.PemException
class PemException extends Exception implements Serializable
-
-
Package com.dua3.utility.data
-
Exception Class com.dua3.utility.data.ConversionException
class ConversionException extends RuntimeException implements Serializable
-
-
Package com.dua3.utility.fx.controls
-
Exception Class com.dua3.utility.fx.controls.Dialogs.UnsupportedFileTypeException
class UnsupportedFileTypeException extends IOException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.dua3.utility.io
-
Exception Class com.dua3.utility.io.AbsolutePathException
class AbsolutePathException extends IllegalPathException implements Serializable -
Exception Class com.dua3.utility.io.CsvFormatException
class CsvFormatException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.dua3.utility.io.FolderNotEmptyException
class FolderNotEmptyException extends IOException implements Serializable -
Exception Class com.dua3.utility.io.IllegalPathException
class IllegalPathException extends IOException implements Serializable -
Exception Class com.dua3.utility.io.NotAFolderException
class NotAFolderException extends IOException implements Serializable -
Exception Class com.dua3.utility.io.ObjectExistsException
class ObjectExistsException extends IOException implements Serializable -
Exception Class com.dua3.utility.io.ObjectNotFoundException
class ObjectNotFoundException extends IOException implements Serializable
-
-
Package com.dua3.utility.lang
-
Exception Class com.dua3.utility.lang.LangUtil.FailedCheckException
class FailedCheckException extends IllegalStateException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.dua3.utility.lang.WrappedException
class WrappedException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.dua3.utility.options
-
Exception Class com.dua3.utility.options.ArgumentsException
class ArgumentsException extends IllegalStateException implements Serializable -
Exception Class com.dua3.utility.options.OptionException
class OptionException extends ArgumentsException implements Serializable
-
-
Package com.dua3.utility.swing
-
Class com.dua3.utility.swing.ArgumentsDialog
class ArgumentsDialog extends JDialog implements Serializable-
Serialized Fields
-
panel
ArgumentsDialog.ArgumentsPanel panel
TheArgumentsDialog.ArgumentsPanelinstance that contains the input fields.
-
-
-
Class com.dua3.utility.swing.ArgumentsDialog.ArgumentsPanel
class ArgumentsPanel extends JPanel implements Serializable-
Serialized Fields
-
inputs
Map<Option<?>,
ArgumentsDialog.ArgumentsPanel.OptionInput> inputs A map storing the relationships between options and their corresponding input components. The keys areOptioninstances, representing individual configuration options. The values areArgumentsDialog.ArgumentsPanel.OptionInputinstances, representing the input components associated with each option.This map uses an identity-based comparison for key equality.
-
-
-
Class com.dua3.utility.swing.ComboBoxEx
class ComboBoxEx extends JPanel implements Serializable-
Serialized Fields
-
buttonAdd
@Nullable JButton buttonAdd
A button component in the ComboBoxEx that facilitates the addition of new items.This button's functionality is defined by the
addparameter passed to the ComboBoxEx constructor. If theaddparameter is null, this button may be disabled or entirely omitted in the UI.This field is marked as
@Nullableto reflect that the button may not always be initialized, depending on the configuration of the ComboBoxEx instance. -
buttonEdit
@Nullable JButton buttonEdit
Represents the "Edit" button within the ComboBoxEx component, which can be used to modify an existing item in the ComboBoxEx. This button may be null if editing functionality is not enabled.The button's availability and behavior are influenced by the editing logic provided during the construction of the ComboBoxEx. When enabled, this button allows users to interact with a selected item in the ComboBoxEx to perform editing operations.
-
buttonRemove
@Nullable JButton buttonRemove
A button that may be used to trigger the removal of selected items in a ComboBoxEx. This field is optional and may be null, indicating that removal functionality is not enabled or the button has not been initialized. -
comboBox
JComboBox<T> comboBox
A JComboBox instance that serves as the primary dropdown component for the ComboBoxEx class. This component allows the selection of items of typeT.It is designed to work in conjunction with the additional features provided by the ComboBoxEx class, such as editing, adding, and removing items, as well as custom item formatting and optional sorting.
-
model
DefaultComboBoxModel<T> model
The internal data model holding the items for the ComboBoxEx. This model provides the underlying storage and management of the items displayed in the ComboBoxEx, supporting modifications such as adding, removing, or updating items.
-
-
-
Class com.dua3.utility.swing.FileInput
class FileInput extends JPanel implements Serializable-
Serialized Fields
-
mode
FileInput.SelectionMode mode
TheFileInput.SelectionModefor the file selection dialog. -
textField
JTextField textField
The text input for the file path.
-
-
-
Class com.dua3.utility.swing.SwingProgressView
class SwingProgressView extends JPanel implements Serializable-
Serialized Fields
-
rowCount
int rowCount
The number of rows currently tracked or rendered in the progress view.
-
-
-
Class com.dua3.utility.swing.TextEditorPane
class TextEditorPane extends TextPane implements Serializable-
Serialized Fields
-
applyingToolbarLocation
AtomicBoolean applyingToolbarLocation
-
backgroundColorList
JComboBox<Color> backgroundColorList
-
boldButton
JToggleButton boldButton
-
caretBlinkTimer
Timer caretBlinkTimer
-
caretVisible
AtomicBoolean caretVisible
-
documentVersion
AtomicLong documentVersion
-
dragAnchor
int dragAnchor
-
editable
boolean editable
-
enterKeyInsertsNewline
boolean enterKeyInsertsNewline
-
fontList
JComboBox<String> fontList
-
italicButton
JToggleButton italicButton
-
lastAnchor
int lastAnchor
-
lastCaret
int lastCaret
-
lastSelectionEnd
int lastSelectionEnd
-
lastSelectionStart
int lastSelectionStart
-
redoButton
JButton redoButton
-
sizeList
JComboBox<Float> sizeList
-
strikeButton
JToggleButton strikeButton
-
synchronizingToolbar
AtomicBoolean synchronizingToolbar
-
textColorList
JComboBox<Color> textColorList
-
toolbar
JToolBar toolbar
-
toolbarApplicationParent
@Nullable Container toolbarApplicationParent
-
toolbarFloatingDialog
@Nullable JDialog toolbarFloatingDialog
-
toolbarLocation
DetachableNode.Location toolbarLocation
-
typingBold
boolean typingBold
-
typingFontFamily
@Nullable String typingFontFamily
-
typingFontSize
double typingFontSize
-
typingItalic
boolean typingItalic
-
typingStrikeThrough
boolean typingStrikeThrough
-
typingUnderline
boolean typingUnderline
-
underlineButton
JToggleButton underlineButton
-
undoButton
JButton undoButton
-
-
-
Class com.dua3.utility.swing.TextPane
class TextPane extends JScrollPane implements Serializable-
Serialized Fields
-
displayScale
double displayScale
-
textComponent
com.dua3.utility.swing.TextPane.RichTextCanvas textComponent
-
wrapText
boolean wrapText
-
-
-