tmpDeviceName = "tango/tangotest/titan";
tmpAttributeName = "string_image_ro";
}
StringImageTable f = new StringImageTable();
IStringTableListener listener = new IStringTableListener() {
@Override
public void selectedColumnChanged(int col) {
System.out.println("selectedColumnChanged=" + col);
}