Schnittstelle IGuiComponent<G>

Typparameter:
G - is the type of the GUI a IGuiComponent can belong to.
Alle bekannten Unterschnittstellen:
ILayer<L>
Alle bekannten Implementierungsklassen:
Layer

public interface IGuiComponent<G>
A IGuiComponent can belong to a GUI.
Version:
2024-12-14
Autor:
Silvan Wyss
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
     
     
  • Methodendetails

    • belongsToGui

      boolean belongsToGui()
      Gibt zurück:
      true if the current IGuiComponent belongs to a GUI, false otherwise.
    • getStoredParentGui

      G getStoredParentGui()
      Gibt zurück:
      the GUI of the current IGuiComponent.
      Löst aus:
      RuntimeException - if the current IGuiComponent does not belong to a GUI.