Refresh library instance selection UI for platform editor after library instance adding/deleting.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1984 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -561,7 +561,8 @@ public class FpdModuleSA extends JDialog implements ActionListener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void showClassToResolved(){
|
private void showClassToResolved(){
|
||||||
|
libClassTableModel.setRowCount(0);
|
||||||
|
libInstanceTableModel.setRowCount(0);
|
||||||
if (classConsumed == null || classConsumed.size() == 0) {
|
if (classConsumed == null || classConsumed.size() == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user