Package com.illumon.iris.console.events
Class ErrorColumn
java.lang.Object
com.fishlib.dataobjects.WColumn
com.illumon.iris.gui.table.GuiColumn
com.illumon.iris.gui.table.AbstractDataColumn
com.illumon.iris.console.events.ErrorColumn
- All Implemented Interfaces:
Serializable,Comparable
public class ErrorColumn extends AbstractDataColumn
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ErrorColumn(org.jdom2.Element columnInfo) -
Method Summary
Modifier and Type Method Description ObjectgetValue(TableModel model, int row)Methods inherited from class com.illumon.iris.gui.table.GuiColumn
getDefaultFormatter, getDescription, getFormattedValue, getFormatter, getRenderer, setColumnInfo, setDefaultFormatter, setDescription, setFormatter, setValueMethods inherited from class com.fishlib.dataobjects.WColumn
compareTo, equals, getAbbreviation, getAttributeValue, getAttributeValue, getCodecName, getColumnInfo, getEnums, getIndex, getJavaType, getLabel, getName, getStrType, getType, hashCode, isADO, isBasicType, isKey, serializeAsObject, setAbbreviation, setIndex, setLabel, setName, setType, shouldBeSerialized
-
Constructor Details
-
ErrorColumn
public ErrorColumn(org.jdom2.Element columnInfo)
-
-
Method Details
-
getValue
- Overrides:
getValuein classAbstractDataColumn
-