Class Layout

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    FieldLayout, FormLayout

    public abstract class Layout
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Layout​(java.lang.Integer rows, java.lang.Integer cols)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Layout

        public Layout​(java.lang.Integer rows,
                      java.lang.Integer cols)