| <div id="midcolumn"> |
| <h3>Getting started</h3> |
| <div id="doccontent"> |
| <div class="chapter"> |
| <h5>Install</h5> |
| <div class="content"> |
| <p>You can install NatTable to your environment by using the |
| <a href="/nattable/download.php" title="NatTable Update Site">NatTable Update Site</a>.</p> |
| |
| <p>To install the NatTable extensions for GlazedLists and Apache POI, the necessary third-party |
| dependencies need to be available for the installation process. This can be done by adding |
| the <a href="http://www.eclipse.org/orbit/">Eclipse Orbit</a> p2 update site to the list of |
| Available Software Sites.</p> |
| </div> |
| </div> |
| <div class="chapter"> |
| <h5>Examples</h5> |
| <div class="content"> |
| <p>One of the best ways to get familiar with it is to see example code. |
| There are lots of examples in the <span class="code">org.eclipse.nebula.widgets.nattable.examples</span> package.</p> |
| |
| <h6>Running the examples</h6> |
| <p>Download and run <i>NatTableExamples-xx.jar</i> (executable jar file). It launches <span class="code">NatTableExamples.java</span> |
| which aggregates the examples in a tabbed window and shows the associated source code.</p> |
| |
| <p>Note that the NatTableExamples jar does not contain SWT, so you need to include the appropriate SWT jars for your |
| platform on the command line, e.g.:</p> |
| |
| <p><span class="code">java -cp org.eclipse.swt.win32.win32.x86_.jar;NatTableExamples.jar org.eclipse.nebula.widgets.nattable.examples.NatTableExamples</span></p> |
| </div> |
| </div> |
| |
| </div> |
| </div> |