no message
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package SapforTestingSystem.SapforTasksPackage.UI;
|
||||
public class GroupSummary extends TreeSummary {
|
||||
@Override
|
||||
public void refreshText() {
|
||||
}
|
||||
@Override
|
||||
public String getImageKey() {
|
||||
return "Group";
|
||||
}
|
||||
public GroupSummary(String group_name) {
|
||||
text = group_name;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user