Uses of Class
com.sun.electric.tool.user.CircuitChangeJobs.ChangeArcEnum

Packages that use CircuitChangeJobs.ChangeArcEnum
com.sun.electric.tool.user Package for handling the user-interface tool. 
 

Uses of CircuitChangeJobs.ChangeArcEnum in com.sun.electric.tool.user
 

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

Constructors in com.sun.electric.tool.user with parameters of type CircuitChangeJobs.ChangeArcEnum
CircuitChangeJobs.ChangeArcProperties(Cell cell, CircuitChangeJobs.ChangeArcEnum how, java.util.List<Highlight2> highlighted)