Klasse PageableTableNavigatorFactory
java.lang.Object
org.deidentifier.arx.gui.view.impl.common.PageableTableNavigatorFactory
- Alle implementierten Schnittstellen:
org.eclipse.nebula.widgets.pagination.renderers.ICompositeRendererFactory
public class PageableTableNavigatorFactory
extends Object
implements org.eclipse.nebula.widgets.pagination.renderers.ICompositeRendererFactory
Adapted from the Nebula source.
Contributors:
Angelo ZERR - initial API and implementation
Pascal Leclercq - initial API and implementation
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.eclipse.swt.widgets.CompositecreateComposite(org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.nebula.widgets.pagination.PageableController controller) Creates the compositeReturns the factory
-
Konstruktordetails
-
PageableTableNavigatorFactory
public PageableTableNavigatorFactory()
-
-
Methodendetails
-
getFactory
Returns the factory -
createComposite
public org.eclipse.swt.widgets.Composite createComposite(org.eclipse.swt.widgets.Composite parent, int style, org.eclipse.nebula.widgets.pagination.PageableController controller) Creates the composite- Angegeben von:
createCompositein Schnittstelleorg.eclipse.nebula.widgets.pagination.renderers.ICompositeRendererFactory
-