Uses of Class
com.jalios.jcmsplugin.explorer.app.ExplorerAppHandler.ActionMode
-
Packages that use ExplorerAppHandler.ActionMode Package Description com.jalios.jcmsplugin.explorer.app -
-
Uses of ExplorerAppHandler.ActionMode in com.jalios.jcmsplugin.explorer.app
Methods in com.jalios.jcmsplugin.explorer.app that return ExplorerAppHandler.ActionMode Modifier and Type Method Description static ExplorerAppHandler.ActionMode
ExplorerAppHandler.ActionMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExplorerAppHandler.ActionMode[]
ExplorerAppHandler.ActionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcmsplugin.explorer.app with parameters of type ExplorerAppHandler.ActionMode Modifier and Type Method Description static java.util.Set<ExplorerAppHandler.ExplorerAction>
ExplorerAppHandler. getActionSet(ExplorerAppHandler.ActionMode mode)
-