Package com.github.tadukoo.view.lookandfeel.componentui
package com.github.tadukoo.view.lookandfeel.componentui
Contains the Component UI classes used in
Tadukoo Look & Feel
-
ClassDescriptionA
ComponentUI
class for use withButton
s, used byTadukooLookAndFeel
to provide customizations for the Buttons beyond those present in existing Look & Feels.AComponentUI
class for use withLabel
s, used byTadukooLookAndFeel
to provide customizations for the Labels beyond those present in existing Look & Feels.This interface provides utilities forTComponent
s - this interface is to be implemented in Component UI classes for them to utilize the methods present to help in accessing customizations from theTadukooTheme
and/or the components themselves and installing and uninstalling said customizations.