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

canRestoreExactViewPosition method added to know whether docking system is...

canRestoreExactViewPosition method added to know whether docking system is consistent in view position restoring
parent a648062a
No related branches found
No related tags found
No related merge requests found
...@@ -230,4 +230,11 @@ public abstract class ADockingManager implements PropertyChangeListener { ...@@ -230,4 +230,11 @@ public abstract class ADockingManager implements PropertyChangeListener {
*/ */
public abstract boolean isEnabledDocking(); public abstract boolean isEnabledDocking();
/**
* Returns whether a view, once closed, is sure to be restored at the exact previous position once shown again
*
* @return A <code>boolean</code>
*/
public abstract boolean canRestoreExactViewPosition();
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment