Uses of Interface
com.github.tadukoo.view.components.interfaces.TComponent
Packages that use 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
Classes in com.github.tadukoo.view.components that implement TComponentModifier and TypeClassDescriptionclassclass - 
Uses of TComponent in com.github.tadukoo.view.components.interfaces
Subinterfaces of TComponent in com.github.tadukoo.view.components.interfaces - 
Uses of TComponent in com.github.tadukoo.view.lookandfeel.componentui
Methods in com.github.tadukoo.view.lookandfeel.componentui with parameters of type TComponentModifier and TypeMethodDescriptiondefault voidTComponentUIUtil.installTComponent(TComponent c) Installs the customizations associated withTComponenton the givenComponent, which are the foreground and background paints and the shape info.default voidTComponentUIUtil.uninstallTComponent(TComponent c) Uninstalls the customizations associated withTComponentfrom the givenComponent, which are the foreground and background paints and the shape info.