Added Collapse All and Expand All Option menu items

git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@597885 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2007-11-24 16:57:55 +00:00
parent 3bf1539aec
commit 10ca7bba85
20 changed files with 233 additions and 7 deletions

View File

@ -210,6 +210,8 @@ All Classes (Apache JMeter API)
<BR>
<A HREF="org/apache/jmeter/gui/action/Close.html" title="class in org.apache.jmeter.gui.action" target="classFrame">Close</A>
<BR>
<A HREF="org/apache/jmeter/gui/action/CollapseExpand.html" title="class in org.apache.jmeter.gui.action" target="classFrame">CollapseExpand</A>
<BR>
<A HREF="org/apache/jmeter/testelement/property/CollectionProperty.html" title="class in org.apache.jmeter.testelement.property" target="classFrame">CollectionProperty</A>
<BR>
<A HREF="org/apache/jmeter/util/ColorHelper.html" title="class in org.apache.jmeter.util" target="classFrame">ColorHelper</A>

View File

@ -210,6 +210,8 @@ All Classes (Apache JMeter API)
<BR>
<A HREF="org/apache/jmeter/gui/action/Close.html" title="class in org.apache.jmeter.gui.action">Close</A>
<BR>
<A HREF="org/apache/jmeter/gui/action/CollapseExpand.html" title="class in org.apache.jmeter.gui.action">CollapseExpand</A>
<BR>
<A HREF="org/apache/jmeter/testelement/property/CollectionProperty.html" title="class in org.apache.jmeter.testelement.property">CollectionProperty</A>
<BR>
<A HREF="org/apache/jmeter/util/ColorHelper.html" title="class in org.apache.jmeter.util">ColorHelper</A>

View File

@ -683,6 +683,12 @@ Constant Field Values</H1>
<TD ALIGN="right"><CODE>"close"</CODE></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="org.apache.jmeter.gui.action.ActionNames.COLLAPSE_ALL"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
<CODE>public&nbsp;static&nbsp;final&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/gui/action/ActionNames.html#COLLAPSE_ALL">COLLAPSE_ALL</A></CODE></TD>
<TD ALIGN="right"><CODE>"collapse all"</CODE></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="org.apache.jmeter.gui.action.ActionNames.COPY"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
<CODE>public&nbsp;static&nbsp;final&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/gui/action/ActionNames.html#COPY">COPY</A></CODE></TD>
@ -737,6 +743,12 @@ Constant Field Values</H1>
<TD ALIGN="right"><CODE>"exit"</CODE></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="org.apache.jmeter.gui.action.ActionNames.EXPAND_ALL"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
<CODE>public&nbsp;static&nbsp;final&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/gui/action/ActionNames.html#EXPAND_ALL">EXPAND_ALL</A></CODE></TD>
<TD ALIGN="right"><CODE>"expand all"</CODE></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<A NAME="org.apache.jmeter.gui.action.ActionNames.FUNCTIONS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
<CODE>public&nbsp;static&nbsp;final&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/gui/action/ActionNames.html#FUNCTIONS">FUNCTIONS</A></CODE></TD>

View File

