Class PathListPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class PathListPanel extends JPanel
UI for editing a list of paths
See Also:
  • Field Details

    • PATH_LIST_CHANGED_PROP

      public static final String PATH_LIST_CHANGED_PROP
      Property event fired when path list changes
      See Also:
  • Constructor Details

    • PathListPanel

      public PathListPanel()
      Constructor
    • PathListPanel

      public PathListPanel(List<String> initialList)
  • Method Details