Package org.bidib.wizard.config
Interface AccessoryControllerFactory
-
public interface AccessoryControllerFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessoryControllercreateAccessoryController(org.bidib.wizard.api.model.NodeInterface node, JFrame parent, Point location)Create the accessory controller.
-
-
-
Method Detail
-
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
-
-