Annotation Type WorkbenchPartTitleDecoration


  • @Inherited
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface WorkbenchPartTitleDecoration
    Methods annotated with this provide a java.lang.String title for the WorkbenchPart. The method should have zero arguments and return a com.google.gwt.user.client.ui.IsWidget.