com.sun.electric.tool.user.menus
Class ViewMenu

java.lang.Object
  extended by com.sun.electric.tool.user.menus.ViewMenu

public class ViewMenu
extends java.lang.Object

Class to handle the commands in the "View" pulldown menu.


Constructor Summary
ViewMenu()
           
 
Method Summary
static void changeViewCommand()
           
static void editDocViewCommand()
           
static void editIconViewCommand()
           
static void editLayoutViewCommand()
           
static void editOtherViewCommand()
           
static void editSchematicViewCommand()
           
static void editSkeletonViewCommand()
           
static void editVHDLViewCommand()
           
static void viewControlCommand()
          This method implements the command to control Views.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewMenu

public ViewMenu()
Method Detail

viewControlCommand

public static void viewControlCommand()
This method implements the command to control Views.


changeViewCommand

public static void changeViewCommand()

editLayoutViewCommand

public static void editLayoutViewCommand()

editSchematicViewCommand

public static void editSchematicViewCommand()

editIconViewCommand

public static void editIconViewCommand()

editVHDLViewCommand

public static void editVHDLViewCommand()

editDocViewCommand

public static void editDocViewCommand()

editSkeletonViewCommand

public static void editSkeletonViewCommand()

editOtherViewCommand

public static void editOtherViewCommand()