Package
Description
A collection of useful view-related utilities
Contains components that provide extra customizations via Tadukoo Look & Feel (e.g.
Contains interfaces for use in
Components
containing customizations that could be
used in Tadukoo Look & Feel or another custom Look & Feel if desired, or used in other ways potentially.Contains component paint-related interfaces
Contains constants used in View settings
Classes for dealing with Fonts.
Contains special components that are made up via
Forms
Contains
FormField
, along with its default subclasses
and enums.Contains
NumberFormField
and its subclasses.Provides
MainForm
(and abstract implementations) to be used
for displaying MappedPojos
to the user in a multi-tab layout for
the main form of the programProvides
TabbedForm
(and
AbstractTabbedForm
) to be used for displaying
MappedPojos
to the user in a multi-tab layoutContains the
TadukooLookAndFeel
, which allows you
to customize the Look & Feel more easily through the use of the
TadukooTheme
class and
TadukooThemeFactory
.Contains the Component UI classes used in
Tadukoo Look & Feel
Contains
SizablePaint
, to be used to create
Paints
that can vary based on the dimensions of the space they're to fill.Provides builders for making
Gradients
that can be
used to span an arbitrary space (has a method to generate a Paint when given a Dimension, rather than making a
gradient paint that only works for certain dimensions.Contains an enum of
Shapes
along with a
functional interface
for creating shapes when passed
dimensions.