@ -1471,6 +1471,12 @@ Static variable in class org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter
<DT><A HREF="org/apache/jmeter/gui/action/KeyStrokes.html#CLOSE"><B>CLOSE</B></A> -
Static variable in class org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/KeyStrokes.html" title="class in org.apache.jmeter.gui.action">KeyStrokes</A>
<DD>&nbsp;
<DT><A HREF="org/apache/jmeter/gui/action/ActionNames.html#COLLAPSE_ALL"><B>COLLAPSE_ALL</B></A> -
Static variable in class org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/ActionNames.html" title="class in org.apache.jmeter.gui.action">ActionNames</A>
<DD>&nbsp;
<DT><A HREF="org/apache/jmeter/gui/action/KeyStrokes.html#COLLAPSE_ALL"><B>COLLAPSE_ALL</B></A> -
Static variable in class org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/KeyStrokes.html" title="class in org.apache.jmeter.gui.action">KeyStrokes</A>
<DD>&nbsp;
<DT><A HREF="org/apache/jmeter/config/gui/ArgumentsPanel.html#COLUMN_NAMES_0"><B>COLUMN_NAMES_0</B></A> -
Static variable in class org.apache.jmeter.config.gui.<A HREF="org/apache/jmeter/config/gui/ArgumentsPanel.html" title="class in org.apache.jmeter.config.gui">ArgumentsPanel</A>
<DD>&nbsp;
@ -1636,6 +1642,9 @@ Constructor for class org.apache.jmeter.protocol.jms.client.<A HREF="org/apache/
test plan.<DT><A HREF="org/apache/jmeter/gui/action/Close.html#Close()"><B>Close()</B></A> -
Constructor for class org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/Close.html" title="class in org.apache.jmeter.gui.action">Close</A>
<DD>Constructor for the Close object.
<DT><A HREF="org/apache/jmeter/gui/action/CollapseExpand.html" title="class in org.apache.jmeter.gui.action"><B>CollapseExpand</B></A> - class org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/CollapseExpand.html" title="class in org.apache.jmeter.gui.action">CollapseExpand</A>.<DD>Processes the Collapse All and Expand All options.<DT><A HREF="org/apache/jmeter/gui/action/CollapseExpand.html#CollapseExpand()"><B>CollapseExpand()</B></A> -
Constructor for class org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/CollapseExpand.html" title="class in org.apache.jmeter.gui.action">CollapseExpand</A>
<DD>Constructor for the Close object.
<DT><A HREF="org/apache/jmeter/testelement/property/CollectionProperty.html" title="class in org.apache.jmeter.testelement.property"><B>CollectionProperty</B></A> - class org.apache.jmeter.testelement.property.<A HREF="org/apache/jmeter/testelement/property/CollectionProperty.html" title="class in org.apache.jmeter.testelement.property">CollectionProperty</A>.<DD>&nbsp;<DT><A HREF="org/apache/jmeter/testelement/property/CollectionProperty.html#CollectionProperty(java.lang.String, java.util.Collection)"><B>CollectionProperty(String, Collection)</B></A> -
Constructor for class org.apache.jmeter.testelement.property.<A HREF="org/apache/jmeter/testelement/property/CollectionProperty.html" title="class in org.apache.jmeter.testelement.property">CollectionProperty</A>
<DD>&nbsp;
@ -4110,6 +4119,9 @@ Method in class org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/acti
<DT><A HREF="org/apache/jmeter/gui/action/Close.html#doAction(java.awt.event.ActionEvent)"><B>doAction(ActionEvent)</B></A> -
Method in class org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/Close.html" title="class in org.apache.jmeter.gui.action">Close</A>
<DD>This method performs the actual command processing.
<DT><A HREF="org/apache/jmeter/gui/action/CollapseExpand.html#doAction(java.awt.event.ActionEvent)"><B>doAction(ActionEvent)</B></A> -
Method in class org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/CollapseExpand.html" title="class in org.apache.jmeter.gui.action">CollapseExpand</A>
<DD>This method performs the actual command processing.
<DT><A HREF="org/apache/jmeter/gui/action/Command.html#doAction(java.awt.event.ActionEvent)"><B>doAction(ActionEvent)</B></A> -
Method in interface org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action">Command</A>
<DD>&nbsp;
@ -4324,6 +4336,12 @@ Static variable in class org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter
<DT><A HREF="org/apache/jmeter/report/gui/action/ReportExitCommand.html#EXIT"><B>EXIT</B></A> -
Static variable in class org.apache.jmeter.report.gui.action.<A HREF="org/apache/jmeter/report/gui/action/ReportExitCommand.html" title="class in org.apache.jmeter.report.gui.action">ReportExitCommand</A>
<DD>&nbsp;
<DT><A HREF="org/apache/jmeter/gui/action/ActionNames.html#EXPAND_ALL"><B>EXPAND_ALL</B></A> -
Static variable in class org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/ActionNames.html" title="class in org.apache.jmeter.gui.action">ActionNames</A>
<DD>&nbsp;
<DT><A HREF="org/apache/jmeter/gui/action/KeyStrokes.html#EXPAND_ALL"><B>EXPAND_ALL</B></A> -
Static variable in class org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/KeyStrokes.html" title="class in org.apache.jmeter.gui.action">KeyStrokes</A>
<DD>&nbsp;
<DT><A HREF="org/apache/jmeter/gui/action/EditCommand.html" title="class in org.apache.jmeter.gui.action"><B>EditCommand</B></A> - class org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/EditCommand.html" title="class in org.apache.jmeter.gui.action">EditCommand</A>.<DD>&nbsp;<DT><A HREF="org/apache/jmeter/gui/action/EditCommand.html#EditCommand()"><B>EditCommand()</B></A> -
Constructor for class org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/EditCommand.html" title="class in org.apache.jmeter.gui.action">EditCommand</A>
<DD>&nbsp;
@ -5279,6 +5297,9 @@ Method in class org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/acti
<DT><A HREF="org/apache/jmeter/gui/action/Close.html#getActionNames()"><B>getActionNames()</B></A> -
Method in class org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/Close.html" title="class in org.apache.jmeter.gui.action">Close</A>
<DD>Gets the ActionNames attribute of the Close object.
<DT><A HREF="org/apache/jmeter/gui/action/CollapseExpand.html#getActionNames()"><B>getActionNames()</B></A> -
Method in class org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/CollapseExpand.html" title="class in org.apache.jmeter.gui.action">CollapseExpand</A>
<DD>Gets the ActionNames attribute of the Close object.
<DT><A HREF="org/apache/jmeter/gui/action/Command.html#getActionNames()"><B>getActionNames()</B></A> -
Method in interface org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action">Command</A>
<DD>&nbsp;

