|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final int kSouthEast
#setScrollbarPlacement
public static final int kSouthWest
#setScrollbarPlacement
public static final int kNorthEast
#setScrollbarPlacement
public static final int kNorthWest
#setScrollbarPlacement
public static final int kSouth
#setWorkAreaPlacement
public static final int kNorth
#setWorkAreaPlacement
public static final int kEast
#setWorkAreaPlacement
public static final int kWest
#setWorkAreaPlacement
public static final int kFill
#setWorkAreaPlacement
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |