Class GUIComponentArray

java.lang.Object
com.ptc.core.components.rendering.AbstractGuiComponent
com.ptc.core.components.rendering.guicomponents.GUIComponentArray
All Implemented Interfaces:
GuiComponent, com.ptc.core.components.rendering.guicomponents.PrintableComponent, com.ptc.netmarkets.util.misc.NmFormatable, Serializable

public class GUIComponentArray extends AbstractGuiComponent implements com.ptc.core.components.rendering.guicomponents.PrintableComponent
GUIComponentArray allows for the rendering of a group of components.
Supported API: true

See Also:
  • Constructor Details

    • GUIComponentArray

      public GUIComponentArray()
      No Value Constructor
      Supported API: true

  • Method Details

    • addGUIComponent

      public void addGUIComponent(GuiComponent gui)
      addGUIComponent accepts GuiComponents, adding them to the ArrayList
      Supported API: true
      Parameters:
      gui - The gui component to be added in arrayList
    • setDelimiter

      public void setDelimiter(GuiComponentUtil.Delimiter delimiter)
      Set the delimiter to be used in seperating the components.
      Supported API: true
      Parameters:
      delimiter - The specific desired delimiter to be used.