Uses of Class
ca.cgjennings.apps.arkham.project.Open.OpenRule
-
Packages that use Open.OpenRule Package Description ca.cgjennings.apps.arkham.project -
-
Uses of Open.OpenRule in ca.cgjennings.apps.arkham.project
Methods in ca.cgjennings.apps.arkham.project that return Open.OpenRule Modifier and Type Method Description static Open.OpenRule
Open. getOpenRule(java.lang.String extension)
Returns theOpen.OpenRule
that controls handling for files with the given file name extension.static Open.OpenRule
Open.OpenRule. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Open.OpenRule[]
Open.OpenRule. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.cgjennings.apps.arkham.project with parameters of type Open.OpenRule Modifier and Type Method Description static void
Open. setOpenRule(java.lang.String extension, Open.OpenRule rule)
Sets the rule used to open files with the given extension.
-