JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

expand all

Profile: desktop, common

Overview

An enumeration denoting the policy to be used by a scrollable Control in deciding whether to show a scroll bar.

Profile: common

Field Summary

accessnametypedescription
public static finalALWAYSScrollBarPolicy

Indicates that a scroll bar should always be shown.

public static finalAS_NEEDEDScrollBarPolicy

Indicates that a scroll bar should be shown when required.

public static finalNEVERScrollBarPolicy

Indicates that a scroll bar should never be shown.

Inherited Variables

Method Summary

public static ScrollBarPolicy valueOf(java.lang.String name)
Parameters
name
Returns
ScrollBarPolicy
 
public static ScrollBarPolicy[] values()
Returns
ScrollBarPolicy[]
 

Inherited Functions