View File

@ -216,6 +216,14 @@ Class ActionNames</H2>
<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/jmeter/gui/action/ActionNames.html#CLOSE">CLOSE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/jmeter/gui/action/ActionNames.html#COLLAPSE_ALL">COLLAPSE_ALL</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
@ -288,6 +296,14 @@ Class ActionNames</H2>
<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/jmeter/gui/action/ActionNames.html#EXIT">EXIT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/jmeter/gui/action/ActionNames.html#EXPAND_ALL">EXPAND_ALL</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
@ -684,6 +700,16 @@ public static final <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/S
</DL>
<HR>
<A NAME="COLLAPSE_ALL"><!-- --></A><H3>
COLLAPSE_ALL</H3>
<PRE>
public static final <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>COLLAPSE_ALL</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.jmeter.gui.action.ActionNames.COLLAPSE_ALL">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="COPY"><!-- --></A><H3>
COPY</H3>
<PRE>
@ -774,6 +800,16 @@ public static final <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/S
</DL>
<HR>
<A NAME="EXPAND_ALL"><!-- --></A><H3>
EXPAND_ALL</H3>
<PRE>
public static final <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>EXPAND_ALL</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.jmeter.gui.action.ActionNames.EXPAND_ALL">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="FUNCTIONS"><!-- --></A><H3>
FUNCTIONS</H3>
<PRE>

View File

@ -50,7 +50,7 @@ function windowTitle()
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../org/apache/jmeter/gui/action/Clear.html" title="class in org.apache.jmeter.gui.action"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/jmeter/gui/action/Copy.html" title="class in org.apache.jmeter.gui.action"><B>NEXT CLASS</B></A></FONT></TD>
&nbsp;<A HREF="../../../../../org/apache/jmeter/gui/action/CollapseExpand.html" title="class in org.apache.jmeter.gui.action"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="Close.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
@ -262,7 +262,7 @@ public void <B>doAction</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/jav
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../org/apache/jmeter/gui/action/Clear.html" title="class in org.apache.jmeter.gui.action"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/jmeter/gui/action/Copy.html" title="class in org.apache.jmeter.gui.action"><B>NEXT CLASS</B></A></FONT></TD>
&nbsp;<A HREF="../../../../../org/apache/jmeter/gui/action/CollapseExpand.html" title="class in org.apache.jmeter.gui.action"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="Close.html" target="_top"><B>NO FRAMES</B></A> &nbsp;

View File

