Class AlgorithmPanelFactory

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
de.ipk_gatersleben.ag_nw.graffiti.services.algorithms.AlgorithmPanelFactory
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, TreeSelectionListener, SelectionListener

public class AlgorithmPanelFactory
extends JPanel
implements TreeSelectionListener, SelectionListener
The factory class initializes any algorithms, belonging to the Network.Analysis tab category.
Author:
matthiak
See Also:
Serialized Form
Recent revisions:
2.8.0 Handle changes in selection; Support AcceleratorKey for algorithms without menu item;
  • Field Details

  • Constructor Details

    • AlgorithmPanelFactory

      public AlgorithmPanelFactory​(boolean vertical, List<Algorithm> algorithms)
  • Method Details