Uses of Class
org.jastacry.GlobalData.Action
- 
Packages that use GlobalData.Action Package Description org.jastacry Info about this package doing something for package-info.java file.org.jastacry.layer Info about this package doing something for package-info.java file.
- 
- 
Uses of GlobalData.Action in org.jastacryMethods in org.jastacry that return GlobalData.Action Modifier and Type Method Description static GlobalData.ActionGlobalData.Action. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GlobalData.Action[]GlobalData.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jastacry with parameters of type GlobalData.Action Modifier and Type Method Description voidWorker. setAction(GlobalData.Action oAction)Setter method for action value.
- 
Uses of GlobalData.Action in org.jastacry.layerMethods in org.jastacry.layer with parameters of type GlobalData.Action Modifier and Type Method Description voidAbstractBasicLayer. setAction(GlobalData.Action newAction)voidLayer. setAction(GlobalData.Action newAction)Property setter for action.
 
-