@ -85,7 +85,7 @@ org.apache.jmeter.gui.action</FONT>
<BR>
Interface Command</H2>
<DL>
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../org/apache/jmeter/gui/action/AboutCommand.html" title="class in org.apache.jmeter.gui.action">AboutCommand</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/AbstractAction.html" title="class in org.apache.jmeter.gui.action">AbstractAction</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/AbstractAction.html" title="class in org.apache.jmeter.report.gui.action">AbstractAction</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/AddParent.html" title="class in org.apache.jmeter.gui.action">AddParent</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/AddToTree.html" title="class in org.apache.jmeter.gui.action">AddToTree</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/Analyze.html" title="class in org.apache.jmeter.gui.action">Analyze</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/ChangeLanguage.html" title="class in org.apache.jmeter.gui.action">ChangeLanguage</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/Clear.html" title="class in org.apache.jmeter.gui.action">Clear</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/Close.html" title="class in org.apache.jmeter.gui.action">Close</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/EditCommand.html" title="class in org.apache.jmeter.gui.action">EditCommand</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/EnableComponent.html" title="class in org.apache.jmeter.gui.action">EnableComponent</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/ExitCommand.html" title="class in org.apache.jmeter.gui.action">ExitCommand</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/Help.html" title="class in org.apache.jmeter.gui.action">Help</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/Load.html" title="class in org.apache.jmeter.gui.action">Load</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/LookAndFeelCommand.html" title="class in org.apache.jmeter.gui.action">LookAndFeelCommand</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/Remove.html" title="class in org.apache.jmeter.gui.action">Remove</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/ReportAddParent.html" title="class in org.apache.jmeter.report.gui.action">ReportAddParent</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/ReportAddToTree.html" title="class in org.apache.jmeter.report.gui.action">ReportAddToTree</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/ReportClose.html" title="class in org.apache.jmeter.report.gui.action">ReportClose</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/ReportEditCommand.html" title="class in org.apache.jmeter.report.gui.action">ReportEditCommand</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/ReportEnableComponent.html" title="class in org.apache.jmeter.report.gui.action">ReportEnableComponent</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/ReportExitCommand.html" title="class in org.apache.jmeter.report.gui.action">ReportExitCommand</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/ReportHelp.html" title="class in org.apache.jmeter.report.gui.action">ReportHelp</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/ReportLoad.html" title="class in org.apache.jmeter.report.gui.action">ReportLoad</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/ReportLookAndFeelCommand.html" title="class in org.apache.jmeter.report.gui.action">ReportLookAndFeelCommand</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/ReportRemove.html" title="class in org.apache.jmeter.report.gui.action">ReportRemove</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/ReportSave.html" title="class in org.apache.jmeter.report.gui.action">ReportSave</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/ReportSaveGraphics.html" title="class in org.apache.jmeter.report.gui.action">ReportSaveGraphics</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/RevertProject.html" title="class in org.apache.jmeter.gui.action">RevertProject</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/Save.html" title="class in org.apache.jmeter.gui.action">Save</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/SaveGraphics.html" title="class in org.apache.jmeter.gui.action">SaveGraphics</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/SSLManagerCommand.html" title="class in org.apache.jmeter.gui.action">SSLManagerCommand</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/What.html" title="class in org.apache.jmeter.gui.action">What</A></DD>
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../org/apache/jmeter/gui/action/AboutCommand.html" title="class in org.apache.jmeter.gui.action">AboutCommand</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/AbstractAction.html" title="class in org.apache.jmeter.gui.action">AbstractAction</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/AbstractAction.html" title="class in org.apache.jmeter.report.gui.action">AbstractAction</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/AddParent.html" title="class in org.apache.jmeter.gui.action">AddParent</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/AddToTree.html" title="class in org.apache.jmeter.gui.action">AddToTree</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/Analyze.html" title="class in org.apache.jmeter.gui.action">Analyze</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/ChangeLanguage.html" title="class in org.apache.jmeter.gui.action">ChangeLanguage</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/Clear.html" title="class in org.apache.jmeter.gui.action">Clear</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/Close.html" title="class in org.apache.jmeter.gui.action">Close</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/CollapseExpand.html" title="class in org.apache.jmeter.gui.action">CollapseExpand</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/EditCommand.html" title="class in org.apache.jmeter.gui.action">EditCommand</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/EnableComponent.html" title="class in org.apache.jmeter.gui.action">EnableComponent</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/ExitCommand.html" title="class in org.apache.jmeter.gui.action">ExitCommand</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/Help.html" title="class in org.apache.jmeter.gui.action">Help</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/Load.html" title="class in org.apache.jmeter.gui.action">Load</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/LookAndFeelCommand.html" title="class in org.apache.jmeter.gui.action">LookAndFeelCommand</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/Remove.html" title="class in org.apache.jmeter.gui.action">Remove</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/ReportAddParent.html" title="class in org.apache.jmeter.report.gui.action">ReportAddParent</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/ReportAddToTree.html" title="class in org.apache.jmeter.report.gui.action">ReportAddToTree</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/ReportClose.html" title="class in org.apache.jmeter.report.gui.action">ReportClose</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/ReportEditCommand.html" title="class in org.apache.jmeter.report.gui.action">ReportEditCommand</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/ReportEnableComponent.html" title="class in org.apache.jmeter.report.gui.action">ReportEnableComponent</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/ReportExitCommand.html" title="class in org.apache.jmeter.report.gui.action">ReportExitCommand</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/ReportHelp.html" title="class in org.apache.jmeter.report.gui.action">ReportHelp</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/ReportLoad.html" title="class in org.apache.jmeter.report.gui.action">ReportLoad</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/ReportLookAndFeelCommand.html" title="class in org.apache.jmeter.report.gui.action">ReportLookAndFeelCommand</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/ReportRemove.html" title="class in org.apache.jmeter.report.gui.action">ReportRemove</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/ReportSave.html" title="class in org.apache.jmeter.report.gui.action">ReportSave</A>, <A HREF="../../../../../org/apache/jmeter/report/gui/action/ReportSaveGraphics.html" title="class in org.apache.jmeter.report.gui.action">ReportSaveGraphics</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/RevertProject.html" title="class in org.apache.jmeter.gui.action">RevertProject</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/Save.html" title="class in org.apache.jmeter.gui.action">Save</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/SaveGraphics.html" title="class in org.apache.jmeter.gui.action">SaveGraphics</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/SSLManagerCommand.html" title="class in org.apache.jmeter.gui.action">SSLManagerCommand</A>, <A HREF="../../../../../org/apache/jmeter/gui/action/What.html" title="class in org.apache.jmeter.gui.action">What</A></DD>
</DL>
<HR>
<DL>

