Let's make the ResizeFeaturesBase constructor package scope, which would remove it from the public API. There seems to be no good reason for the constructor to be public, since we really don't want to allow arbitrary subclassing.
This suggests that we might want to file a bug to deprecate the constructor for removal in 20 and remove it (i.e., make it package scope) in 21.
This ticket is for deprecating the public constructor.
This comes from work done for alternative column resize policyJDK-8293119.
This suggests that we might want to file a bug to deprecate the constructor for removal in 20 and remove it (i.e., make it package scope) in 21.
This ticket is for deprecating the public constructor.
This comes from work done for alternative column resize policy
- blocks
-
JDK-8294470 Remove ResizeFeaturesBase public constructor
- Closed
- is cloned by
-
JDK-8294470 Remove ResizeFeaturesBase public constructor
- Closed
- relates to
-
JDK-8293119 Additional constrained resize policies for Tree/TableView
- Resolved