|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentFormatter
Understands a formatter that returns a String
representation of a given
.
Component
Method Summary | |
---|---|
String |
format(Component c)
Returns a String representation of the given . |
Class<? extends Component> |
targetType()
Returns the type of this formatter supports. |
Method Detail |
---|
String format(Component c)
String
representation of the given Component
.
c
- the given Component
.
String
representation of the given Component
.Class<? extends Component> targetType()
Component
this formatter supports.
Component
this formatter supports.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |