Interface TreeViewColumnSizing


public interface TreeViewColumnSizing
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Columns resize to be the optimal size every time the model changes.
    static final int
    Columns are a fixed numbers of pixels wide.
    static final int
    Columns only get bigger in reaction to changes in the model
  • Field Details

    • GROW_ONLY

      static final int GROW_ONLY
      Columns only get bigger in reaction to changes in the model
      See Also:
    • AUTOSIZE

      static final int AUTOSIZE
      Columns resize to be the optimal size every time the model changes.
      See Also:
    • FIXED

      static final int FIXED
      Columns are a fixed numbers of pixels wide.
      See Also: