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

generateDockingManager() method added (JAVAAPI-210)

parent 1ca01b30
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,8 @@ import javax.swing.Action; ...@@ -20,6 +20,8 @@ import javax.swing.Action;
import javax.swing.Icon; import javax.swing.Icon;
import javax.swing.JComponent; import javax.swing.JComponent;
import fr.soleil.docking.ADockingManager;
/** /**
* A factory that takes care of initializing dockable components and transmitting models. * A factory that takes care of initializing dockable components and transmitting models.
* *
...@@ -109,4 +111,11 @@ public interface IViewFactory { ...@@ -109,4 +111,11 @@ public interface IViewFactory {
* was successfully removed, <code>null</code> otherwise. * was successfully removed, <code>null</code> otherwise.
*/ */
public IView removeView(Object id); public IView removeView(Object id);
/**
* Creates a new {@link ADockingManager} based on this {@link IViewFactory}
*
* @return An {@link ADockingManager}
*/
public ADockingManager generateDockingManager();
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment