|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@RunsInCurrentThread public interface CellRendererReader
Understands reading the value of a
that used as a cell renderer.
Component
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.
Method Summary | |
---|---|
String |
valueFrom(Component c)
Reads the value in the given cell renderer component, or returns null if the component is not
recognized by this reader. |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |