Interface GuiColumnFactory

All Known Implementing Classes:
DefaultGuiColumnFactory

public interface GuiColumnFactory
A Factory class that creates AbstractDataColumns suitable for use with ColumnSetFactory.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final GuiColumnFactory
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(String name, Class<?> type)
    Create an AbstractDataColumn with the specified name and type.
  • Field Details

  • Method Details

    • create

      AbstractDataColumn create(String name, Class<?> type)
      Create an AbstractDataColumn with the specified name and type.
      Parameters:
      name - The name of the column.
      type - The type.