Package org.eclipse.draw2d
Class ScrollPaneSolver.Result
java.lang.Object
org.eclipse.draw2d.ScrollPaneSolver.Result
- Enclosing class:
- ScrollPaneSolver
Container class for the results of ScrollPaneSolver's solve method
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
showH
public boolean showHShow horizontal scrollbar boolean -
showV
public boolean showVShow vertical scrollbar boolean -
viewportArea
Area of ScrollPane's viewport -
insets
Insets of ScrollPane
-
-
Constructor Details
-
Result
public Result()
-