Package | Description |
---|---|
org.eclipse.draw2d |
Primary package containing general interfaces and implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRangeModel
Generic implementation for a RangeModel.
|
Modifier and Type | Method and Description |
---|---|
RangeModel |
Viewport.getHorizontalRangeModel()
Returns the RangeModel associated with the horizontal motion of this
Viewport
|
RangeModel |
ScrollBar.getRangeModel()
Returns the range model for this scrollbar.
|
RangeModel |
Viewport.getVerticalRangeModel()
Returns the range model associated with the vertical motion of the
Viewport.
|
Modifier and Type | Method and Description |
---|---|
void |
Viewport.setHorizontalRangeModel(RangeModel rangeModel)
Sets the horizontal range model to the passed RangeModel.
|
void |
ScrollBar.setRangeModel(RangeModel rangeModel)
Sets the ScrollBar's RangeModel to the passed value.
|
void |
Viewport.setVerticalRangeModel(RangeModel rangeModel)
Sets the vertical range model to the passed RangeModel.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.