package com.xrosstools.xunit.editor.actions;
public interface UnitActionConstants {
String ID_PREFIX = "com.ebay.tools.xross.editor.actions";
String CREATE_CATEGORY = "Create properties category";
String RENAME_CATEGORY = "Rename category";
String REMOVE_CATEGORY = "Remove category";
String CREATE_PROPERTY = "Create property";
String RENAME_PROPERTY= "Rename property";
String REMOVE_PROPERTY= "Remove property";
String CREATE_NODE_PROPERTY = "Create node property";
String RENAME_NODE_PROPERTY= "Rename node property";
String REMOVE_NODE_PROPERTY= "Remove node property";
String ASSIGN_CLASS = "Assign implementation class";
String OPEN_CLASS = "Open implementation class";
String ASSIGN_DEFAULT_CLASS = "Set implementation to \"default\"";
String ASSIGN_REFERENCE = "Reference to";
}