|
Eclipse Draw2d 2.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RangeModel | |
org.eclipse.draw2d | Most of the Draw2d classes and interfaces reside in this base package. |
Uses of RangeModel in org.eclipse.draw2d |
Classes in org.eclipse.draw2d that implement RangeModel | |
class |
DefaultRangeModel
Generic implementation for a RangeModel. |
Methods in org.eclipse.draw2d that return RangeModel | |
RangeModel |
Viewport.getHorizontalRangeModel()
Returns the RangeModel associated with the horizontal motion of this Viewport |
RangeModel |
Viewport.getVerticalRangeModel()
Returns the range model associated with the vertical motion of the Viewport. |
RangeModel |
ScrollBar.getRangeModel()
Returns the range model for this scrollbar. |
Methods in org.eclipse.draw2d with parameters of type RangeModel | |
void |
Viewport.setHorizontalRangeModel(RangeModel rangeModel)
Sets the horizontal range model to the passed RangeModel. |
void |
Viewport.setVerticalRangeModel(RangeModel rangeModel)
Sets the vertical range model to the passed RangeModel. |
void |
ScrollBar.setRangeModel(RangeModel rangeModel)
Sets the ScrollBar's RangeModel to the passed value. |
|
Eclipse Draw2d 2.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |