public abstract class ConstrainedColumnResizeBase
extends Object
Base class for a constrained column resize policy.
Setting any policy that extends this class on a Tree/TableView results in
disabling of its horizontal scroll bar.
- Since:
- 20
- See Also:
-
-
Constructor Summary 
Constructors
Constructor for subclasses to call.
-
Method Summary 
Methods declared in class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
ConstrainedColumnResizeBase 
public ConstrainedColumnResizeBase()
Constructor for subclasses to call.