Class CallbackGUIBindings.Binding<C extends Callback>

    • Field Detail

      • callback

        protected C extends Callback callback
    • Constructor Detail

      • Binding

        public Binding()
    • Method Detail

      • prepareScrollPane

        protected JScrollPane prepareScrollPane​(JComponent body)
        Creates a JScrollPane containing the specified component with no column header.
        Parameters:
        body - the JComponent to enclose in the scroll pane
        Returns:
        the JScrollPane holding the component
      • prepareScrollPane

        protected JScrollPane prepareScrollPane​(String columnHeader,
                                                JComponent body)
        Creates a JScrollPane containing a column header and the specified component.
        Parameters:
        columnHeader - String containing the header text
        body - the JComponent to enclose in the scroll pane
        Returns:
        the JScrollPane with the specified header and component
      • createComponent

        protected abstract JComponent createComponent()