Serialized Form
-
Package com.github.tadukoo.view
-
Class com.github.tadukoo.view.SimpleCustomCellRenderer
class SimpleCustomCellRenderer extends JComponent implements Serializable
-
-
Package com.github.tadukoo.view.border
-
Class com.github.tadukoo.view.border.NoBorder
class NoBorder extends AbstractBorder implements Serializable -
Class com.github.tadukoo.view.border.NoBorderUIResource
class NoBorderUIResource extends BorderUIResource implements Serializable -
Class com.github.tadukoo.view.border.ShapedBevelBorder
class ShapedBevelBorder extends AbstractBorder implements Serializable-
Serialized Fields
-
bevelType
ShapedBevelBorder.BevelType bevelType
Thetype of bevel
(RAISED or LOWERED) -
highlightInnerPaint
SizablePaint highlightInnerPaint
TheSizablePaint
for the inner highlight -
highlightOuterPaint
SizablePaint highlightOuterPaint
TheSizablePaint
for the outer highlight -
shadowInnerPaint
SizablePaint shadowInnerPaint
TheSizablePaint
for the inner shadow -
shadowOuterPaint
SizablePaint shadowOuterPaint
TheSizablePaint
for the outer shadow -
shapeInfo
ShapeInfo shapeInfo
TheShapeInfo
to use on the Border (may be null to use the component's shape)
-
-
-
Class com.github.tadukoo.view.border.ShapedEtchedBorder
class ShapedEtchedBorder extends AbstractBorder implements Serializable-
Serialized Fields
-
etchType
ShapedEtchedBorder.EtchType etchType
Thetype of etching
(RAISED or LOWERED) -
highlightPaint
SizablePaint highlightPaint
TheSizablePaint
for the highlight -
shadowPaint
SizablePaint shadowPaint
TheSizablePaint
for the shadow -
shapeInfo
ShapeInfo shapeInfo
TheShapeInfo
to use on the Border (may be null to use the component's shape)
-
-
-
Class com.github.tadukoo.view.border.ShapedLineBorder
class ShapedLineBorder extends AbstractBorder implements Serializable-
Serialized Fields
-
paint
SizablePaint paint
TheSizablePaint
to use on this Border -
shapeInfo
ShapeInfo shapeInfo
TheShapeInfo
to use on this Border (may be null to use the component's shape) -
thickness
int thickness
The thickness of the line
-
-
-
-
Package com.github.tadukoo.view.components
-
Class com.github.tadukoo.view.components.TadukooButton
class TadukooButton extends JButton implements Serializable-
Serialized Fields
-
backgroundPaint
SizablePaint backgroundPaint
TheSizablePaint
to use for the background of the Button -
disabledTextPaint
SizablePaint disabledTextPaint
TheSizablePaint
to use for disabled text on the Button -
focusPaint
SizablePaint focusPaint
TheSizablePaint
to use for when this Button is focused -
foregroundPaint
SizablePaint foregroundPaint
TheSizablePaint
to use for the foreground of the Button -
selectPaint
SizablePaint selectPaint
TheSizablePaint
to use for when this Button is selected -
shapeInfo
ShapeInfo shapeInfo
TheShapeInfo
to use on the Button
-
-
-
Class com.github.tadukoo.view.components.TadukooLabel
class TadukooLabel extends JLabel implements Serializable-
Serialized Fields
-
backgroundPaint
SizablePaint backgroundPaint
TheSizablePaint
to use for the background of the Label -
disabledForegroundPaint
SizablePaint disabledForegroundPaint
TheSizablePaint
to use for the disabled foreground of the Label -
foregroundPaint
SizablePaint foregroundPaint
TheSizablePaint
to use for the foreground of the Label -
shapeInfo
ShapeInfo shapeInfo
TheShapeInfo
to use on the Label
-
-
-
Class com.github.tadukoo.view.components.TadukooTable
class TadukooTable extends JScrollPane implements Serializable
-
-
Package com.github.tadukoo.view.form
-
Class com.github.tadukoo.view.form.AbstractSimpleForm
class AbstractSimpleForm extends JPanel implements Serializable
-
-
Package com.github.tadukoo.view.form.components
-
Class com.github.tadukoo.view.form.components.DateForm
class DateForm extends AbstractSimpleForm implements Serializable -
Class com.github.tadukoo.view.form.components.FileDownloader
class FileDownloader extends JPanel implements Serializable-
Serialized Fields
-
logger
com.github.tadukoo.util.logger.EasyLogger logger
Thelogger
to use for logging problems -
overallProgressBar
JProgressBar overallProgressBar
The progress bar for all the files to be downloaded -
singleProgressBar
JProgressBar singleProgressBar
The progress bar for the current file being downloaded
-
-
-
-
Package com.github.tadukoo.view.form.main
-
Class com.github.tadukoo.view.form.main.AbstractSimpleMainForm
class AbstractSimpleMainForm extends JFrame implements Serializable-
Serialized Fields
-
-
Class com.github.tadukoo.view.form.main.AbstractTabbedMainForm
class AbstractTabbedMainForm extends JFrame implements Serializable-
Serialized Fields
-
tabbedPane
JTabbedPane tabbedPane
The innerJTabbedPane
used in this form -
tabs
Map<String,
Form> tabs The map ofForm
tabs on this form -
valueMap
Map<String,
Object> valueMap The map of actual values on this form
-
-
-
-
Package com.github.tadukoo.view.form.tabbed
-
Class com.github.tadukoo.view.form.tabbed.AbstractTabbedForm
class AbstractTabbedForm extends JTabbedPane implements Serializable
-
-
Package com.github.tadukoo.view.lookandfeel
-
Class com.github.tadukoo.view.lookandfeel.TadukooLookAndFeel
class TadukooLookAndFeel extends MetalLookAndFeel implements Serializable-
Serialized Fields
-
theme
TadukooTheme theme
Thetheme
to use in the Look & Feel
-
-
-
-
Package com.github.tadukoo.view.paint
-
Class com.github.tadukoo.view.paint.ColorPaintUIResource
class ColorPaintUIResource extends ColorUIResource implements Serializable -
Class com.github.tadukoo.view.paint.SizableColor
class SizableColor extends Color implements Serializable
-