uimaj-ep-deployeditor/src/main/java/org/apache/uima/dde/internal/provider/DDTreeLabelProvider.java [73:106]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    } else if (obj instanceof AEDelegates_Impl) {
      return "Delegates";

    } else if (obj instanceof AsyncAggregateErrorConfiguration_Impl) {
      return "AsyncAggregateErrorConfiguration";

    } else if (obj instanceof AsyncPrimitiveErrorConfiguration_Impl) {
      return "AsyncPrimitiveErrorConfiguration";

    } else if (obj instanceof GetMetadataErrors) {
      return "GetMetadataErrors";

    } else if (obj instanceof ProcessCasErrors) {
      return "ProcessCasErrors";

    } else if (obj instanceof CollectionProcessCompleteErrors) {
      return "CollectionProcessCompleteErrors";

    } else if (obj instanceof AEDeploymentDescription) {

    }

    if (obj != null) {
      return obj.toString();
    } else {
      return "";
    }
  }

  public Color getBackground(Object element) {
    return null;
  }

  public Color getForeground(Object element) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



uimaj-ep-deployeditor/src/main/java/org/apache/uima/dde/internal/provider/ErrorsConfigLabelProvider.java [63:96]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    } else if (obj instanceof AEDelegates_Impl) {
      return "Delegates";

    } else if (obj instanceof AsyncAggregateErrorConfiguration_Impl) {
      return "AsyncAggregateErrorConfiguration";

    } else if (obj instanceof AsyncPrimitiveErrorConfiguration_Impl) {
      return "AsyncPrimitiveErrorConfiguration";

    } else if (obj instanceof GetMetadataErrors) {
      return "GetMetadataErrors";

    } else if (obj instanceof ProcessCasErrors) {
      return "ProcessCasErrors";

    } else if (obj instanceof CollectionProcessCompleteErrors) {
      return "CollectionProcessCompleteErrors";

    } else if (obj instanceof AEDeploymentDescription) {

    }

    if (obj != null) {
      return obj.toString();
    } else {
      return "";
    }
  }

  public Color getBackground(Object element) {
    return null;
  }

  public Color getForeground(Object element) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



