Package one.empty3.gui
Class TableModelTexture
java.lang.Object
one.empty3.gui.TableModelTexture
- All Implemented Interfaces:
TableModel
Created by manue on 25-07-19.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidClass<?>getColumnClass(int columnIndex) intgetColumnName(int columnIndex) ArrayList<one.empty3.gui.TableModelTexture.ModelLine>getLines()intgetValueAt(int rowIndex, int columnIndex) voidbooleanisCellEditable(int rowIndex, int columnIndex) voidvoidsetValueAt(Object aValue, int rowIndex, int columnIndex)
-
Constructor Details
-
TableModelTexture
public TableModelTexture()
-
-
Method Details
-
getLines
-
getListFile
-
getListText
-
initTable
public void initTable() -
getRowCount
public int getRowCount()- Specified by:
getRowCountin interfaceTableModel
-
getColumnCount
public int getColumnCount()- Specified by:
getColumnCountin interfaceTableModel
-
getColumnName
- Specified by:
getColumnNamein interfaceTableModel
-
getColumnClass
- Specified by:
getColumnClassin interfaceTableModel
-
isCellEditable
public boolean isCellEditable(int rowIndex, int columnIndex) - Specified by:
isCellEditablein interfaceTableModel
-
getValueAt
- Specified by:
getValueAtin interfaceTableModel
-
setValueAt
- Specified by:
setValueAtin interfaceTableModel
-
addTableModelListener
- Specified by:
addTableModelListenerin interfaceTableModel
-
removeTableModelListener
- Specified by:
removeTableModelListenerin interfaceTableModel
-