Class ButtonGuiColumn
java.lang.Object
com.fishlib.dataobjects.WColumn
com.illumon.iris.gui.table.GuiColumn
com.illumon.iris.console.utils.input.ButtonGuiColumn
- All Implemented Interfaces:
ComponentGuiColumn,Serializable,Comparable
public class ButtonGuiColumn extends GuiColumn implements ComponentGuiColumn
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ButtonGuiColumn(String name, TableButton tableButton) -
Method Summary
Modifier and Type Method Description TableCellEditorgetCellEditor()TableCellRenderergetCellRenderer()IntegergetPreferredColumnWidth()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
clone, 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
-
Method Details
-
getValue
-
getCellEditor
- Specified by:
getCellEditorin interfaceComponentGuiColumn
-
getCellRenderer
- Specified by:
getCellRendererin interfaceComponentGuiColumn
-
getPreferredColumnWidth
- Specified by:
getPreferredColumnWidthin interfaceComponentGuiColumn
-