Interface IconLookupFlags


public interface IconLookupFlags
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Try to always load regular icons, even
    when symbolic icon names are given
    static final int
    Try to always load symbolic icons, even
    when regular icon names are given
    static final int
    Starts loading the texture in the background
    so it is ready when later needed.
  • Field Details

    • FORCE_REGULAR

      static final int FORCE_REGULAR
      Try to always load regular icons, even
      when symbolic icon names are given
      See Also:
    • FORCE_SYMBOLIC

      static final int FORCE_SYMBOLIC
      Try to always load symbolic icons, even
      when regular icon names are given
      See Also:
    • PRELOAD

      static final int PRELOAD
      Starts loading the texture in the background
      so it is ready when later needed.
      See Also: