Modifier and Type | Method and Description |
---|---|
ICompositeRendererFactory |
AbstractPaginationWidget.getPageRendererBottomFactory()
Returns the page renderer factory to use to create a Composite on the
bottom of the widget.
|
ICompositeRendererFactory |
AbstractPaginationWidget.getPageRendererTopFactory()
Returns the page renderer factory to use to create a Composite on the top
of the widget.
|
Constructor and Description |
---|
AbstractPaginationWidget(org.eclipse.swt.widgets.Composite parent,
int style,
int pageSize,
IPageContentProvider pageContentProvider,
ICompositeRendererFactory pageRendererTopFactory,
ICompositeRendererFactory pageRendererBottomFactory)
Constructs a new instance of this class given its parent and a style
value describing its behavior and appearance.
|
AbstractPaginationWidget(org.eclipse.swt.widgets.Composite parent,
int style,
int pageSize,
IPageContentProvider pageContentProvider,
ICompositeRendererFactory pageRendererTopFactory,
ICompositeRendererFactory pageRendererBottomFactory,
boolean createUI)
Constructs a new instance of this class given its parent and a style
value describing its behavior and appearance.
|
AbstractPaginationWidget(org.eclipse.swt.widgets.Composite parent,
int style,
IPageContentProvider pageContentProvider,
ICompositeRendererFactory pageRendererTopFactory,
ICompositeRendererFactory pageRendererBottomFactory)
Constructs a new instance of this class given its parent and a style
value describing its behavior and appearance.
|
Modifier and Type | Class and Description |
---|---|
class |
NavigationPageComboRendererFactory |
class |
NavigationPageScaleRendererFactory
Renderer factory to create instance of
NavigationPageScaleRenderer . |
class |
ResultAndNavigationPageGraphicsRendererFactory
Renderer factory to create instance of
ResultAndNavigationPageGraphicsRenderer . |
class |
ResultAndNavigationPageLinksRendererFactory
Renderer factory to create instance of
ResultAndNavigationPageLinksRenderer . |
Modifier and Type | Method and Description |
---|---|
static ICompositeRendererFactory |
ResultAndNavigationPageGraphicsRendererFactory.getBlackFactory() |
static ICompositeRendererFactory |
ResultAndNavigationPageGraphicsRendererFactory.getBlueFactory() |
static ICompositeRendererFactory |
ResultAndNavigationPageLinksRendererFactory.getFactory() |
static ICompositeRendererFactory |
NavigationPageScaleRendererFactory.getFactory() |
static ICompositeRendererFactory |
NavigationPageComboRendererFactory.getFactory() |
static ICompositeRendererFactory |
ResultAndNavigationPageGraphicsRendererFactory.getGreenFactory() |
Modifier and Type | Class and Description |
---|---|
class |
PageSizeComboRendererFactory
Renderer factory to create instance of
PageSizeComboRenderer . |
Modifier and Type | Method and Description |
---|---|
static ICompositeRendererFactory |
PageSizeComboRendererFactory.getFactory() |
Modifier and Type | Method and Description |
---|---|
static ICompositeRendererFactory |
PageableTable.getDefaultPageRendererBottomFactory()
Returns the default page renderer factory for the bottom region.
|
static ICompositeRendererFactory |
PageableTable.getDefaultPageRendererTopFactory()
Returns the default page renderer factory for the top region.
|
Constructor and Description |
---|
PageableTable(org.eclipse.swt.widgets.Composite parent,
int style,
int tableStyle,
int pageSize,
IPageContentProvider pageContentProvider,
ICompositeRendererFactory pageRendererTopFactory,
ICompositeRendererFactory pageRendererBottomFactory)
Constructs a new instance of this class given its parent and a style
value describing its behavior and appearance.
|
PageableTable(org.eclipse.swt.widgets.Composite parent,
int style,
int tableStyle,
int pageSize,
IPageContentProvider pageContentProvider,
ICompositeRendererFactory pageRendererTopFactory,
ICompositeRendererFactory pageRendererBottomFactory,
boolean createUI)
Constructs a new instance of this class given its parent and a style
value describing its behavior and appearance.
|
Constructor and Description |
---|
FormPageableTable(org.eclipse.swt.widgets.Composite parent,
int style,
int tableStyle,
org.eclipse.ui.forms.widgets.FormToolkit toolkit,
int pageSize,
IPageContentProvider pageContentProvider,
ICompositeRendererFactory pageRendererTopFactory,
ICompositeRendererFactory pageRendererBottomFactory)
Constructs a new instance of this class given its parent and a style
value describing its behavior and appearance.
|
FormPageableTable(org.eclipse.swt.widgets.Composite parent,
int style,
int tableStyle,
org.eclipse.ui.forms.widgets.FormToolkit toolkit,
IPageContentProvider pageContentProvider,
ICompositeRendererFactory pageRendererTopFactory,
ICompositeRendererFactory pageRendererBottomFactory)
Constructs a new instance of this class given its parent and a style
value describing its behavior and appearance.
|
Modifier and Type | Method and Description |
---|---|
static ICompositeRendererFactory |
PageableTree.getDefaultPageRendererBottomFactory()
Returns the default page renderer factory for the bottom region.
|
static ICompositeRendererFactory |
PageableTree.getDefaultPageRendererTopFactory()
Returns the default page renderer factory for the top region.
|
Constructor and Description |
---|
PageableTree(org.eclipse.swt.widgets.Composite parent,
int style,
int treeStyle,
int pageSize,
IPageContentProvider pageContentProvider,
ICompositeRendererFactory pageRendererTopFactory,
ICompositeRendererFactory pageRendererBottomFactory)
Constructs a new instance of this class given its parent and a style
value describing its behavior and appearance.
|
PageableTree(org.eclipse.swt.widgets.Composite parent,
int style,
int treeStyle,
int pageSize,
IPageContentProvider pageContentProvider,
ICompositeRendererFactory pageRendererTopFactory,
ICompositeRendererFactory pageRendererBottomFactory,
boolean createUI)
Constructs a new instance of this class given its parent and a style
value describing its behavior and appearance.
|
Constructor and Description |
---|
FormPageableTree(org.eclipse.swt.widgets.Composite parent,
int style,
int treeStyle,
org.eclipse.ui.forms.widgets.FormToolkit toolkit,
int pageSize,
IPageContentProvider pageContentProvider,
ICompositeRendererFactory pageRendererTopFactory,
ICompositeRendererFactory pageRendererBottomFactory)
Constructs a new instance of this class given its parent and a style
value describing its behavior and appearance.
|
FormPageableTree(org.eclipse.swt.widgets.Composite parent,
int style,
int treeStyle,
org.eclipse.ui.forms.widgets.FormToolkit toolkit,
IPageContentProvider pageContentProvider,
ICompositeRendererFactory pageRendererTopFactory,
ICompositeRendererFactory pageRendererBottomFactory)
Constructs a new instance of this class given its parent and a style
value describing its behavior and appearance.
|