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 IScrollBarProxyGrid. hScrollHorizontal scrollbar proxy.private IScrollBarProxyGrid. vScrollVertical scrollbar proxy.Methods in org.eclipse.nebula.widgets.grid that return IScrollBarProxy Modifier and Type Method Description protected IScrollBarProxyGrid. getHorizontalScrollBarProxy()Returns the externally managed horizontal scrollbar.protected IScrollBarProxyGrid. 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 voidGrid. setHorizontalScrollBarProxy(IScrollBarProxy scroll)Sets the external horizontal scrollbar.protected voidGrid. 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 classNullScrollBarProxyA null-op scrollbar proxy.classScrollBarProxyAdapterAdapts a normal scrollbar to the IScrollBar proxy.
-