Class CustomReport.ReportConfigPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Enclosing class:
CustomReport

public abstract static class CustomReport.ReportConfigPanel extends JPanel
Configuration panel for a report. It is recommended that you set the name of this component to something unique so that it can be identified when browsing the component tree (during development).

Do not forget to call the superclass constructor if you override the constructor.

See Also:
  • Constructor Details

    • ReportConfigPanel

      public ReportConfigPanel()
  • Method Details

    • getPanelName

      public abstract String getPanelName()
      Get a short name of this option pane. For display on a tab or list in the GUI. The implementation should internationalize this value.
      Returns:
      A short localized name to be shown to the user.