Enum CONSTANTS.PREVIEW_CLASS

    • Nested Class Summary

      • Nested classes/interfaces inherited from class Enum

        Enum.EnumDesc<E extends Enum<E>>
    • Method Summary

      Modifier and Type Method Description
      Class<?> getPreviewClass()
      Liefert die Vorschauklasse zurück.
      static CONSTANTS.PREVIEW_CLASS valueOf​(String name)
      Returns the enum constant of this type with the specified name.
      static CONSTANTS.PREVIEW_CLASS[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class Enum

        compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class Object

        getClass, notify, notifyAll, wait, wait, wait
    • Enum Constant Detail

      • Mail_EML_Preview

        public static final CONSTANTS.PREVIEW_CLASS Mail_EML_Preview
        Vorschauklasse für EML-Mail Dokumente
      • Mail_MSG_Preview

        public static final CONSTANTS.PREVIEW_CLASS Mail_MSG_Preview
        Vorschauklasse für MSG Dateien (MS Outlook Format)
      • BrowserPreview

        public static final CONSTANTS.PREVIEW_CLASS BrowserPreview
        Vorschauklasse für die Anzeige in einem Webbrowser
      • OpenOfficePreview

        public static final CONSTANTS.PREVIEW_CLASS OpenOfficePreview
        Vorschauklasse für OpenOffice/LibreOffice
      • MediaPlayerPreview

        public static final CONSTANTS.PREVIEW_CLASS MediaPlayerPreview
        Vorschauklasse für Medienformate im Windows Media Player
      • FxMediaPlayerPreview

        public static final CONSTANTS.PREVIEW_CLASS FxMediaPlayerPreview
        Vorschauklasse für A/V Medien
        Since:
        11.00.000
      • DsoFramerPreview

        public static final CONSTANTS.PREVIEW_CLASS DsoFramerPreview
        Deprecated.
        12.00.000: Verweist nun auf OfficePreview
        Vorschauklasse für Office-Dokumente in einer ActiveX-Komponente
      • OfficeOnlinePreview

        public static final CONSTANTS.PREVIEW_CLASS OfficeOnlinePreview
        Vorschauklasse für die Office Apps.

        Erfordert einen WOPI/Office Apps Server

        Since:
        12.00.000
      • SwitchToPreviewDocumentPreview

        public static final CONSTANTS.PREVIEW_CLASS SwitchToPreviewDocumentPreview
        Vorschauklasse um die Verwendung des TIFF/PDF Vorschaudokuments zu erzwingen.
        Since:
        12.00.000
      • MacOsPreview

        public static final CONSTANTS.PREVIEW_CLASS MacOsPreview
        Vorschauklasse für MacOS. Die Vorschau basiert auf dem "QuickLook"-Viewer von Mac OS X.
        Since:
        12.00.000
      • OCXPluginPreview

        public static final CONSTANTS.PREVIEW_CLASS OCXPluginPreview
        Vorschauklasse für eigene ActiveX Plug-Ins
        Since:
        12.00.000
    • Method Detail

      • values

        public static CONSTANTS.PREVIEW_CLASS[] values()
        Returns an array containing the constants of this enum type, in the order they are declared.
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static CONSTANTS.PREVIEW_CLASS valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getPreviewClass

        public Class<?> getPreviewClass()
        Liefert die Vorschauklasse zurück.
        Returns:
        Vorschauklasse