org.eclipse.nebula.widgets.nattable.examples._500_Layers._504_Viewport
Class _5044_HorizontalSplitViewportGridExample

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.examples.AbstractNatExample
      extended by org.eclipse.nebula.widgets.nattable.examples._500_Layers._504_Viewport._5044_HorizontalSplitViewportGridExample
All Implemented Interfaces:
INatExample

public class _5044_HorizontalSplitViewportGridExample
extends AbstractNatExample

Example showing how to implement NatTable that contains two horizontal split viewports in a grid.

Author:
Dirk Fauth

Field Summary
static int SPLIT_COLUMN_INDEX
           
 
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
_5044_HorizontalSplitViewportGridExample()
           
 
Method Summary
 org.eclipse.swt.widgets.Control createExampleControl(org.eclipse.swt.widgets.Composite parent)
           
 String getDescription()
           
static void main(String[] args)
           
 
Methods inherited from class org.eclipse.nebula.widgets.nattable.examples.AbstractNatExample
getName, getShortDescription, log, onStart, onStop, setupTextArea
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPLIT_COLUMN_INDEX

public static final int SPLIT_COLUMN_INDEX
See Also:
Constant Field Values
Constructor Detail

_5044_HorizontalSplitViewportGridExample

public _5044_HorizontalSplitViewportGridExample()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

getDescription

public String getDescription()
Specified by:
getDescription in interface INatExample
Overrides:
getDescription in class AbstractNatExample

createExampleControl

public org.eclipse.swt.widgets.Control createExampleControl(org.eclipse.swt.widgets.Composite parent)


Copyright © 2014. All rights reserved.