Class Expander

    • Constructor Detail

      • Expander

        public Expander()
    • Method Detail

      • getTitle

        public java.lang.String getTitle()
        Returns the expander's title.
        Returns:
        The pane's title, or null if no title is set.
      • setTitle

        public void setTitle​(java.lang.String title)
        Sets the expander's title.
        Parameters:
        title - The new title, or null for no title.
      • isCollapsible

        public boolean isCollapsible()
        Returns the expander's collapsible flag.
        Returns:
        The collapsible flag
      • setCollapsible

        public void setCollapsible​(boolean collapsible)
        Sets the expander's collapsible flag.
        Parameters:
        collapsible - The collapsible flag
      • isExpanded

        public boolean isExpanded()
      • setExpanded

        public void setExpanded​(boolean expanded)
      • setContent

        public void setContent​(Component content)
      • remove

        public Sequence<Component> remove​(int index,
                                          int count)
        Description copied from interface: Sequence
        Removes one or more items from the sequence.
        Specified by:
        remove in interface Sequence<Component>
        Overrides:
        remove in class Container
        Parameters:
        index - The starting index to remove.
        count - The number of items to remove, beginning with index.
        Returns:
        A sequence containing the items that were removed.