Class ReportPathEditor

  • All Implemented Interfaces:
    BindablePropertyEditor, java.beans.PropertyEditor

    public class ReportPathEditor
    extends ConfiguratorEditorSupport
    Author: Perry Arellano-Jones Year: 2015

    ReportPathEditor is an editor associated with a reportPath property that allows the browsing of Report project resources that are in the current Project

    • Constructor Detail

      • ReportPathEditor

        public ReportPathEditor()
    • Method Detail

      • initComponents

        protected void initComponents()
        Description copied from class: ConfiguratorEditorSupport
        This is where you can add your own components to the "panel" field. It has a box layout and the binding button will be added after this method is called.
        Specified by:
        initComponents in class ConfiguratorEditorSupport
      • setValue

        public void setValue​(java.lang.Object value)
        Specified by:
        setValue in interface java.beans.PropertyEditor
        Overrides:
        setValue in class java.beans.PropertyEditorSupport