Uses of Interface
io.github.toberocat.guiengine.interpreter.GuiInterpreter
Packages that use GuiInterpreter
-
Uses of GuiInterpreter in io.github.toberocat.guiengine.context
Methods in io.github.toberocat.guiengine.context that return GuiInterpreterModifier and TypeMethodDescription@NotNull GuiInterpreter
GuiContext.interpreter()
Returns the associated `GuiInterpreter` for this context.Constructors in io.github.toberocat.guiengine.context with parameters of type GuiInterpreterModifierConstructorDescriptionGuiContext
(@NotNull GuiInterpreter interpreter, @NotNull String title, int width, int height) Constructs a new `GuiContext` with the provided interpreter, title, width, and height. -
Uses of GuiInterpreter in io.github.toberocat.guiengine.interpreter
Classes in io.github.toberocat.guiengine.interpreter that implement GuiInterpreterModifier and TypeClassDescriptionclass
DefaultInterpreter is an implementation of the GuiInterpreter interface that provides default interpretation and handling of GUI components defined in XML format.Methods in io.github.toberocat.guiengine.interpreter that return GuiInterpreterModifier and TypeMethodDescription@Nullable GuiInterpreter
InterpreterManager.getInterpreter
(@NotNull String interpreter) Retrieves the GuiInterpreter associated with the given interpreter ID.Methods in io.github.toberocat.guiengine.interpreter with parameters of type GuiInterpreterModifier and TypeMethodDescriptionvoid
InterpreterManager.registerInterpreter
(@NotNull GuiInterpreter interpreter) Registers a new GuiInterpreter in the manager.