com.foxit.uiextensions.controls.panel.PanelSpec.PanelType Enum Reference

Public Member Functions

String getModuleName ()
 
int getTag ()
 

Public Attributes

 Annotations =(2, Module.MODULE_NAME_ANNOTPANEL)
 
 Attachments =(3, Module.MODULE_NAME_FILE_PANEL)
 
 Outline =(1, Module.MODULE_NAME_OUTLINE)
 
 ReadingBookmarks =(0, Module.MODULE_NAME_BOOKMARK)
 

Detailed Description

Panel types.

Member Function Documentation

◆ getModuleName()

String com.foxit.uiextensions.controls.panel.PanelSpec.PanelType.getModuleName ( )
Returns
the panel name

◆ getTag()

int com.foxit.uiextensions.controls.panel.PanelSpec.PanelType.getTag ( )
Returns
the panel tag

Member Data Documentation

◆ Annotations

com.foxit.uiextensions.controls.panel.PanelSpec.PanelType.Annotations =(2, Module.MODULE_NAME_ANNOTPANEL)

Annotation panel type.

◆ Attachments

com.foxit.uiextensions.controls.panel.PanelSpec.PanelType.Attachments =(3, Module.MODULE_NAME_FILE_PANEL)

Attachment panel type.

◆ Outline

com.foxit.uiextensions.controls.panel.PanelSpec.PanelType.Outline =(1, Module.MODULE_NAME_OUTLINE)

Outline panel type.

◆ ReadingBookmarks

com.foxit.uiextensions.controls.panel.PanelSpec.PanelType.ReadingBookmarks =(0, Module.MODULE_NAME_BOOKMARK)

Reading bookmark panel type.