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

added the possibility to change docking area background

parent 2cf3826b
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,14 @@ public abstract class ADockingManager implements PropertyChangeListener {
*/
public abstract JComponent createNewDockingArea(Color areaBackground);
/**
* Changes the background of a docking area
*
* @param dockingArea The docking area
* @param areaBackground The background to set
*/
public abstract void setDockingAreaBeackground(JComponent dockingArea, Color areaBackground);
/**
* Returns the perspective factory
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment