Package entagged.tageditor.models

Examples of entagged.tageditor.models.Navigator


   *
   * @return Navigator.
   */
  public Navigator getNavigator() {
    if (navigator == null) {
      navigator = new Navigator();
    }
    return this.navigator;
  }
View Full Code Here

TOP

Related Classes of entagged.tageditor.models.Navigator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.