Annotation Type WorkbenchPartView


  • @Inherited
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface WorkbenchPartView
    Methods annotated with this provide the view for the WorkbenchPart. The method should have zero arguments and return a com.google.gwt.user.client.ui.IsWidget or preferably a org.jboss.errai.common.client.api.IsElement.