Class AutoScrollPaneCustomizer

    • Constructor Detail

      • AutoScrollPaneCustomizer

        public AutoScrollPaneCustomizer()
    • Method Detail

      • customize

        public JComponent customize​(String labelText,
                                    JComponent aJcomponent)
        Description copied from interface: PanelMaticComponentCustomizer
        Customize the component. Note that this method also allows for wrapping the component in a new component, or replacing it altogether.
        Specified by:
        customize in interface PanelMaticComponentCustomizer
        Parameters:
        labelText - the string for the label (or null). Useful for meta-data, as in adding a tool-tip according to it.
        aJcomponent - the component to customize
        Returns:
        Normally the passed component; could also be a wrapping component or even a new one.