Uses of Class
com.sun.electric.tool.routing.RouteElement.RouteElementAction

Packages that use RouteElement.RouteElementAction
com.sun.electric.tool.routing Package for handling the Routing tools. 
 

Uses of RouteElement.RouteElementAction in com.sun.electric.tool.routing
 

Methods in com.sun.electric.tool.routing that return RouteElement.RouteElementAction
 RouteElement.RouteElementAction RouteElement.getAction()
          get RouteElementAction
static RouteElement.RouteElementAction RouteElement.RouteElementAction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RouteElement.RouteElementAction[] RouteElement.RouteElementAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.sun.electric.tool.routing with parameters of type RouteElement.RouteElementAction
RouteElement(RouteElement.RouteElementAction action, Cell cell)
          Private Constructor