public class GeometryCoordinatesTableModel extends AbstractTableModel
listenerList| Constructor and Description |
|---|
GeometryCoordinatesTableModel() |
GeometryCoordinatesTableModel(GeometryCoordinatesPanel geometryCoordinatesPanel) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAxisCount() |
Class<?> |
getColumnClass(int columnIndex) |
int |
getColumnCount() |
String |
getColumnName(int column) |
double |
getCoordinate(int rowIndex,
int columnIndex) |
JComponent |
getEditorField(int rowIndex,
int columnIndex,
Object value) |
static int[] |
getEventRowObject(TablePanel panel) |
LayerRecordForm |
getForm() |
Geometry |
getGeometry() |
static Map<int[],Vertex> |
getIndexOfVertices(Geometry geometry) |
int |
getNumIndexItems() |
int |
getRowCount() |
int |
getSegmentIndexColumn() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
int[] |
getVertexIndex(int rowIndex) |
int |
getVertexIndexColumn() |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
setForm(LayerRecordForm form) |
void |
setGeometry(Geometry geometry) |
void |
setValueAt(Object value,
int rowIndex,
int columnIndex) |
void |
setVertexIndexColumn(int vertexIndexColumn) |
dispose, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getMenu, getMenu, getPropertyChangeSupport, isEmpty, setMenu, toCopyValueaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerpublic GeometryCoordinatesTableModel()
public GeometryCoordinatesTableModel(GeometryCoordinatesPanel geometryCoordinatesPanel)
public static int[] getEventRowObject(TablePanel panel)
public int getAxisCount()
public Class<?> getColumnClass(int columnIndex)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic int getColumnCount()
public String getColumnName(int column)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic double getCoordinate(int rowIndex,
int columnIndex)
public JComponent getEditorField(int rowIndex, int columnIndex, Object value)
getEditorField in class AbstractTableModelpublic LayerRecordForm getForm()
public Geometry getGeometry()
public int getNumIndexItems()
public int getRowCount()
public int getSegmentIndexColumn()
public Object getValueAt(int rowIndex, int columnIndex)
public int[] getVertexIndex(int rowIndex)
public int getVertexIndexColumn()
public boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic void setForm(LayerRecordForm form)
public void setGeometry(Geometry geometry)
public void setValueAt(Object value, int rowIndex, int columnIndex)
setValueAt in interface TableModelsetValueAt in class AbstractTableModelpublic void setVertexIndexColumn(int vertexIndexColumn)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.