|
|
@ -294,6 +294,7 @@ public class MultiTDTableDataPane extends AbstractTableDataPane<MultiTDTableData |
|
|
|
tmp = tmp + "..."; |
|
|
|
tmp = tmp + "..."; |
|
|
|
tabledataName = new UILabel(tmp); |
|
|
|
tabledataName = new UILabel(tmp); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
tabledataName.setToolTipText(name); |
|
|
|
UILabel iconLabel = new UILabel(icon); |
|
|
|
UILabel iconLabel = new UILabel(icon); |
|
|
|
chekbox.addActionListener(tableDataCheckboxListener); |
|
|
|
chekbox.addActionListener(tableDataCheckboxListener); |
|
|
|
iconLabel.addMouseListener(chooseTableDataListener); |
|
|
|
iconLabel.addMouseListener(chooseTableDataListener); |
|
|
|