@RunsInCurrentThread public interface CellRendererReader
Component
that used as a cell renderer.
Note: methods in this interface are not guaranteed to be executed in the event dispatch thread (EDT.) Clients are responsible for invoking them in the EDT.
String valueFrom(Component c)
null
if the component is not
recognized by this reader.
Note: Implementations of this method may not guaranteed to be executed in the event dispatch thread (EDT.) Clients are responsible for invoking this method in the EDT.
c
- the given cell renderer component.Component
, or null
if the renderer belongs to an unknown
component type.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.