public class InstantiationTableModel extends Object implements TableModel
| Modifier and Type | Field and Description |
|---|---|
protected OPPLScript |
opplScript |
| Constructor and Description |
|---|
InstantiationTableModel(OPPLScript opplScript,
org.protege.editor.owl.OWLEditorKit owlEditorKit) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTableModelListener(TableModelListener l) |
Class<?> |
getColumnClass(int columnIndex) |
int |
getColumnCount() |
String |
getColumnName(int columnIndex) |
List<BindingNode> |
getLeaves() |
static TableModel |
getNoOPPLScriptTableModel() |
OPPLScript |
getOPPLScript() |
org.protege.editor.owl.OWLEditorKit |
getOWLEditorKit() |
int |
getRowCount() |
RuntimeExceptionHandler |
getRuntimeExceptionHandler() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
removeTableModelListener(TableModelListener l) |
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex) |
protected final OPPLScript opplScript
public InstantiationTableModel(OPPLScript opplScript, org.protege.editor.owl.OWLEditorKit owlEditorKit)
opplScript - opplScriptowlEditorKit - owlEditorKitpublic void addTableModelListener(TableModelListener l)
addTableModelListener in interface TableModelpublic Class<?> getColumnClass(int columnIndex)
getColumnClass in interface TableModelpublic int getColumnCount()
getColumnCount in interface TableModelpublic String getColumnName(int columnIndex)
getColumnName in interface TableModelpublic int getRowCount()
getRowCount in interface TableModelpublic Object getValueAt(int rowIndex, int columnIndex)
getValueAt in interface TableModelpublic boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModelpublic void removeTableModelListener(TableModelListener l)
removeTableModelListener in interface TableModelpublic void setValueAt(Object aValue, int rowIndex, int columnIndex)
setValueAt in interface TableModelpublic List<BindingNode> getLeaves()
public OPPLScript getOPPLScript()
public static TableModel getNoOPPLScriptTableModel()
public org.protege.editor.owl.OWLEditorKit getOWLEditorKit()
public RuntimeExceptionHandler getRuntimeExceptionHandler()
Copyright © 2014 The University of Manchester. All Rights Reserved.