Class CompoundDemoFrame

    • Constructor Detail

      • CompoundDemoFrame

        public CompoundDemoFrame​(DemoSelector demoSelector)
    • Method Detail

      • init

        protected void init()
      • setSelectedHandler

        protected void setSelectedHandler​(DemoHandler handler)
      • getExternalHandlerInfoPane

        protected JComponent getExternalHandlerInfoPane()
      • createDescriptionTextPane

        protected JComponent createDescriptionTextPane​(URL url)
      • getNoHandlerInfoPane

        protected JComponent getNoHandlerInfoPane()
      • getSelectedHandler

        public DemoHandler getSelectedHandler()
      • createDefaultContentPane

        protected Container createDefaultContentPane()
      • attemptPreview

        protected void attemptPreview()
        Description copied from class: AbstractDemoFrame
        Handler method called by the preview action. This method should perform all operations to preview the report.
        Specified by:
        attemptPreview in class AbstractDemoFrame