Uses of Class
codeblockutil.CScrollPane.ScrollPolicy

Packages that use CScrollPane.ScrollPolicy
codeblockutil   
 

Uses of CScrollPane.ScrollPolicy in codeblockutil
 

Methods in codeblockutil that return CScrollPane.ScrollPolicy
static CScrollPane.ScrollPolicy CScrollPane.ScrollPolicy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CScrollPane.ScrollPolicy[] CScrollPane.ScrollPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in codeblockutil with parameters of type CScrollPane.ScrollPolicy
CGlassScrollPane(javax.swing.JComponent view, CScrollPane.ScrollPolicy verticalPolicy, CScrollPane.ScrollPolicy horizontalPolicy)
          Constructs a custom CHoverScrollPane with the view port set to "view", and correponding vertical and horizontal bar policies (see javax.swing.JScrollPane for a description on the use of scroll bar policies).
CGlassScrollPane(javax.swing.JComponent view, CScrollPane.ScrollPolicy verticalPolicy, CScrollPane.ScrollPolicy horizontalPolicy, int thumbWidth, java.awt.Color thumbColor, java.awt.Color trackColor)
          Constructs a custom CHoverScrollPane with the view port set to "view", with correponding vertical and horizontal bar policies (see javax.swing.JScrollPane for a description on the use of scroll bar policies).
CHoverScrollPane(javax.swing.JComponent view, CScrollPane.ScrollPolicy verticalPolicy, CScrollPane.ScrollPolicy horizontalPolicy)
          Constructs a custom CHoverScrollPane with the view port set to "view", and correponding vertical and horizontal bar policies (see javax.swing.JScrollPane for a description on the use of scroll bar policies).
CHoverScrollPane(javax.swing.JComponent view, CScrollPane.ScrollPolicy verticalPolicy, CScrollPane.ScrollPolicy horizontalPolicy, int thumbWidth, java.awt.Color thumbColor, java.awt.Color trackColor)
          Constructs a custom CHoverScrollPane with the view port set to "view", with correponding vertical and horizontal bar policies (see javax.swing.JScrollPane for a description on the use of scroll bar policies).
CTracklessScrollPane(javax.swing.JComponent view, CScrollPane.ScrollPolicy verticalPolicy, CScrollPane.ScrollPolicy horizontalPolicy)
          Constructs a custom CScrollPane with the view port set to "view", with correponding vertical and horizontal bar policies (see javax.swing.JScrollPane for a description on the use of scroll bar policies).
CTracklessScrollPane(javax.swing.JComponent view, CScrollPane.ScrollPolicy verticalPolicy, CScrollPane.ScrollPolicy horizontalPolicy, int thumbWidth, java.awt.Color thumbColor, java.awt.Color trackColor)
          Constructs a custom CScrollPane with the view port set to "view", with correponding vertical and horizontal bar policies (see javax.swing.JScrollPane for a description on the use of scroll bar policies).
GlassVerticalBar(int barwidth, java.awt.Color thumbColor, java.awt.Color trackColor, javax.swing.BoundedRangeModel modelrange, CScrollPane.ScrollPolicy verticalPolicy)
           
HoverVerticalBar(int barwidth, java.awt.Color thumbColor, java.awt.Color trackColor, javax.swing.BoundedRangeModel modelrange, CScrollPane.ScrollPolicy verticalPolicy)