java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.marginallyclever.ro3.node.nodefactory.NodeFactoryPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class NodeFactoryPanel extends JPanel
NodeFactoryPanel allows a user to select from a list of things that can be created by a given NodeFactory.
See Also:
  • Constructor Details

    • NodeFactoryPanel

      public NodeFactoryPanel()
    • NodeFactoryPanel

      public NodeFactoryPanel(NodeFactory factory)
  • Method Details

    • getResult

      public int getResult()
      Returns:
      either JOptionPane.OK_OPTION or JOptionPane.CANCEL_OPTION
    • getSelectedNode

      public String getSelectedNode()