From ec4d6d1b7b6c469be02141eb61b5202f202a0e20 Mon Sep 17 00:00:00 2001 From: Hong Chen Date: Tue, 1 Apr 2025 10:25:47 -0500 Subject: [PATCH] Added a button & menu item for resetting the variable table to its default order (#1867) * Added a button&menu item to reset var table to its default order Added a button&menu item to reset var table to its default order. * Updated the comment of the action of resetting var table sorting Updated the comment of the action of resetting var table sorting * Added a mnemonic key for resetting the var table to its default order Added a mnemonic key for resetting the var table to its default order --- .../src/main/java/trick/tv/TVApplication.java | 14 ++++++++++++++ .../resources/trick/tv/resources/resetsorting.png | Bin 0 -> 794 bytes 2 files changed, 14 insertions(+) create mode 100644 trick_source/java/src/main/resources/trick/tv/resources/resetsorting.png diff --git a/trick_source/java/src/main/java/trick/tv/TVApplication.java b/trick_source/java/src/main/java/trick/tv/TVApplication.java index 51b0e744..a2d0416f 100644 --- a/trick_source/java/src/main/java/trick/tv/TVApplication.java +++ b/trick_source/java/src/main/java/trick/tv/TVApplication.java @@ -368,6 +368,18 @@ public class TVApplication extends RunTimeTrickApplication implements VariableLi } }; + /** reset the variable table to its default order */ + protected AbstractAction resetSortingAction = new AbstractAction("Reset Table Sorting", + new ImageIcon(TVApplication.class.getResource("resources/resetsorting.png"))) { + { + putValue(SHORT_DESCRIPTION, "Reset the variable table to its default order."); + putValue(MNEMONIC_KEY, KeyEvent.VK_B); + } + public void actionPerformed(ActionEvent actionEvent) { + variableTable.getRowSorter().setSortKeys(null); + } + }; + /** clear logs action */ protected AbstractAction clearLogsAction = new AbstractAction("Clear All Logged Values") { { @@ -1621,6 +1633,7 @@ public class TVApplication extends RunTimeTrickApplication implements VariableLi add(new JMenuItem(monitorAction)); add(new JMenuItem(stripChartAction)); add(new JMenuItem(removeAction)); + add(new JMenuItem(resetSortingAction)); add(new JMenuItem(clearLogsAction)); }}, 1); @@ -1679,6 +1692,7 @@ public class TVApplication extends RunTimeTrickApplication implements VariableLi add(Box.createHorizontalGlue()); add(stripChartAction); add(removeAction); + add(resetSortingAction); }}; } diff --git a/trick_source/java/src/main/resources/trick/tv/resources/resetsorting.png b/trick_source/java/src/main/resources/trick/tv/resources/resetsorting.png new file mode 100644 index 0000000000000000000000000000000000000000..a484cda2069e153f90b38f3e0080ae4028f5ae11 GIT binary patch literal 794 zcmV+#1LgdQP)zxU4FP3NYY-d#&VQHeCnP}6Dotcd<<5D113 zLPUlp78vy;AxT)P-MOT!e25||B}|esr`x=v65TyLWT9)zR#Gp1o(_laIp1^O{C>a^ z{~IOP7WR)LCbp~y^DqN+i9XX%~3 zIy^daY=L3tkp`gMX^n|*IH+~zW^!b2GLR%1?Jf&n+j2_Rwkl2`)mLg|Ni*X=dlKmY&$ literal 0 HcmV?d00001