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

some code refactoring

parent d181245f
No related branches found
No related tags found
No related merge requests found
...@@ -15,9 +15,14 @@ public class VlDockViewFactory extends AbstractViewFactory { ...@@ -15,9 +15,14 @@ public class VlDockViewFactory extends AbstractViewFactory {
} }
@Override @Override
public IView addView(String title, Icon icon, Component component, Object id, JComponent dockingArea) { protected IView createView(String title, Icon icon, Component component, Object id) {
// TODO Auto-generated method stub // TODO Auto-generated method stub
return null; return null;
} }
@Override
protected void updateViewForDockingArea(IView view, JComponent dockingArea) {
// TODO Auto-generated method stub
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment