Class EmbeddedContainer

All Implemented Interfaces:
Animation, Editable, StyleListener, Iterable<Component>

public class EmbeddedContainer extends Container
This class is mostly used internally by the GUI builder and isn't very useful for general purpose. The embedded container allows placing a wholy different UI hierarchy within the current hierarchy and replace it on the fly.
  • Constructor Details

    • EmbeddedContainer

      public EmbeddedContainer()
      Default constructor
  • Method Details

    • getEmbed

      public String getEmbed()

      Indicates the name of the container to embed into this container

      Returns

      the embed

    • setEmbed

      public void setEmbed(String embed)

      Indicates the name of the container to embed into this container

      Parameters
      • embed: the embed to set