Class ColumnDef

java.lang.Object
org.yamcs.studio.core.utils.ColumnDef

public class ColumnDef extends Object
  • Field Details

    • name

      public final String name
    • newIndex

      public int newIndex
    • width

      public int width
    • visible

      public boolean visible
    • moveable

      public boolean moveable
    • resizable

      public boolean resizable
  • Constructor Details

    • ColumnDef

      public ColumnDef(String name, int currIndex)
  • Method Details