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, stopEditing
protected final JBTableRowEditor getRowEditor(int row)
getRowEditor
in class JBListTable
protected abstract JBTableRowEditor getRowEditor(ParameterTableModelItemBase<ParamInfo> item)
protected abstract boolean isRowEmpty(int row)
isRowEmpty
in class JBListTable
protected ParameterTableModelItem getRowItem(int row)