| Package | Description |
|---|---|
| org.opencms.ade.configuration |
Contains the ade configuration classes.
|
| org.opencms.configuration |
Reads and writes the XML based OpenCms configuration files.
|
| org.opencms.gwt |
Provides core support for GWT.
|
| org.opencms.module |
OpenCms modules provide a powerful, standardized way to extend
the core OpenCms functionality.
|
| org.opencms.workplace |
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
|
| org.opencms.workplace.explorer |
Contains the functions that generate the Workplace "Explorer" view, also contains
the "New resource" wizard.
|
| Modifier and Type | Method and Description |
|---|---|
CmsExplorerTypeSettings |
CmsElementView.getExplorerType()
Gets the explorer type settings.
|
| Constructor and Description |
|---|
CmsElementView(CmsExplorerTypeSettings explorerType)
Creates a new element view based on the given explorer type.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CmsWorkplaceConfiguration.generateExplorerTypesXml(org.dom4j.Element startNode,
java.util.List<CmsExplorerTypeSettings> explorerTypes,
boolean module)
Creates the xml output for explorer type nodes.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
CmsIconUtil.getIconClasses(CmsExplorerTypeSettings typeSettings,
java.lang.String resourceName,
boolean small)
Returns the resource type icon CSS classes for the given type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsExplorerTypeSettings> |
CmsModule.getExplorerTypes()
Returns the list of explorer resource types that belong to this module.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsModuleXmlHandler.addExplorerTypeSetting(CmsExplorerTypeSettings settings)
Adds an explorer type setting object to the list of type settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsModule.setExplorerTypes(java.util.List<CmsExplorerTypeSettings> explorerTypeSettings)
Sets the additional explorer types that belong to this module.
|
| Modifier and Type | Method and Description |
|---|---|
CmsExplorerTypeSettings |
CmsWorkplaceManager.getExplorerTypeSetting(java.lang.String type)
Returns the explorer type settings for the specified resource type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsExplorerTypeSettings> |
CmsWorkplaceManager.getExplorerTypeSettings()
Returns the list of explorer type settings.
|
java.util.List<CmsExplorerTypeSettings> |
CmsWorkplaceManager.getExplorerTypesForView(java.lang.String viewName)
Gets the explorer types for the given view name.
|
java.util.List<CmsExplorerTypeSettings> |
CmsWorkplaceManager.getWorkplaceExplorerTypeSettings()
Returns the list of explorer type settings configured in the opencms-workplace.xml file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsWorkplaceManager.addExplorerTypeSetting(CmsExplorerTypeSettings settings)
Adds an explorer type setting object to the list of type settings.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CmsExplorerTypeSettings.compareTo(CmsExplorerTypeSettings other) |
static com.vaadin.server.Resource |
CmsResourceUtil.getBigIconResource(CmsExplorerTypeSettings explorerType,
java.lang.String resourceName)
Returns the big icon resource for the given resource.
|
static com.vaadin.server.Resource |
CmsResourceUtil.getSmallIconResource(CmsExplorerTypeSettings explorerType,
java.lang.String resourceName)
Returns the small icon resource for the given resource.
|