View File

@ -49,7 +49,7 @@ function windowTitle()
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../org/apache/jmeter/gui/action/Close.html" title="class in org.apache.jmeter.gui.action"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/jmeter/gui/action/CollapseExpand.html" title="class in org.apache.jmeter.gui.action"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/jmeter/gui/action/CreateFunctionDialog.html" title="class in org.apache.jmeter.gui.action"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
@ -374,7 +374,7 @@ public static <A HREF="../../../../../org/apache/jmeter/gui/tree/JMeterTreeNode.
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../org/apache/jmeter/gui/action/Close.html" title="class in org.apache.jmeter.gui.action"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/jmeter/gui/action/CollapseExpand.html" title="class in org.apache.jmeter.gui.action"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/jmeter/gui/action/CreateFunctionDialog.html" title="class in org.apache.jmeter.gui.action"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;

View File

@ -152,6 +152,14 @@ Class KeyStrokes</H2>
<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/KeyStroke.html" title="class or interface in javax.swing">KeyStroke</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/jmeter/gui/action/KeyStrokes.html#CLOSE">CLOSE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/KeyStroke.html" title="class or interface in javax.swing">KeyStroke</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/jmeter/gui/action/KeyStrokes.html#COLLAPSE_ALL">COLLAPSE_ALL</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
@ -192,6 +200,14 @@ Class KeyStrokes</H2>
<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/KeyStroke.html" title="class or interface in javax.swing">KeyStroke</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/jmeter/gui/action/KeyStrokes.html#EXIT">EXIT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/KeyStroke.html" title="class or interface in javax.swing">KeyStroke</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/jmeter/gui/action/KeyStrokes.html#EXPAND_ALL">EXPAND_ALL</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
@ -582,6 +598,26 @@ public static final <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing
<DL>
</DL>
</DL>
<HR>
<A NAME="COLLAPSE_ALL"><!-- --></A><H3>
COLLAPSE_ALL</H3>
<PRE>
public static final <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/KeyStroke.html" title="class or interface in javax.swing">KeyStroke</A> <B>COLLAPSE_ALL</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="EXPAND_ALL"><!-- --></A><H3>
EXPAND_ALL</H3>
<PRE>
public static final <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/KeyStroke.html" title="class or interface in javax.swing">KeyStroke</A> <B>EXPAND_ALL</B></PRE>
<DL>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->

