public abstract class DependencyConfigurable.MyColumnInfo extends ColumnInfo<DependencyRule,NamedScope>
EMPTY_ARRAY
Modifier | Constructor and Description |
---|---|
protected |
MyColumnInfo(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
javax.swing.table.TableCellEditor |
getEditor(DependencyRule packageSetDependencyRule) |
javax.swing.table.TableCellRenderer |
getRenderer(DependencyRule rule) |
boolean |
isCellEditable(DependencyRule rule) |
abstract void |
setValue(DependencyRule rule,
NamedScope packageSet) |
emptyArray, equals, getAdditionalWidth, getColumnClass, getComparator, getCustomizedRenderer, getIcon, getMaxStringValue, getName, getPreferredStringValue, getTooltipText, getWidth, hasError, hashCode, isSortable, setName, toString, valueOf
public boolean isCellEditable(DependencyRule rule)
isCellEditable
in class ColumnInfo<DependencyRule,NamedScope>
public javax.swing.table.TableCellRenderer getRenderer(DependencyRule rule)
getRenderer
in class ColumnInfo<DependencyRule,NamedScope>
IconTableCellRenderer
,
LocalPathCellEditor
public javax.swing.table.TableCellEditor getEditor(DependencyRule packageSetDependencyRule)
getEditor
in class ColumnInfo<DependencyRule,NamedScope>
ComboBoxTableCellEditor
public abstract void setValue(DependencyRule rule, NamedScope packageSet)
setValue
in class ColumnInfo<DependencyRule,NamedScope>