Interface Skin

    • Method Detail

      • install

        void install​(Component component)
        Associates a skin with a component.
        Parameters:
        component - The component to which the skin is being attached.
      • getComponent

        Component getComponent()
        Returns the component with which a skin is associated.
        Returns:
        This skin's associated component.
      • layout

        void layout()
        If the component on which the skin is installed is a container, lays out the container's children.
      • isFocusable

        boolean isFocusable()
        Returns the skin's focusable state.
        Returns:
        true if this skin is focusable; false, otherwise.
      • isOpaque

        boolean isOpaque()
        Tells whether or not this skin is fully opaque when painted.
        Returns:
        true if this skin is opaque; false if any part of it is transparent or translucent.