Skip to content
Snippets Groups Projects
Commit 94232bcd authored by GIRARDOT Raphael's avatar GIRARDOT Raphael Committed by MADELA Patrick
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
Branches
Tags
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