|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentRenderer
This interface must be implemented by classes that will provide custom rendering for standard and custom controls
| Method Summary | |
|---|---|
void |
renderComponent(Document document,
java.lang.Object component)
The implementation must add code to the document that represents the component. |
| Method Detail |
|---|
void renderComponent(Document document,
java.lang.Object component)
throws java.lang.Exception
document - such as HTML page that is being renderedcomponent - GUI component that needs to be rendered. Can be subclasses of java.awt.Component
or other components such as JMenuItem
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||