no message
This commit is contained in:
@@ -10,6 +10,13 @@ import javax.swing.*;
|
||||
public class ParallelRegionsForm extends DataSetControlForm<ParallelRegion> {
|
||||
public ParallelRegionsForm(DataSet<?, ParallelRegion> dataSource_in, JPanel mountPanel_in) {
|
||||
super(dataSource_in, mountPanel_in);
|
||||
}
|
||||
@Override
|
||||
protected boolean hasCheckBox() {
|
||||
return false;
|
||||
}
|
||||
@Override
|
||||
protected void createColumns() {
|
||||
AddColumns(
|
||||
new ColumnInfo<ParallelRegion>("Имя") {
|
||||
@Override
|
||||
@@ -79,8 +86,4 @@ public class ParallelRegionsForm extends DataSetControlForm<ParallelRegion> {
|
||||
}
|
||||
);
|
||||
}
|
||||
@Override
|
||||
protected boolean hasCheckBox() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user