Skip to content
Snippets Groups Projects
Commit 594a8329 authored by Raphael GIRARDOT's avatar Raphael GIRARDOT Committed by Patrick MADELA
Browse files

generateDockingManager() method added (JAVAAPI-210)

parent 7ee1355f
No related branches found
No related tags found
No related merge requests found
...@@ -12,9 +12,11 @@ import java.awt.Component; ...@@ -12,9 +12,11 @@ import java.awt.Component;
import javax.swing.Icon; import javax.swing.Icon;
import javax.swing.JComponent; import javax.swing.JComponent;
import fr.soleil.docking.ADockingManager;
import fr.soleil.docking.view.AbstractViewFactory; import fr.soleil.docking.view.AbstractViewFactory;
import fr.soleil.docking.view.IView; import fr.soleil.docking.view.IView;
import fr.soleil.docking.vl.SoleilDockingDesktop; import fr.soleil.docking.vl.SoleilDockingDesktop;
import fr.soleil.docking.vl.VlDockDockingManager;
public class VlDockViewFactory extends AbstractViewFactory { public class VlDockViewFactory extends AbstractViewFactory {
...@@ -38,4 +40,9 @@ public class VlDockViewFactory extends AbstractViewFactory { ...@@ -38,4 +40,9 @@ public class VlDockViewFactory extends AbstractViewFactory {
} }
} }
@Override
public ADockingManager generateDockingManager() {
return new VlDockDockingManager(this);
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment