|
Eclipse Draw2d 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.draw2d.ScrollPaneSolver.Result
Container class for the results of ScrollPaneSolver's solve method
Field Summary | |
Insets |
insets
Insets of ScrollPane |
boolean |
showH
Show horizontal scrollbar boolean |
boolean |
showV
Show vertical scrollbar boolean |
Rectangle |
viewportArea
Area of ScrollPane's viewport |
Constructor Summary | |
ScrollPaneSolver.Result()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public boolean showH
public boolean showV
public Rectangle viewportArea
public Insets insets
Constructor Detail |
public ScrollPaneSolver.Result()
|
Eclipse Draw2d 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |