The documentation about the ScrollPane uses no enum values for the scrollbar policy (and neither does any other class for constant field values), is there a reason for that?
Is there a more in depth meaning of the values for these constant field values or are they just in ascending order? Because in my opinion having a constructor like public ScrollPane(int scrollbarDisplayPolicy) looks not as meaningful as for example public ScrollPane(ScrollPane.ScrollbarDisplayPolicy scrollbarDisplayPolicy)
Or is this just to have not multiple enums with only a few values?