Class PaneDescription.Layout

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    PaneDescription

    public static class PaneDescription.Layout
    extends java.lang.Object
    implements java.io.Serializable
    Layout description.
    See Also:
    Serialized Form
    • Constructor Detail

      • Layout

        public Layout()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()
      • getTitle

        public final java.lang.String getTitle()
        Returns:
        the title
      • setTitle

        public final void setTitle​(java.lang.String value)
        Parameters:
        value - the title to set
      • setNorth

        public final void setNorth​(PaneDescription.Layout value)
        Parameters:
        value - the north to set
      • setSouth

        public final void setSouth​(PaneDescription.Layout value)
        Parameters:
        value - the south to set
      • setCenter

        public final void setCenter​(PaneDescription.Layout value)
        Parameters:
        value - the center to set
      • getHeight

        public final java.lang.String getHeight()
        Returns:
        the height
      • setHeight

        public final void setHeight​(java.lang.String value)
        Parameters:
        value - the height to set
      • getWidth

        public final java.lang.String getWidth()
        Returns:
        the width
      • setWidth

        public final void setWidth​(java.lang.String value)
        Parameters:
        value - the width to set
      • isPanel

        public final boolean isPanel()
        Returns:
        the panel
      • setPanel

        public final void setPanel​(boolean value)
        Parameters:
        value - the panel to set
      • getId

        public final int getId()
        Returns:
        the id
      • setId

        public final void setId​(int value)
        Parameters:
        value - the id to set
      • isTab

        public final boolean isTab()
        Returns:
        the tab
      • setTab

        public final void setTab​(boolean value)
        Parameters:
        value - the tab to set
      • setSelectedTab

        public void setSelectedTab​(boolean selected)
        Sets the selectedTab property.
        Parameters:
        selected - the new value
      • isSelectedTab

        public boolean isSelectedTab()
        Checks if is selected tab.
        Returns:
        true, if is selected tab