Class DefaultFloatPolicy

java.lang.Object
org.flexdock.docking.floating.policy.FloatPolicy.NullFloatPolicy
org.flexdock.docking.floating.policy.DefaultFloatPolicy
All Implemented Interfaces:
FloatPolicy

public class DefaultFloatPolicy extends FloatPolicy.NullFloatPolicy
This class provides an implementation of the FloatPolicy interface to provide default behavior for the framework. It blocks floating operations for Dockables without any frame drag sources, for already floating Dockables that cannot be reparented within a new dialog, or if global floating support has been disabled.
Author:
Christopher Butler
  • Constructor Details

    • DefaultFloatPolicy

      public DefaultFloatPolicy()
  • Method Details