protected class VariableInspector.VariableRowModel extends Object implements org.netbeans.swing.outline.RowModel
| Modifier | Constructor and Description |
|---|---|
protected |
VariableRowModel() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getColumnClass(int column) |
int |
getColumnCount() |
String |
getColumnName(int i) |
Object |
getValueFor(Object obj,
int column) |
boolean |
isCellEditable(Object o,
int i) |
void |
setValueFor(Object o,
int i,
Object o1) |
public int getColumnCount()
getColumnCount in interface org.netbeans.swing.outline.RowModelpublic Object getValueFor(Object obj, int column)
getValueFor in interface org.netbeans.swing.outline.RowModelpublic Class<?> getColumnClass(int column)
getColumnClass in interface org.netbeans.swing.outline.RowModelpublic boolean isCellEditable(Object o, int i)
isCellEditable in interface org.netbeans.swing.outline.RowModelpublic void setValueFor(Object o, int i, Object o1)
setValueFor in interface org.netbeans.swing.outline.RowModelpublic String getColumnName(int i)
getColumnName in interface org.netbeans.swing.outline.RowModelCopyright © 2001–2017 Processing Foundation. All rights reserved.