protected abstract class ChangeSignatureDialogBase.ParametersListTable extends JBListTable
myInternalTable, myMouseEvent| Constructor and Description |
|---|
ParametersListTable() |
| Modifier and Type | Method and Description |
|---|---|
protected JBTableRowEditor |
getRowEditor(int row) |
protected abstract JBTableRowEditor |
getRowEditor(ParameterTableModelItemBase<ParamInfo> item) |
protected ParameterTableModelItem |
getRowItem(int row) |
protected abstract boolean |
isRowEmpty(int row) |
createEditorTextFieldPresentation, getRowAt, getRowRenderer, getTable, isRowEditable, setVisibleRowCount, stopEditingprotected final JBTableRowEditor getRowEditor(int row)
getRowEditor in class JBListTableprotected abstract JBTableRowEditor getRowEditor(ParameterTableModelItemBase<ParamInfo> item)
protected abstract boolean isRowEmpty(int row)
isRowEmpty in class JBListTableprotected ParameterTableModelItem getRowItem(int row)