public virtual ICollection <EventType> GetSupportedEvents()
 {
     return(JavaCollectionsUtil.UnmodifiableSet(new LinkedHashSet <EventType>(JavaCollectionsUtil.SingletonList(
                                                                                  EventType.RENDER_TEXT))));
 }