| Package | Description |
|---|---|
| org.eclipse.nebula.widgets.grid | |
| org.eclipse.nebula.widgets.grid.internal |
| Modifier and Type | Method and Description |
|---|---|
protected IScrollBarProxy |
Grid.getHorizontalScrollBarProxy()
Returns the externally managed horizontal scrollbar.
|
protected IScrollBarProxy |
Grid.getVerticalScrollBarProxy()
Returns the externally managed vertical scrollbar.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Grid.setHorizontalScrollBarProxy(IScrollBarProxy scroll)
Sets the external horizontal scrollbar.
|
protected void |
Grid.setlVerticalScrollBarProxy(IScrollBarProxy scroll)
Sets the external vertical scrollbar.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NullScrollBarProxy
A null-op scrollbar proxy.
|
class |
ScrollBarProxyAdapter
Adapts a normal scrollbar to the IScrollBar proxy.
|