Package org.opencms.workplace.tools

Contains the base classes for implementing a tool in the OpenCms Workplace "Administration" view.

See:
          Description

Interface Summary
I_CmsHtmlIconButton Interface for html buttons with icon.
I_CmsToolHandler Interface for an admin tool handler.
 

Class Summary
A_CmsHtmlIconButton Default skeleton for an html icon button.
A_CmsToolHandler Helper class to build easily other admin tool handlers.
CmsDefaultToolHandler Default admin tool handler.
CmsExplorerDialog Dialog for explorer views in the administration view.
CmsHtmlIconButtonStyleEnum Wrapper class for the different style of icon buttons.
CmsIdentifiableObjectContainer Default implementation of a named object container.
CmsInvisibleToolHandler 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.
CmsOfflineToolHandler This tool handler disables the tool if in online project.
CmsOnlyAdminToolHandler This tool handler hides the tool to non admin users.
CmsTool Implementation of an administration tool.
CmsToolDialog Helper class that encapsulates all the code for the "new" style of the administration dialogs.
CmsToolGroup This is an admin tool group, it just generates the html code for the group structure.
CmsToolMacroResolver Resolves special macros for the admin view.
CmsToolManager Manages the registered tools, actualizing its state every time the workplace is reinitialize.
CmsToolRootHandler Admin tool handler for tool roots.
CmsToolUserData Store for some administration view parameters, for each user, used by the CmsToolManager.
 

Package org.opencms.workplace.tools Description

Contains the base classes for implementing a tool in the OpenCms Workplace "Administration" view.

Since:
6.0.0
Version:
$Revision: 1.9 $