Package vg.userInterface.navigator

Examples of vg.userInterface.navigator.NavigatorPlugin


            new AttributePlugin().install(param);
            new StorablePlugin().install(param);
            new ZoomPlugin().install(param);
            new MiniMapPlugin().install(param);
            // panels-------------------------
            new NavigatorPlugin().install(param);
          } catch (Throwable ex) {
            VisualGraph.log.printException(ex);
          }
        }
      });
View Full Code Here

TOP

Related Classes of vg.userInterface.navigator.NavigatorPlugin

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.