Class TextInputRenderer

java.lang.Object
org.collebol.client.gui.graphics.renderer.Renderer
org.collebol.client.gui.graphics.renderer.ui.TextInputRenderer

public class TextInputRenderer extends Renderer
  • Constructor Details

    • TextInputRenderer

      public TextInputRenderer(EJGEngine engine)
  • Method Details

    • renderTextInput

      public void renderTextInput(int id)
    • renderSubTextInput

      public void renderSubTextInput(int id, int parentId)
      Renders a TextInput as a subcomponent within a parent Field.
      Parameters:
      id - the ID of the TextInput
      parentId - the ID of the parent Field