Class _5084_StructuralRowReorderWithoutRowHeaderExample
java.lang.Object
org.eclipse.nebula.widgets.nattable.examples.AbstractNatExample
org.eclipse.nebula.widgets.nattable.examples._500_Layers._508_Reorder._5084_StructuralRowReorderWithoutRowHeaderExample
- All Implemented Interfaces:
INatExample
Example that shows how to implement row reordering that changes the
underlying data structure instead of a visual transformation. Additionally it
shows how to configure the handlers and the stack in a composition of a
composition that only has a column header and a body region.
-
Field Summary
Fields inherited from interface org.eclipse.nebula.widgets.nattable.examples.INatExample
BASE_PACKAGE, BASE_PATH, CLASSIC_BASE_PACKAGE, CLASSIC_BASE_PATH, CLASSIC_EXAMPLES_PREFIX, TUTORIAL_EXAMPLES_PREFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.widgets.ControlcreateExampleControl(org.eclipse.swt.widgets.Composite parent) static voidMethods inherited from class org.eclipse.nebula.widgets.nattable.examples.AbstractNatExample
getName, getShortDescription, log, onStart, onStop, setupTextArea
-
Constructor Details
-
_5084_StructuralRowReorderWithoutRowHeaderExample
public _5084_StructuralRowReorderWithoutRowHeaderExample()
-
-
Method Details
-
main
- Throws:
Exception
-
getDescription
- Specified by:
getDescriptionin interfaceINatExample- Overrides:
getDescriptionin classAbstractNatExample
-
createExampleControl
public org.eclipse.swt.widgets.Control createExampleControl(org.eclipse.swt.widgets.Composite parent)
-