Skip to content

Commit

Permalink
refact: remove unused class TableAndButtonsWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed May 12, 2024
1 parent 4111bf8 commit 2574288
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 125 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*
* Contributors:
* Angelo Zerr <angelo.zerr@gmail.com> - initial API and implementation
* Sebastian Thomschke (Vegard IT) - major refactoring, type safe elements, addition of optional filter bar
*/
package org.eclipse.tm4e.ui.internal.widgets;

Expand All @@ -25,7 +26,8 @@
import org.eclipse.swt.widgets.Text;

/**
* Widget which display a table on the left and buttons on the right.
* Widget which display a table on the left and buttons on the right
* and an optional filter bar on top.
*/
public abstract class TableWithControlsWidget<T> extends Composite {

Expand Down

0 comments on commit 2574288

Please sign in to comment.