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
TheSizablePaintfor the inner highlight - 
highlightOuterPaint
SizablePaint highlightOuterPaint
TheSizablePaintfor the outer highlight - 
shadowInnerPaint
SizablePaint shadowInnerPaint
TheSizablePaintfor the inner shadow - 
shadowOuterPaint
SizablePaint shadowOuterPaint
TheSizablePaintfor the outer shadow - 
shapeInfo
ShapeInfo shapeInfo
TheShapeInfoto 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
TheSizablePaintfor the highlight - 
shadowPaint
SizablePaint shadowPaint
TheSizablePaintfor the shadow - 
shapeInfo
ShapeInfo shapeInfo
TheShapeInfoto 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
TheSizablePaintto use on this Border - 
shapeInfo
ShapeInfo shapeInfo
TheShapeInfoto 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
TheSizablePaintto use for the background of the Button - 
disabledTextPaint
SizablePaint disabledTextPaint
TheSizablePaintto use for disabled text on the Button - 
focusPaint
SizablePaint focusPaint
TheSizablePaintto use for when this Button is focused - 
foregroundPaint
SizablePaint foregroundPaint
TheSizablePaintto use for the foreground of the Button - 
selectPaint
SizablePaint selectPaint
TheSizablePaintto use for when this Button is selected - 
shapeInfo
ShapeInfo shapeInfo
TheShapeInfoto use on the Button 
 - 
 
 - 
 - 
Class com.github.tadukoo.view.components.TadukooLabel
class TadukooLabel extends JLabel implements Serializable- 
Serialized Fields
- 
backgroundPaint
SizablePaint backgroundPaint
TheSizablePaintto use for the background of the Label - 
disabledForegroundPaint
SizablePaint disabledForegroundPaint
TheSizablePaintto use for the disabled foreground of the Label - 
foregroundPaint
SizablePaint foregroundPaint
TheSizablePaintto use for the foreground of the Label - 
shapeInfo
ShapeInfo shapeInfo
TheShapeInfoto 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
Theloggerto 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 innerJTabbedPaneused in this form - 
tabs
Map<String,
Form> tabs The map ofFormtabs 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
Thethemeto 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 
 -