Interface SkinningTask


public interface SkinningTask
A simple call-back useful for skins in cases where skinning happens later, such as during dynamic construction of a menu.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Perform skinning tasks on the given component
  • Method Details

    • skinComponent

      void skinComponent(UIComponent component)
      Perform skinning tasks on the given component
      Parameters:
      component - the component to be skinned.