Interface JideScrollPaneConstants

  • All Superinterfaces:
    javax.swing.ScrollPaneConstants
    All Known Implementing Classes:
    JideScrollPane, JideScrollPaneLayout

    public interface JideScrollPaneConstants
    extends javax.swing.ScrollPaneConstants
    Constants used with the JideScrollPane component.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String COLUMN_FOOTER
      Identifies the area at the bottom where the viewport is between the lower left corner and the lower right corner.
      static java.lang.String HORIZONTAL_LEADING  
      static java.lang.String HORIZONTAL_LEFT  
      static java.lang.String HORIZONTAL_RIGHT  
      static java.lang.String HORIZONTAL_TRAILING  
      static java.lang.String ROW_FOOTER
      Identifies the area along the left side of the viewport between the upper right corner and the lower right corner.
      static java.lang.String SUB_COLUMN_HEADER
      Identifies the area at the top where the viewport is between the column header and main viewport.
      static java.lang.String SUB_UPPER_LEFT  
      static java.lang.String SUB_UPPER_RIGHT  
      static java.lang.String VERTICAL_BOTTOM  
      static java.lang.String VERTICAL_TOP  
      • Fields inherited from interface javax.swing.ScrollPaneConstants

        COLUMN_HEADER, HORIZONTAL_SCROLLBAR, HORIZONTAL_SCROLLBAR_ALWAYS, HORIZONTAL_SCROLLBAR_AS_NEEDED, HORIZONTAL_SCROLLBAR_NEVER, HORIZONTAL_SCROLLBAR_POLICY, LOWER_LEADING_CORNER, LOWER_LEFT_CORNER, LOWER_RIGHT_CORNER, LOWER_TRAILING_CORNER, ROW_HEADER, UPPER_LEADING_CORNER, UPPER_LEFT_CORNER, UPPER_RIGHT_CORNER, UPPER_TRAILING_CORNER, VERTICAL_SCROLLBAR, VERTICAL_SCROLLBAR_ALWAYS, VERTICAL_SCROLLBAR_AS_NEEDED, VERTICAL_SCROLLBAR_NEVER, VERTICAL_SCROLLBAR_POLICY, VIEWPORT
    • Field Detail

      • ROW_FOOTER

        static final java.lang.String ROW_FOOTER
        Identifies the area along the left side of the viewport between the upper right corner and the lower right corner.
        See Also:
        Constant Field Values
      • COLUMN_FOOTER

        static final java.lang.String COLUMN_FOOTER
        Identifies the area at the bottom where the viewport is between the lower left corner and the lower right corner.
        See Also:
        Constant Field Values
      • SUB_COLUMN_HEADER

        static final java.lang.String SUB_COLUMN_HEADER
        Identifies the area at the top where the viewport is between the column header and main viewport.
        See Also:
        Constant Field Values