uk.co.ist.mwt
Interface ScrollConstants

All Known Implementing Classes:
ScrollablePanel, ClipLayout

public interface ScrollConstants

The ScrollConstants class exists simply to hold various constants used by different classes involved in implementing the scrolling components. It is not meant to be used outside this package; its members are accessible through the more public subclasses.


Field Summary
static int kEast
          Value for setWorkAreaPlacement to state that the work area should be placed in the clip window's east-centre if it is smaller than the clip window.
static int kFill
          Value for setWorkAreaPlacement to state that the work area should be resized to fill the clip window if it is smaller than the clip window.
static int kNorth
          Value for setWorkAreaPlacement to state that the work area should be placed in the clip window's north-centre if it is smaller than the clip window.
static int kNorthEast
          Value for setScrollbarPlacement to state that the scrollbars should meet in the ScrolledPanel's North-East corner
static int kNorthWest
          Value for setScrollbarPlacement to state that the scrollbars should meet in the ScrolledPanel's Noth-West corner
static int kSouth
          Value for setWorkAreaPlacement to state that the work area should be placed in the clip window's south-centre if it is smaller than the clip window.
static int kSouthEast
          Value for setScrollbarPlacement to state that the scrollbars should meet in the ScrolledPanel's South-East corner
static int kSouthWest
          Value for setScrollbarPlacement to state that the scrollbars should meet in the ScrolledPanel's South-West corner
static int kWest
          Value for setWorkAreaPlacement to state that the work area should be placed in the clip window's west-centre if it is smaller than the clip window.
 

Field Detail

kSouthEast

public static final int kSouthEast
Value for setScrollbarPlacement to state that the scrollbars should meet in the ScrolledPanel's South-East corner
See Also:
#setScrollbarPlacement

kSouthWest

public static final int kSouthWest
Value for setScrollbarPlacement to state that the scrollbars should meet in the ScrolledPanel's South-West corner
See Also:
#setScrollbarPlacement

kNorthEast

public static final int kNorthEast
Value for setScrollbarPlacement to state that the scrollbars should meet in the ScrolledPanel's North-East corner
See Also:
#setScrollbarPlacement

kNorthWest

public static final int kNorthWest
Value for setScrollbarPlacement to state that the scrollbars should meet in the ScrolledPanel's Noth-West corner
See Also:
#setScrollbarPlacement

kSouth

public static final int kSouth
Value for setWorkAreaPlacement to state that the work area should be placed in the clip window's south-centre if it is smaller than the clip window.
See Also:
#setWorkAreaPlacement

kNorth

public static final int kNorth
Value for setWorkAreaPlacement to state that the work area should be placed in the clip window's north-centre if it is smaller than the clip window.
See Also:
#setWorkAreaPlacement

kEast

public static final int kEast
Value for setWorkAreaPlacement to state that the work area should be placed in the clip window's east-centre if it is smaller than the clip window.
See Also:
#setWorkAreaPlacement

kWest

public static final int kWest
Value for setWorkAreaPlacement to state that the work area should be placed in the clip window's west-centre if it is smaller than the clip window.
See Also:
#setWorkAreaPlacement

kFill

public static final int kFill
Value for setWorkAreaPlacement to state that the work area should be resized to fill the clip window if it is smaller than the clip window.
See Also:
#setWorkAreaPlacement