separated InsertAction.java to use it in component tree view

This commit is contained in:
hneemann 2017-03-25 20:54:38 +01:00
parent fa8278924d
commit f7ebb8b7ca

View File

@ -18,7 +18,7 @@ import java.io.IOException;
* Action to insert the given node to the given circuit * Action to insert the given node to the given circuit
* Created by hneemann on 25.03.17. * Created by hneemann on 25.03.17.
*/ */
final class InsertAction extends ToolTipAction { public final class InsertAction extends ToolTipAction {
private final LibraryNode node; private final LibraryNode node;
private final InsertHistory insertHistory; private final InsertHistory insertHistory;
private final CircuitComponent circuitComponent; private final CircuitComponent circuitComponent;