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