Interface TLI

All Known Implementing Classes:
Tab

public interface TLI
Top-level interface component mapping for fixed, resizable, and stretched layouts.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the component for the current top-level layout, when it is available.
    int
    Returns the component id for the fixed top-level layout.
    int
    Returns the component id for the stretched top-level layout.
    int
    Returns the component id for the resizable classic top-level layout.
  • Method Details

    • component

      default Optional<IfComponent> component()
      Returns the component for the current top-level layout, when it is available.
    • osrsId

      int osrsId()
      Returns the component id for the fixed top-level layout.
    • preEocId

      int preEocId()
      Returns the component id for the resizable classic top-level layout.
    • osrsStretchId

      int osrsStretchId()
      Returns the component id for the stretched top-level layout.