程序包 | 说明 |
---|---|
org.opencms.ade.containerpage.client.ui | |
org.opencms.ade.galleries.client | |
org.opencms.ade.galleries.client.preview |
限定符和类型 | 方法和说明 |
---|---|
protected static CmsGalleryDialog |
CmsToolbarAllGalleriesMenu.createDialog(I_CmsGalleryConfiguration configuration,
I_CmsGalleryHandler galleryHandler)
Creates a new gallery dialog and instantiates the controller for it.
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsGalleryDialog |
CmsGalleryControllerHandler.m_galleryDialog
The reference to the gallery dialog.
|
限定符和类型 | 方法和说明 |
---|---|
static CmsGalleryDialog |
CmsGalleryFactory.createDialog()
Returns a gallery dialog object.
|
static CmsGalleryDialog |
CmsGalleryFactory.createDialog(I_CmsGalleryHandler galleryHandler)
Creates a new gallery dialog.
|
构造器和说明 |
---|
CmsGalleryControllerHandler(CmsGalleryDialog galleryDialog)
Constructor.
|
限定符和类型 | 方法和说明 |
---|---|
CmsGalleryDialog |
A_CmsPreviewHandler.getGalleryDialog() |
CmsGalleryDialog |
A_CmsResourcePreview.getGalleryDialog() |
CmsGalleryDialog |
I_CmsResourcePreview.getGalleryDialog()
Gets the gallery dialog in which this preview is displayed.
|
CmsGalleryDialog |
I_CmsPreviewHandler.getGalleryDialog()
Returns the gallery dialog.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsResourcePreview<?> |
CmsBinaryPreviewFactory.getPreview(CmsGalleryDialog dialog) |
I_CmsResourcePreview<?> |
CmsImagePreviewFactory.getPreview(CmsGalleryDialog dialog) |
I_CmsResourcePreview<?> |
I_CmsPreviewFactory.getPreview(CmsGalleryDialog dialog)
Returns the resource preview instance for the given gallery dialog.
|
构造器和说明 |
---|
A_CmsResourcePreview(CmsGalleryDialog galleryDialog)
Constructor.
|
CmsBinaryResourcePreview(CmsGalleryDialog galleryDialog)
Constructor.
|
CmsImageFormatHandler(I_CmsGalleryProviderConstants.GalleryMode galleryMode,
CmsGalleryDialog dialog,
java.lang.String selectedPath,
int imageHeight,
int imageWidth)
Constructor.
|
CmsImageResourcePreview(CmsGalleryDialog galleryDialog)
Constructor.
|