Class DataStoreLayerRowModel
java.lang.Object
com.vividsolutions.jump.workbench.ui.plugin.datastore.DataStoreLayerRowModel
- All Implemented Interfaces:
org.netbeans.swing.outline.RowModel
A custom RowModel to use in a Swing Outline, used to display a Datasource information
for a specific database schema and table name:
geometric column info, editable WHERE clause, caching and limit
- Author:
- nicolas Ribot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColumnClass(int column) intgetColumnName(int column) getValueFor(Object node, int column) booleanisCellEditable(Object node, int column) voidsetValueFor(Object node, int column, Object value)
-
Constructor Details
-
DataStoreLayerRowModel
public DataStoreLayerRowModel()
-
-
Method Details
-
getColumnClass
- Specified by:
getColumnClassin interfaceorg.netbeans.swing.outline.RowModel
-
getColumnCount
public int getColumnCount()- Specified by:
getColumnCountin interfaceorg.netbeans.swing.outline.RowModel
-
getColumnName
- Specified by:
getColumnNamein interfaceorg.netbeans.swing.outline.RowModel
-
getValueFor
-
isCellEditable
- Specified by:
isCellEditablein interfaceorg.netbeans.swing.outline.RowModel
-
setValueFor
-