Class EditableGridExample
java.lang.Object
org.eclipse.nebula.widgets.nattable.examples.AbstractNatExample
org.eclipse.nebula.widgets.nattable.examples.examples._110_Editing.EditableGridExample
- All Implemented Interfaces:
INatExample
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields 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) editableGridConfiguration(ColumnOverrideLabelAccumulator columnLabelAccumulator, IDataProvider dataProvider) static voidMethods inherited from class org.eclipse.nebula.widgets.nattable.examples.AbstractNatExample
getName, getShortDescription, log, onStart, onStop, setupTextArea
-
Field Details
-
ASK_PRICE_CONFIG_LABEL
- See Also:
-
SECURITY_ID_CONFIG_LABEL
- See Also:
-
SECURITY_ID_EDITOR
- See Also:
-
BID_PRICE_CONFIG_LABEL
- See Also:
-
LOT_SIZE_CONFIG_LABEL
- See Also:
-
SPREAD_CONFIG_LABEL
- See Also:
-
FORMAT_DATE_CONFIG_LABEL
- See Also:
-
FORMAT_DOUBLE_2_PLACES_CONFIG_LABEL
- See Also:
-
FORMAT_DOUBLE_6_PLACES_CONFIG_LABEL
- See Also:
-
FORMAT_IN_MILLIONS_CONFIG_LABEL
- See Also:
-
FORMAT_PRICING_TYPE_CONFIG_LABEL
- See Also:
-
ALIGN_CELL_CONTENTS_LEFT_CONFIG_LABEL
- See Also:
-
ALIGN_CELL_CONTENTS_RIGHT_CONFIG_LABEL
- See Also:
-
CHECK_BOX_CONFIG_LABEL
- See Also:
-
CHECK_BOX_EDITOR_CONFIG_LABEL
- See Also:
-
COMBO_BOX_CONFIG_LABEL
- See Also:
-
COMBO_BOX_EDITOR_CONFIG_LABEL
- See Also:
-
-
Constructor Details
-
EditableGridExample
public EditableGridExample()
-
-
Method Details
-
main
-
getDescription
- Specified by:
getDescriptionin interfaceINatExample- Overrides:
getDescriptionin classAbstractNatExample
-
createExampleControl
public org.eclipse.swt.widgets.Control createExampleControl(org.eclipse.swt.widgets.Composite parent) -
editableGridConfiguration
public static AbstractRegistryConfiguration editableGridConfiguration(ColumnOverrideLabelAccumulator columnLabelAccumulator, IDataProvider dataProvider)
-