See: Description
| Interface | Description |
|---|---|
| I_CmsHtmlIconButton |
Interface for html buttons with icon.
|
| I_CmsToolHandler |
Interface for an admin tool handler.
|
| Class | Description |
|---|---|
| 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<T> |
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
. |
| Messages |
Convenience class to access the localized messages of this OpenCms package.
|
Contains the base classes for implementing a tool in the OpenCms Workplace "Administration" view.