Uses of Class
org.pushingpixels.radiance.component.api.common.JScrollablePanel.ScrollType
-
Packages that use JScrollablePanel.ScrollType Package Description org.pushingpixels.radiance.component.api.common -
-
Uses of JScrollablePanel.ScrollType in org.pushingpixels.radiance.component.api.common
Fields in org.pushingpixels.radiance.component.api.common declared as JScrollablePanel.ScrollType Modifier and Type Field Description private JScrollablePanel.ScrollType
JScrollablePanel. scrollType
Methods in org.pushingpixels.radiance.component.api.common that return JScrollablePanel.ScrollType Modifier and Type Method Description JScrollablePanel.ScrollType
JScrollablePanel. getScrollType()
static JScrollablePanel.ScrollType
JScrollablePanel.ScrollType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JScrollablePanel.ScrollType[]
JScrollablePanel.ScrollType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.pushingpixels.radiance.component.api.common with parameters of type JScrollablePanel.ScrollType Constructor Description JScrollablePanel(T c, JScrollablePanel.ScrollType scrollType)
-