001    package com.sptci.rwt.webui.model;
002    
003    /**
004     * A dummy view component since no pertinent data is available for the
005     * {@link com.sptci.rwt.webui.tree.ForeignKeysNode}.
006     *
007     * <p>&copy; Copyright 2007 <a href='http://sptci.com/' target='_new'>Sans Pareil Technologies, Inc.</a></p>
008     * @author Rakesh Vidyadharan 2007-10-07
009     * @version $Id: ForeignKeysView.java 4123 2008-05-25 21:49:01Z rakesh $
010     */
011    public class ForeignKeysView extends AbstractView
012    {
013      /**
014       * Create a new instance of the view using the specified model object.
015       *
016       * @param name The name of the node.
017       */
018      public ForeignKeysView( final String name ) {}
019    }