| java.lang.Object org.netbeans.modules.bpel.debugger.ui.execution.ProcessExecutionTableModel
ProcessExecutionTableModel | public class ProcessExecutionTableModel implements TableModel(Code) | | Model describing the table structure in the Process Execution View. Since
the view contains only the tree column, this is an empty stub, which only
performs some basic type verification.
author: Alexander Zgursky author: Kirill Sorokin |
ProcessExecutionTableModel | public ProcessExecutionTableModel(ContextProvider contextProvider)(Code) | | |
addModelListener | public void addModelListener(ModelListener listener)(Code) | | |
isReadOnly | public boolean isReadOnly(Object object, String column) throws UnknownTypeException(Code) | | |
removeModelListener | public void removeModelListener(ModelListener listener)(Code) | | |
|
|