Package com.illumon.iris.console.events
Interface IrisTable.ColumnCreateOverride
- Enclosing class:
- IrisTable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An interface that should return a TableColumn for the given model, index, and WGuiColumn.
-
Method Summary
Modifier and TypeMethodDescriptioncreateColumn
(IrisTableModel model, GuiColumn column, int modelIndex)
-
Method Details
-
createColumn
-