Package io.codeworth.panelmatic
Interface PanelPostProcessor
-
public interface PanelPostProcessorPost-processes a build panel before it is returned to the client code. Use to add borders, wrap inJScrollPanes, etc.- Author:
- michael
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JComponentprocess(JComponent product)
-
-
-
Method Detail
-
process
JComponent process(JComponent product)
-
-