Class TLcyToteAddOn

java.lang.Object
com.luciad.lucy.addons.ALcyAddOn
com.luciad.lucy.addons.tote.TLcyToteAddOn

public class TLcyToteAddOn extends ALcyAddOn

The TOTE add-on (=Text Oriented Tabular Entry) provides the exact same functionality as the TableViewAddOn sample class, and is actually a wrapper around it. This construct allows to either use this add-on as-is, or to not use it at all and replace it with the identical TableViewAddOn. As the source code of the latter is available as sample code, it offers unlimited customization possibilities.

Please refer to TableViewAddOn for an explanation of what this add-on does.

To replace this add-on with the sample version, add the following snippet to your addons.xml file.


     <!-- Replace the official tote add-on by the sample-based version and the sample config file-->
     <addon>
       <class>com.luciad.lucy.addons.tote.TLcyToteAddOn</class>
       <exclude/>
     </addon>
     <addon>
       <name>Table view</name>
       <class>samples.lucy.tableview.TableViewAddOn</class>
       <configFile>samples/TableViewAddOn.cfg</configFile>
     </addon>
 

When working with Lightspeed maps, you probably want to do the same with the TLcyLspToteAddOn.

  • Constructor Details

    • TLcyToteAddOn

      public TLcyToteAddOn()
  • Method Details