Class AbstractNatExample

java.lang.Object
org.eclipse.nebula.widgets.nattable.examples.AbstractNatExample
All Implemented Interfaces:
INatExample
Direct Known Subclasses:
_000_Column_groups, _000_Configuring_NatTable_with_a_layer, _000_Default_NatTable, _000_Styled_grid, _001_Custom_styling_of_specific_cells, _001_Getting_Started, _001_Two_level_column_groups, _001_Vertical_layer_composition, _002_Lateral_layer_composition, _002_Using_a_custom_cell_painter, _010_Column_categories, _010_NatTable_with_grid_painting_of_remainder_space, _100_Row_groups, _200_Group_by, _301_CustomDataProviderExample, _302_CustomColumnPropertyAccessorExample, _303_CalculatedDataExample, _304_DynamicColumnExample, _305_FormulaDataExample, _306_CalculatedFormulaDataExample, _307_ChangeDataProviderExample, _308_DataModificationExample, _4221_NatGridLayerPainterExample, _4222_CellPainterExample, _423_ThemeStylingExample, _424_NebulaRichTextIntegrationExample, _4451_CrossValidationGridExample, _446_EditErrorHandlingExample, _447_EditorExample, _4471_EditorTraversalExample, _448_CDateTimeEditorExample, _5011_DataLayerExample, _5012_PercentageSizingDataLayerExample, _5013_PercentageSizingGridExample, _5014_SpanningDataLayerExample, _5015_AutomaticDataSpanningExample, _5016_DataChangeLayerExample, _5017_DataChangeLayerTempStorageExample, _5018_ColumnResizeExample, _5031_VerticalCompositionExample, _5032_HorizontalCompositionExample, _5033_GridLayerExample, _5041_ViewportLayerExample, _5042_HorizontalSplitViewportExample, _5043_VerticalSplitViewportExample, _5044_HorizontalSplitViewportGridExample, _5045_ScrollableRowHeaderExample, _5046_MultiScrollExample, _5051_SelectionLayerExample, _5052_RowSelectionExample, _5053_SelectionEventsExample, _5054_SelectionProviderExample, _5055_SelectionTraversalExample, _5061_SimpleHoverStylingExample, _5062_CompositeHoverStylingExample, _5063_GridBodyHoverStylingExample, _5064_GridHeaderHoverStylingExample, _5065_GridHoverStylingExample, _5071_ColumnHideShowExample, _5072_RowHideShowExample, _5073_ColumnAndRowHideShowExample, _5074_ResizeColumnHideShowExample, _5081_ColumnReorderExample, _5082_RowReorderExample, _5083_ColumnAndRowReorderExample, _5084_StructuralRowReorderWithoutRowHeaderExample, _509_SortHeaderLayerExample, _5111_ColumnGroupingExample, _5112_TwoLevelColumnGroupingExample, _5113_RowGroupingExample, _5114_PerformanceColumnGroupingExample, _5115_HugeColumnGroupingExample, _5116_PerformanceRowGroupingExample, _5117_PerformanceColumnAndRowGroupingExample, _5121_SummaryRowExample, _5122_SummaryRowGridExample, _5123_SummaryRowPositionExample, _5124_SummaryRowPositionGridExample, _513_FreezeExample, _514_TreeLayerExample, _602_GlazedListsSortingExample, _6031_GlazedListsFilterExample, _6032_GlazedListsFilterCustomTypesExample, _6033_GlazedListsStaticFilterExample, _6034_ExcelLikeFilterRowExample, _6035_ExcelLikeFilterRowCustomTypesExample, _6036_SingleFieldFilterExample, _6037_MixedFilterRowExample, _6041_TreeGridExample, _6042_TreeStructureGridExample, _6043_HierarchicalTreeExample, _6044_HierarchicalTreeLayerGridExample, _6045_HierarchicalTreeLayerExample, _6051_GroupByExample, _6052_GroupByCustomTypesExample, _6053_GroupBySummaryExample, _606_GlazedListsRowHideShowExample, _751_CopyExample, _752_ExtendedCopyExample, _761_PrintExample, _762_MultiPrintExample, _771_ExcelExportExample, _772_GridExcelExportExample, _773_GridExcelExportFormatterExample, _774_MultiExportExample, _781_DragAndDropExample, _791_ButtonInCellExample, _801_VerticalCompositionWithFeaturesExample, _802_CalculatingGridExample, _803_CachedCalculatingGridExample, _804_GlazedListsEditorExample, _806_SortableColumnGroupingExample, _807_SortableFilterableColumnGroupExample, _808_SortableGroupByWithFilterExample, _809_GroupBySummarySummaryRowExample, _810_SortableGroupByFilterColumnGroupAndFreezeExample, _811_GroupBySummaryFixedSummaryRowExample, _812_EditableGroupBySummarySummaryRowExample, _813_SortableGroupByWithComboBoxFilterExample, _814_EditableSortableGroupByWithFilterExample, _815_SortableGroupByFilterPerformanceColumnGroupAndFreezeExample, _816_EditableFixedSummaryRowWithFreezeExample, _817_TreeLayerWithRowGroupingExample, _818_SortableAllFilterPerformanceColumnGroupExample, _900_Everything_but_the_kitchen_sink, AbstractE4NatExamplePart, Applying_style_to_a_cell, AutomaticRowHeightExample, Big_data, BlinkingGlazedListExample, BlinkingGridExample, CalculatingGridExample, CellPainterDecorator_Example, ColumnHeaderSelectionDataLayerExample, ColumnHeaderViewportSelectionDataLayerExample, ColumnHeaderViewportSelectionReorderDataLayerExample, ColumnStructureUpdatesGridExample, CompositeDataLayerExample, CompositeGridLayerExample, Creating_a_summary_row, CrossValidationGridExample, DataLayerExample, Derived_or_computed_column_data, DynamicColumnExample, DynamicColumnHeaderHeightExample, EditableGridExample, EditErrorHandlingExample, EditorExample, FilterRowGridExample, FreezableGridExample, Get_and_set_selected_objects, HideShowDataLayerExample, InvertedLayerExample, PercentageSizingDataLayerExample, PersistentNatExampleWrapper, Real_time_data_updates, Rendering_cells_as_a_link_and_button, ReorderDataLayerExample, RowHeaderSelectionDataLayerExample, RowHeaderViewportSelectionDataLayerExample, Selection_events, SelectionDataLayerExample, SortableGridExample, SpanningDataLayerExample, StaticFilterGridExample, TextPainter_Examples, Tooltips, TreeGridExample, TreeGridWithCheckBoxFieldsExample, Using_a_custom_DataProvider, Using_a_predefined_configuration_object, Using_the_ListDataProvider, ViewportDataLayerExample, ViewportSelectionHideShowDataLayerExample, ViewportSelectionReorderDataLayerExample, ViewportSelectionSpanningDataLayerExample

public abstract class AbstractNatExample extends Object implements INatExample
  • Constructor Details

    • AbstractNatExample

      public AbstractNatExample()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface INatExample
    • getShortDescription

      public String getShortDescription()
      Specified by:
      getShortDescription in interface INatExample
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface INatExample
    • onStart

      public void onStart()
      Specified by:
      onStart in interface INatExample
    • onStop

      public void onStop()
      Specified by:
      onStop in interface INatExample
    • setupTextArea

      public org.eclipse.swt.widgets.Text setupTextArea(org.eclipse.swt.widgets.Composite parent)
      Parameters:
      parent - The parent composite.
      Returns:
      The Text area at the bottom.
    • log

      public void log(String msg)