SmachDSLDescriptionLabelProvider.java
Go to the documentation of this file.
00001 /*
00002 * generated by Xtext
00003 */
00004 package org.best.of.robotics.ui.labeling;
00005 
00006 import org.eclipse.xtext.ui.label.DefaultDescriptionLabelProvider;
00007 
00013 public class SmachDSLDescriptionLabelProvider extends DefaultDescriptionLabelProvider {
00014 
00015 /*
00016         //Labels and icons can be computed like this:
00017         
00018         String text(IEObjectDescription ele) {
00019           return "my "+ele.getName();
00020         }
00021          
00022     String image(IEObjectDescription ele) {
00023       return ele.getEClass().getName() + ".gif";
00024     }    
00025 */
00026 
00027 }


bride_plugin_source
Author(s): Alexander Bubeck
autogenerated on Sun Oct 5 2014 22:38:34