|
|
|
@ -213,6 +213,7 @@ public class EditClassificationDialog extends AbstractAIFDialog {
|
|
|
|
|
// TODO Auto-generated method stub
|
|
|
|
|
((JButton) e.getSource()).setEnabled(false);
|
|
|
|
|
rev = (TCComponentItemRevision) target;
|
|
|
|
|
|
|
|
|
|
new Thread(new Runnable() {
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@ -275,6 +276,7 @@ public class EditClassificationDialog extends AbstractAIFDialog {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
TCComponentICO[] icoS = rev.getClassificationObjects();
|
|
|
|
|
System.out.println("======>获取的分类对象有:" + icoS.length);
|
|
|
|
|
String classID = rev.getClassificationClass();
|
|
|
|
|
if (icoS == null || icoS.length == 0) {
|
|
|
|
|
return false;
|
|
|
|
@ -328,6 +330,7 @@ public class EditClassificationDialog extends AbstractAIFDialog {
|
|
|
|
|
finish();
|
|
|
|
|
}
|
|
|
|
|
}).start();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
} catch (TCException e1) {
|
|
|
|
|
// TODO Auto-generated catch block
|
|
|
|
|