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 TypeMethodDescriptionvoid
Class<?>
getColumnClass
(int columnIndex) int
getColumnName
(int columnIndex) ArrayList<one.empty3.gui.TableModelTexture.ModelLine>
getLines()
int
getValueAt
(int rowIndex, int columnIndex) void
boolean
isCellEditable
(int rowIndex, int columnIndex) void
void
setValueAt
(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:
getRowCount
in interfaceTableModel
-
getColumnCount
public int getColumnCount()- Specified by:
getColumnCount
in interfaceTableModel
-
getColumnName
- Specified by:
getColumnName
in interfaceTableModel
-
getColumnClass
- Specified by:
getColumnClass
in interfaceTableModel
-
isCellEditable
public boolean isCellEditable(int rowIndex, int columnIndex) - Specified by:
isCellEditable
in interfaceTableModel
-
getValueAt
- Specified by:
getValueAt
in interfaceTableModel
-
setValueAt
- Specified by:
setValueAt
in interfaceTableModel
-
addTableModelListener
- Specified by:
addTableModelListener
in interfaceTableModel
-
removeTableModelListener
- Specified by:
removeTableModelListener
in interfaceTableModel
-