Serialized Form
-
Package nl.colorize.util
-
Exception Class nl.colorize.util.ResourceException
class ResourceException extends RuntimeException implements Serializable
-
-
Package nl.colorize.util.cli
-
Exception Class nl.colorize.util.cli.CommandLineInterfaceException
class CommandLineInterfaceException extends RuntimeException implements Serializable
-
-
Package nl.colorize.util.swing
-
Class nl.colorize.util.swing.AccordionPanel
class AccordionPanel extends JPanel implements Serializable-
Serialized Fields
-
allowMultipleExpanded
boolean allowMultipleExpanded
-
animator
SwingAnimator animator
-
subPanels
List<nl.colorize.util.swing.AccordionPanel.SubPanelInfo> subPanels
-
-
-
Class nl.colorize.util.swing.AnimatedColor
class AnimatedColor extends Color implements Serializable- serialVersionUID:
- 11L
-
Class nl.colorize.util.swing.CircularLoader
class CircularLoader extends JPanel implements Serializable-
Serialized Fields
-
active
int active
-
frames
BufferedImage[] frames
-
lineColor
Color lineColor
-
lineStroke
Stroke lineStroke
-
size
int size
-
-
-
Class nl.colorize.util.swing.FormPanel
class FormPanel extends JPanel implements Serializable-
Serialized Fields
-
horizontalMargin
int horizontalMargin
-
rightAlignLabels
boolean rightAlignLabels
-
verticalMargin
int verticalMargin
-
-
-
Class nl.colorize.util.swing.ImageViewer
class ImageViewer extends JPanel implements Serializable-
Serialized Fields
-
displayedImage
BufferedImage displayedImage
-
zoom
float zoom
-
-
-
Class nl.colorize.util.swing.MultiLabel
class MultiLabel extends JPanel implements Serializable-
Serialized Fields
-
border
int border
-
label
String label
-
preferredWidth
int preferredWidth
-
-
-
Class nl.colorize.util.swing.PropertyEditor
class PropertyEditor extends JPanel implements Serializable-
Serialized Fields
-
bundle
TranslationBundle bundle
-
changes
Subscribable<Map<String,
String>> changes -
properties
Map<String,
String> properties -
table
Table<String> table
-
-
-
Class nl.colorize.util.swing.Table
class Table extends JPanel implements Serializable
-