java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
com.jidesoft.combobox.AbstractComboBox
com.jidesoft.combobox.TreeComboBox
com.inductiveautomation.reporting.designer.beaninfo.editors.ReportPathComboBox
All Implemented Interfaces:
com.jidesoft.converter.ConverterContextSupport, com.jidesoft.swing.AlignmentSupport, ActionListener, FocusListener, MouseListener, ImageObserver, ItemSelectable, MenuContainer, Serializable, EventListener, Accessible, PopupMenuListener

public class ReportPathComboBox extends com.jidesoft.combobox.TreeComboBox
Author: Perry Arellano-Jones Year: 2015

ReportPathComboBox

See Also:
  • Constructor Details

    • ReportPathComboBox

      public ReportPathComboBox()
  • Method Details

    • init

      public void init(DesignerContext context)
    • getSelectedPath

      public String getSelectedPath()
    • createTreeChooserPanel

      protected com.jidesoft.combobox.TreeChooserPanel createTreeChooserPanel(TreeModel model)
      Overrides:
      createTreeChooserPanel in class com.jidesoft.combobox.TreeComboBox