Class PanelEditor.GridInfo

  • Enclosing class:
    PanelEditor

    public static class PanelEditor.GridInfo
    extends java.lang.Object
    Class holding a grid layout and components or indexes for the grid operations.
    • Constructor Summary

      Constructors 
      ConstructorDescription
      GridInfo() 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • comps

        public java.util.HashSet<UIComp> comps
      • values

        public java.util.HashSet<java.lang.Integer> values
    • Constructor Detail

      • GridInfo

        public GridInfo()