View File

@ -56,6 +56,8 @@ Classes</FONT>&nbsp;
<BR>
<A HREF="Close.html" title="class in org.apache.jmeter.gui.action" target="classFrame">Close</A>
<BR>
<A HREF="CollapseExpand.html" title="class in org.apache.jmeter.gui.action" target="classFrame">CollapseExpand</A>
<BR>
<A HREF="Copy.html" title="class in org.apache.jmeter.gui.action" target="classFrame">Copy</A>
<BR>
<A HREF="CreateFunctionDialog.html" title="class in org.apache.jmeter.gui.action" target="classFrame">CreateFunctionDialog</A>

View File

@ -144,6 +144,10 @@ Package org.apache.jmeter.gui.action
test plan.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/jmeter/gui/action/CollapseExpand.html" title="class in org.apache.jmeter.gui.action">CollapseExpand</A></B></TD>
<TD>Processes the Collapse All and Expand All options.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/jmeter/gui/action/Copy.html" title="class in org.apache.jmeter.gui.action">Copy</A></B></TD>
<TD>&nbsp;</TD>
</TR>

View File

@ -96,6 +96,7 @@ Class Hierarchy
<LI TYPE="circle">class org.apache.jmeter.gui.action.<A HREF="../../../../../org/apache/jmeter/gui/action/ChangeLanguage.html" title="class in org.apache.jmeter.gui.action"><B>ChangeLanguage</B></A> (implements org.apache.jmeter.gui.action.<A HREF="../../../../../org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action">Command</A>)
<LI TYPE="circle">class org.apache.jmeter.gui.action.<A HREF="../../../../../org/apache/jmeter/gui/action/Clear.html" title="class in org.apache.jmeter.gui.action"><B>Clear</B></A> (implements org.apache.jmeter.gui.action.<A HREF="../../../../../org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action">Command</A>)
<LI TYPE="circle">class org.apache.jmeter.gui.action.<A HREF="../../../../../org/apache/jmeter/gui/action/Close.html" title="class in org.apache.jmeter.gui.action"><B>Close</B></A> (implements org.apache.jmeter.gui.action.<A HREF="../../../../../org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action">Command</A>)
<LI TYPE="circle">class org.apache.jmeter.gui.action.<A HREF="../../../../../org/apache/jmeter/gui/action/CollapseExpand.html" title="class in org.apache.jmeter.gui.action"><B>CollapseExpand</B></A> (implements org.apache.jmeter.gui.action.<A HREF="../../../../../org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action">Command</A>)
<LI TYPE="circle">class org.apache.jmeter.gui.action.<A HREF="../../../../../org/apache/jmeter/gui/action/EditCommand.html" title="class in org.apache.jmeter.gui.action"><B>EditCommand</B></A> (implements org.apache.jmeter.gui.action.<A HREF="../../../../../org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action">Command</A>)
<LI TYPE="circle">class org.apache.jmeter.gui.action.<A HREF="../../../../../org/apache/jmeter/gui/action/EnableComponent.html" title="class in org.apache.jmeter.gui.action"><B>EnableComponent</B></A> (implements org.apache.jmeter.gui.action.<A HREF="../../../../../org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action">Command</A>)
<LI TYPE="circle">class org.apache.jmeter.gui.action.<A HREF="../../../../../org/apache/jmeter/gui/action/ExitCommand.html" title="class in org.apache.jmeter.gui.action"><B>ExitCommand</B></A> (implements org.apache.jmeter.gui.action.<A HREF="../../../../../org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action">Command</A>)

View File

