Package dk.gtz.graphedit.tool
Interface Toolbox.IToolConstructor
- Enclosing class:
- Toolbox
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
ITool
Constructor wrapper interface, where the constructor takes a parent toolbox argument. Use with: MyTool::new-
Method Summary
-
Method Details
-
ctor
Constructor function that takes a parent toolbox- Parameters:
parent
- The toolbox that should contain this tool- Returns:
- A new tool within the parent toolbox
-