Uses of Interface
org.eclipse.nebula.widgets.grid.internal.IScrollBarProxy
-
Packages that use IScrollBarProxy Package Description org.eclipse.nebula.widgets.grid org.eclipse.nebula.widgets.grid.internal -
-
Uses of IScrollBarProxy in org.eclipse.nebula.widgets.grid
Fields in org.eclipse.nebula.widgets.grid declared as IScrollBarProxy Modifier and Type Field Description private IScrollBarProxy
Grid. hScroll
Horizontal scrollbar proxy.private IScrollBarProxy
Grid. vScroll
Vertical scrollbar proxy.Methods in org.eclipse.nebula.widgets.grid that return IScrollBarProxy Modifier and Type Method Description protected IScrollBarProxy
Grid. getHorizontalScrollBarProxy()
Returns the externally managed horizontal scrollbar.protected IScrollBarProxy
Grid. getVerticalScrollBarProxy()
Returns the externally managed vertical scrollbar.Methods in org.eclipse.nebula.widgets.grid with parameters of type IScrollBarProxy Modifier and Type Method Description protected void
Grid. setHorizontalScrollBarProxy(IScrollBarProxy scroll)
Sets the external horizontal scrollbar.protected void
Grid. setlVerticalScrollBarProxy(IScrollBarProxy scroll)
Sets the external vertical scrollbar. -
Uses of IScrollBarProxy in org.eclipse.nebula.widgets.grid.internal
Classes in org.eclipse.nebula.widgets.grid.internal that implement IScrollBarProxy Modifier and Type Class Description class
NullScrollBarProxy
A null-op scrollbar proxy.class
ScrollBarProxyAdapter
Adapts a normal scrollbar to the IScrollBar proxy.
-