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.jastacry
Methods in org.jastacry that return GlobalData.Action Modifier and Type Method Description static GlobalData.Action
GlobalData.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 void
Worker. setAction(GlobalData.Action oAction)
Setter method for action value. -
Uses of GlobalData.Action in org.jastacry.layer
Methods in org.jastacry.layer with parameters of type GlobalData.Action Modifier and Type Method Description void
AbstractBasicLayer. setAction(GlobalData.Action newAction)
void
Layer. setAction(GlobalData.Action newAction)
Property setter for action.
-