Class MultiSplitLayout.Divider

    • Constructor Detail

    • Method Detail

      • isVertical

        public final boolean isVertical()
        Convenience method, returns true if the Divider's parent is a Split row (a Split with isRowLayout() true), false otherwise. In other words if this Divider's major axis is vertical, return true.
        Returns:
        true if this Divider is part of a Split row.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object