Uses of Interface
org.opencms.workplace.tools.I_CmsToolHandler
Packages that use I_CmsToolHandler
Package
Description
Contains code for workplace apps.
Contains the base classes for implementing a tool in the OpenCms Workplace "Administration" view.
-
Uses of I_CmsToolHandler in org.opencms.ui.apps
Constructors in org.opencms.ui.apps with parameters of type I_CmsToolHandlerModifierConstructorDescriptionCmsLegacyApp
(I_CmsToolHandler toolHandler) Constructor.CmsLegacyAppConfiguration
(I_CmsToolHandler toolHandler) Constructor. -
Uses of I_CmsToolHandler in org.opencms.workplace.tools
Classes in org.opencms.workplace.tools that implement I_CmsToolHandlerModifier and TypeClassDescriptionclass
Helper class to build easily other admin tool handlers.class
Default admin tool handler.class
This tool handler just hides the tool for the user, but the tool can still be invoked explicitly, usefull for tool that requires an argument, like edit tools.class
This tool handler disables the tool if in online project.class
This tool handler hides the tool to non admin users.class
Admin tool handler for tool roots.Methods in org.opencms.workplace.tools that return I_CmsToolHandlerConstructors in org.opencms.workplace.tools with parameters of type I_CmsToolHandler