public static interface Projection.ComponentCustomizer<TC extends javax.swing.JComponent>
Projection.setComponentCustomizer(ComponentCustomizer) to customize the result of
Projection.buildComponent() with additional functionality not exposed via
BlackboxProjection.getContentModel() or BlackboxProjection.getPresentationModel().| Modifier and Type | Method | Description |
|---|---|---|
void |
customizeComponent(TC component) |
Customizes the result of
Projection.buildComponent() just before it is returned
to the application code. |
void customizeComponent(TC component)
Projection.buildComponent() just before it is returned
to the application code.component - Projected component (from
Projection.setComponentSupplier(ComponentSupplier)
if configured, or the default supplier otherwise.