sysperfana/perfinvestigator/com.nokia.carbide.cpp.pi.priority2/src/com/nokia/carbide/cpp/pi/priority2/Priority2Plugin.java
changeset 12 ae255c9aa552
parent 5 844b047e260d
equal deleted inserted replaced
11:5b9d4d8641ce 12:ae255c9aa552
   297 	 * @return the image descriptor
   297 	 * @return the image descriptor
   298 	 */
   298 	 */
   299 	public static ImageDescriptor getImageDescriptor(String path) {
   299 	public static ImageDescriptor getImageDescriptor(String path) {
   300 		return AbstractPiPlugin.imageDescriptorFromPlugin("com.nokia.carbide.cpp.pi.priority2", path); //$NON-NLS-1$
   300 		return AbstractPiPlugin.imageDescriptorFromPlugin("com.nokia.carbide.cpp.pi.priority2", path); //$NON-NLS-1$
   301 	}
   301 	}
       
   302 	
       
   303 	/*
       
   304 	 * (non-Javadoc)
       
   305 	 * @see com.nokia.carbide.cpp.internal.pi.plugin.model.ITrace#isMandatory()
       
   306 	 */
       
   307 	public boolean isMandatory() {
       
   308 		return false;
       
   309 	}
       
   310 	
       
   311 	/*
       
   312 	 * (non-Javadoc)
       
   313 	 * @see com.nokia.carbide.cpp.internal.pi.plugin.model.ITrace#getTraceDescription()
       
   314 	 */
       
   315 	public String getTraceDescription() {
       
   316 		return getTraceTitle();
       
   317 	}
   302 }
   318 }