@ -310,6 +310,7 @@ Class Hierarchy
<LI TYPE="circle">class org.apache.jorphan.reflect.<A HREF="org/apache/jorphan/reflect/ClassTools.html" title="class in org.apache.jorphan.reflect"><B>ClassTools</B></A><LI TYPE="circle">class org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/Clear.html" title="class in org.apache.jmeter.gui.action"><B>Clear</B></A> (implements org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action">Command</A>)
<LI TYPE="circle">class org.apache.jmeter.engine.<A HREF="org/apache/jmeter/engine/ClientJMeterEngine.html" title="class in org.apache.jmeter.engine"><B>ClientJMeterEngine</B></A> (implements org.apache.jmeter.engine.<A HREF="org/apache/jmeter/engine/JMeterEngine.html" title="interface in org.apache.jmeter.engine">JMeterEngine</A>, java.lang.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runnable.html" title="class or interface in java.lang">Runnable</A>)
<LI TYPE="circle">class org.apache.jmeter.protocol.jms.client.<A HREF="org/apache/jmeter/protocol/jms/client/ClientPool.html" title="class in org.apache.jmeter.protocol.jms.client"><B>ClientPool</B></A><LI TYPE="circle">class org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/Close.html" title="class in org.apache.jmeter.gui.action"><B>Close</B></A> (implements org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action">Command</A>)
<LI TYPE="circle">class org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/CollapseExpand.html" title="class in org.apache.jmeter.gui.action"><B>CollapseExpand</B></A> (implements org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action">Command</A>)
<LI TYPE="circle">class java.awt.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Color.html" title="class or interface in java.awt"><B>Color</B></A> (implements java.awt.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Paint.html" title="class or interface in java.awt">Paint</A>, java.io.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html" title="class or interface in java.io">Serializable</A>)
<UL>
<LI TYPE="circle">class org.apache.jmeter.gui.util.<A HREF="org/apache/jmeter/gui/util/JMeterColor.html" title="class in org.apache.jmeter.gui.util"><B>JMeterColor</B></A></UL>

View File

@ -173,6 +173,11 @@ This also applies to Paste and drag and drop.
The File menu now supports a "Revert" option, which reloads the current file.
Also the last few file names used are remembered for easy reloading.
</p>
<p >
The Options Menu now supports Collapse All and Expand All items to collapse and expand the test tree.
</p>
<h5 >
Remote testing
@ -580,6 +585,11 @@ To change the list of removed headers, define the property proxy.headers.remove
</li>
<li >
Added Collapse All and Expand All Option menu items
</li>
</ul>
<h4 >
Non-functional Improvements
@ -2067,7 +2077,6 @@ Users must explicitly check append in the sampler
<li >
The Post-Processor "Save Responses to a File" now saves the generated file name with the
sample, and the file name can be included in the sample log file.
</li>

View File

