public GroupsTableView(ViewContext viewContext) {
super(viewContext);
}
protected Component initComponent() {
groupsTable = new JTable(new ToolGroupsTableModel(viewContext));
groupsTable.getSelectionModel().addListSelectionListener(
new ContextPutTableListSelectionListener(viewContext, ToolWindowGroup.class, groupsTable, -1)
);