Class OpenCLEditor

All Implemented Interfaces:
Editor, AutoCloseable, org.lwjgl.system.NativeResource

public class OpenCLEditor extends SingleWindowEditor
  • Constructor Details

    • OpenCLEditor

      public OpenCLEditor()
  • Method Details

    • renderComponents

      protected void renderComponents()
      Description copied from class: SingleWindowEditor
      Adds all components inside the window.
      Specified by:
      renderComponents in class SingleWindowEditor
    • onHide

      public void onHide()
      Description copied from interface: Editor
      Called when this editor is no longer open.
    • free

      public void free()
      Description copied from interface: Editor
      Frees any resources allocated by this editor before being destroyed.
    • render

      public void render()
      Description copied from interface: Editor
      Renders this editor to the screen.
      Specified by:
      render in interface Editor
      Overrides:
      render in class SingleWindowEditor
    • getDisplayName

      public String getDisplayName()
      Returns:
      The visible display name of this editor