You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2006/03/02 02:04:58 UTC

svn commit: r382207 - /jakarta/jmeter/branches/rel-2-1/src/core/org/apache/jmeter/gui/action/ActionNames.java

Author: sebb
Date: Wed Mar  1 17:04:55 2006
New Revision: 382207

URL: http://svn.apache.org/viewcvs?rev=382207&view=rev
Log:
Collect all action names together

Added:
    jakarta/jmeter/branches/rel-2-1/src/core/org/apache/jmeter/gui/action/ActionNames.java   (with props)

Added: jakarta/jmeter/branches/rel-2-1/src/core/org/apache/jmeter/gui/action/ActionNames.java
URL: http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/src/core/org/apache/jmeter/gui/action/ActionNames.java?rev=382207&view=auto
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/src/core/org/apache/jmeter/gui/action/ActionNames.java (added)
+++ jakarta/jmeter/branches/rel-2-1/src/core/org/apache/jmeter/gui/action/ActionNames.java Wed Mar  1 17:04:55 2006
@@ -0,0 +1,75 @@
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed 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;
+
+/*
+ * Collect all the action names together in one place.
+ * This helps to ensure that there are no duplicates
+ * 
+ *
+ */
+public class ActionNames {
+
+    public static final String ABOUT            = "about"; // $NON-NLS-1$
+    public static final String ACTION_SHUTDOWN  = "shutdown"; // $NON-NLS-1$
+    public static final String ACTION_START     = "start"; // $NON-NLS-1$
+    public static final String ACTION_STOP      = "stop"; // $NON-NLS-1$
+    public static final String ADD              = "Add"; // $NON-NLS-1$
+    public static final String ADD_ALL          = "add_all"; // $NON-NLS-1$
+    public static final String ADD_PARENT       = "Add Parent"; // $NON-NLS-1$
+    public static final String ANALYZE_FILE     = "Analyze File"; // $NON-NLS-1$
+    public static final String CHANGE_LANGUAGE  = "change_language"; // $NON-NLS-1$
+    public static final String CHECK_DIRTY      = "check_dirty"; // $NON-NLS-1$
+    public static final String CHECK_REMOVE     = "check_remove"; // $NON-NLS-1$
+    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 COPY             = "Copy"; // $NON-NLS-1$
+    public final static String CUT              = "Cut"; // $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 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$
+    public final static String INSERT_BEFORE    = "drag_n_drop.insert_before";//$NON-NLS-1$
+    public static final String LAF_PREFIX       = "laf:"; // Look and Feel prefix
+    public static final String MERGE            = "merge"; // $NON-NLS-1$
+    public static final String OPEN             = "open"; // $NON-NLS-1$
+    public static final String PASTE            = "Paste"; // $NON-NLS-1$
+    public static final String REMOTE_EXIT      = "remote_exit"; // $NON-NLS-1$
+    public static final String REMOTE_EXIT_ALL  = "remote_exit_all"; // $NON-NLS-1$
+    public static final String REMOTE_START     = "remote_start"; // $NON-NLS-1$
+    public static final String REMOTE_START_ALL = "remote_start_all"; // $NON-NLS-1$
+    public static final String REMOTE_STOP      = "remote_stop"; // $NON-NLS-1$
+    public static final String REMOTE_STOP_ALL  = "remote_stop_all"; // $NON-NLS-1$
+    public static final String REMOVE           = "remove"; // $NON-NLS-1$
+    public final static String SAVE             = "save"; // $NON-NLS-1$
+    public final static String SAVE_ALL_AS      = "save_all_as";  // $NON-NLS-1$
+    public final static String SAVE_AS          = "save_as"; // $NON-NLS-1$
+    public static final String SAVE_GRAPHICS    = "save_graphics"; // $NON-NLS-1$
+    public static final String SSL_MANAGER      = "sslManager"; // $NON-NLS-1$
+    public static final String SUB_TREE_LOADED  = "sub_tree_loaded"; // $NON-NLS-1$
+    public static final String SUB_TREE_SAVED   = "sub_tree_saved"; // $NON-NLS-1$
+
+    // Prevent instantiation
+    private ActionNames(){
+        
+    }
+}

Propchange: jakarta/jmeter/branches/rel-2-1/src/core/org/apache/jmeter/gui/action/ActionNames.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/jmeter/branches/rel-2-1/src/core/org/apache/jmeter/gui/action/ActionNames.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision

Propchange: jakarta/jmeter/branches/rel-2-1/src/core/org/apache/jmeter/gui/action/ActionNames.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org