Uses of Interface
com.github.tadukoo.view.components.interfaces.TComponent
Package
Description
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 the Component UI classes used in
Tadukoo Look & Feel
-
Uses of TComponent in com.github.tadukoo.view.components
Modifier and TypeClassDescriptionclass
class
-
Uses of TComponent in com.github.tadukoo.view.components.interfaces
-
Uses of TComponent in com.github.tadukoo.view.lookandfeel.componentui
Modifier and TypeMethodDescriptiondefault void
TComponentUIUtil.installTComponent
(TComponent c) Installs the customizations associated withTComponent
on the givenComponent
, which are the foreground and background paints and the shape info.default void
TComponentUIUtil.uninstallTComponent
(TComponent c) Uninstalls the customizations associated withTComponent
from the givenComponent
, which are the foreground and background paints and the shape info.