Package org.bidib.wizard.config
Interface AccessoryControllerFactory
public interface AccessoryControllerFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateAccessoryController(org.bidib.wizard.api.model.NodeInterface node, JFrame parent, Point location) Create the accessory controller.
-
Method Details
-
createAccessoryController
AccessoryController createAccessoryController(org.bidib.wizard.api.model.NodeInterface node, JFrame parent, Point location) Create the accessory controller.- Parameters:
node- the nodeparent- the parent framelocation- the location to show- Returns:
- the initialized accessory controller
-