@ -40,15 +40,17 @@ public class ActionNames {
public final static String CLEAR = "action.clear"; // $NON-NLS-1$
public final static String CLEAR_ALL = "action.clear_all"; // $NON-NLS-1$
public static final String CLOSE = "close"; // $NON-NLS-1$
public static final String COLLAPSE_ALL = "collapse all"; // $NON-NLS-1$
public static final String COPY = "Copy"; // $NON-NLS-1$
public final static String CUT = "Cut"; // $NON-NLS-1$
public static final String DEBUG_ON = "debug_on"; // $NON-NLS-1$
public static final String DEBUG_ON = "debug_on"; // $NON-NLS-1$
public static final String DEBUG_OFF = "debug_off"; // $NON-NLS-1$
public static final String DISABLE = "disable"; // $NON-NLS-1$
public final static String DRAG_ADD = "drag_n_drop.add";//$NON-NLS-1$
public static final String EDIT = "edit"; // $NON-NLS-1$
public static final String ENABLE = "enable"; // $NON-NLS-1$
public static final String EXIT = "exit"; // $NON-NLS-1$
public static final String EXPAND_ALL = "expand all"; // $NON-NLS-1$
public static final String FUNCTIONS = "functions"; // $NON-NLS-1$
public final static String HELP = "help"; // $NON-NLS-1$
public final static String INSERT_AFTER = "drag_n_drop.insert_after";//$NON-NLS-1$

View File

@ -0,0 +1,76 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/
package org.apache.jmeter.gui.action;
import java.awt.event.ActionEvent;
import java.util.HashSet;
import java.util.Set;
import javax.swing.JTree;
import org.apache.jmeter.gui.GuiPackage;
/**
* Processes the Collapse All and Expand All options.
*
*/
public class CollapseExpand implements Command {
private static Set commands = new HashSet();
static {
commands.add(ActionNames.COLLAPSE_ALL);
commands.add(ActionNames.EXPAND_ALL);
}
/**
* Constructor for the Close object.
*/
public CollapseExpand() {
}
/**
* Gets the ActionNames attribute of the Close object.
*
* @return the ActionNames value
*/
public Set getActionNames() {
return commands;
}
/**
* This method performs the actual command processing.
*
* @param e
* the generic UI action event
*/
public void doAction(ActionEvent e) {
boolean collapse=ActionNames.COLLAPSE_ALL.equals(e.getActionCommand());
GuiPackage guiInstance = GuiPackage.getInstance();
JTree jTree = guiInstance.getMainFrame().getTree();
if (collapse){
for (int i = jTree.getRowCount() - 1; i >= 0; i--) {
jTree.collapseRow(i);
}
return;
}
for(int i = 0; i < jTree.getRowCount(); i++) {
jTree.expandRow(i);
}
}
}

View File

@ -55,6 +55,9 @@ public final class KeyStrokes {
public static final KeyStroke OPEN = KeyStroke.getKeyStroke(KeyEvent.VK_O, KeyEvent.CTRL_DOWN_MASK);
public static final KeyStroke CLOSE = KeyStroke.getKeyStroke(KeyEvent.VK_L, KeyEvent.CTRL_DOWN_MASK);
public static final KeyStroke EXIT = KeyStroke.getKeyStroke(KeyEvent.VK_Q, KeyEvent.CTRL_DOWN_MASK);
public static final KeyStroke COLLAPSE_ALL = KeyStroke.getKeyStroke(KeyEvent.VK_MINUS, KeyEvent.CTRL_DOWN_MASK);
// VK_PLUS + CTRL_DOWN_MASK did not work...
public static final KeyStroke EXPAND_ALL = KeyStroke.getKeyStroke(KeyEvent.VK_MINUS, KeyEvent.CTRL_DOWN_MASK | KeyEvent.SHIFT_DOWN_MASK);
/**

View File

@ -310,6 +310,18 @@ public class JMeterMenuBar extends JMenuBar implements LocaleChangeListener {
optionsMenu.add(sslManager);
}
optionsMenu.add(makeLanguageMenu());
JMenuItem collapse = new JMenuItem(JMeterUtils.getResString("menu_collapse_all")); //$NON-NLS-1$
collapse.addActionListener(ActionRouter.getInstance());
collapse.setActionCommand(ActionNames.COLLAPSE_ALL);
collapse.setAccelerator(KeyStrokes.COLLAPSE_ALL);
optionsMenu.add(collapse);
JMenuItem expand = new JMenuItem(JMeterUtils.getResString("menu_expand_all")); //$NON-NLS-1$
expand.addActionListener(ActionRouter.getInstance());
expand.setActionCommand(ActionNames.EXPAND_ALL);
expand.setAccelerator(KeyStrokes.EXPAND_ALL);
optionsMenu.add(expand);
}
// TODO fetch list of languages from a file?

View File

@ -431,8 +431,10 @@ md5hex_assertion_title=MD5Hex Assertion
memory_cache=Memory Cache
menu_assertions=Assertions
menu_close=Close
menu_collapse_all=Collapse All
menu_config_element=Config Element
menu_edit=Edit
menu_expand_all=Expand All
menu_generative_controller=Sampler
menu_listener=Listener
menu_logic_controller=Logic Controller

View File

@ -57,6 +57,10 @@ The File menu now supports a "Revert" option, which reloads the current file.
Also the last few file names used are remembered for easy reloading.
</p>
<p>
The Options Menu now supports Collapse All and Expand All items to collapse and expand the test tree.
</p>
<h5>Remote testing</h5>
<p>
@ -199,6 +203,7 @@ To change the list of removed headers, define the property proxy.headers.remove
<li>Proxy spoofing now drops the default HTTPS port (443) when converting https: links to http:</li>
<li>Add Successes Only logging and display</li>
<li>The JMeter log file name is formatted as a SimpleDateFormat (applied to the current date) if it contains paired single-quotes, .e.g. 'jmeter_'yyyyMMddHHmmss'.log'</li>
<li>Added Collapse All and Expand All Option menu items</li>
</ul>
<h4>Non-functional Improvements</h4>