Serialized Form
-
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.CsvFormatException
class CsvFormatException extends IOException implements Serializable- serialVersionUID:
- 1L
-
-
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.logging
-
Class com.dua3.utility.logging.LogBuffer
class LogBuffer extends Object implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
-
Package com.dua3.utility.logging.slf4j
-
Class com.dua3.utility.logging.slf4j.LoggerSlf4j
class LoggerSlf4j extends org.slf4j.helpers.AbstractLogger implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Read an instance from anObjectInputStream
.This method is unimplemented and will throw a
NotSerializableException
!- Parameters:
in
- the ObjectInputStream instance used for reading the object during deserialization- Throws:
NotSerializableException
- always thrown to prevent deserialization of the object
-
writeObject
Write an instance to aObjectInputStream
.This method is unimplemented and will throw a
NotSerializableException
!- Parameters:
out
- the ObjectOutputStream to which the object should be written- Throws:
NotSerializableException
- always thrown to prevent serialization of the object
-
-
Serialized Fields
-
level
@Nullable org.slf4j.event.Level level
-
-
-
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
-
-
-
Class com.dua3.utility.swing.ArgumentsDialog.ArgumentsPanel
class ArgumentsPanel extends JPanel implements Serializable-
Serialized Fields
-
inputs
Map<Option<?>,
ArgumentsDialog.ArgumentsPanel.OptionInput> inputs
-
-
-
Class com.dua3.utility.swing.ComboBoxEx
class ComboBoxEx extends JPanel implements Serializable -
Class com.dua3.utility.swing.FileInput
class FileInput extends JPanel implements Serializable-
Serialized Fields
-
mode
FileInput.SelectionMode mode
TheFileInput.SelectionMode
for the file selection dialog. -
textField
JTextField textField
The text input for the file path.
-
-
-
Class com.dua3.utility.swing.SwingLogFrame
class SwingLogFrame extends JFrame implements Serializable -
Class com.dua3.utility.swing.SwingLogPane
class SwingLogPane extends JPanel implements Serializable-
Serialized Fields
-
buffer
LogBuffer buffer
-
details
JTextArea details
-
dividerLocation
double dividerLocation
-
model
com.dua3.utility.swing.LogTableModel model
-
scrollPaneTable
JScrollPane scrollPaneTable
-
splitPane
JSplitPane splitPane
-
table
JTable table
-
tableColumns
List<TableColumn> tableColumns
-
-
-
Class com.dua3.utility.swing.SwingProgressView
class SwingProgressView extends JPanel implements Serializable-
Serialized Fields
-
imp
ProgressView<T> imp
-
rowCount
int rowCount
-
-
-