public interface ComponentFormatter
String representation of a given AWT or Swing Component.@RunsInCurrentThread @Nonnull String format(@Nonnull Component c)
String representation of the given AWT or Swing Component.c - the given Component.String representation of the given Component.Copyright © 2014 AssertJ. All rights reserved.