Package jisa.gui

Interface SubElement

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isVisible()
      Returns whether this sub-element is visible or not.
      void remove()
      Removes the sub-element from its parent.
      void setVisible​(boolean visible)
      Sets whether this sub-element is visible or not.
    • Method Detail

      • isVisible

        boolean isVisible()
        Returns whether this sub-element is visible or not.
        Returns:
        Shown?
      • setVisible

        void setVisible​(boolean visible)
        Sets whether this sub-element is visible or not.
        Parameters:
        visible - Show?
      • remove

        void remove()
        Removes the sub-element from its parent.