Interface AccessoryControllerFactory


public interface AccessoryControllerFactory
  • Method Details

    • createAccessoryController

      AccessoryController createAccessoryController(org.bidib.wizard.api.model.NodeInterface node, JFrame parent, Point location)
      Create the accessory controller.
      Parameters:
      node - the node
      parent - the parent frame
      location - the location to show
      Returns:
      the initialized accessory controller