Class PolymorphicGuiColumn

java.lang.Object
com.fishlib.dataobjects.WColumn
com.illumon.iris.gui.table.GuiColumn
com.illumon.iris.gui.table.AbstractDataColumn
com.illumon.iris.console.events.treetable.PolymorphicGuiColumn
All Implemented Interfaces:
Serializable, Comparable

public class PolymorphicGuiColumn
extends AbstractDataColumn
An AbstractDataColumn that can have different types at different positions. In order to be compatible with the existing ADC paradigm, this has the concept of a "primary" type. All of the existing behaviors will operate on this primary type, but if the model supports it, can represent a complex intra-column structure.
See Also:
Serialized Form