Foxit PDF SDK
9.1
|
Public Member Functions | |
int | getIcon () |
ColorStateList | getIconTint () |
int | getPanelType () |
View | getTopToolbar () |
View | getContentView () |
void | onActivated () |
void | onDeactivated () |
Public Attributes | |
int | BOOKMARKS = 0 |
int | OUTLINE = 1 |
int | ANNOTATIONS = 2 |
int | ATTACHMENTS = 3 |
int | SIGNATURES = 4 |
The interface defines the specific content of the panel.
Through this interface, you can set the tab icon, top bar, panel content, etc. of the panel.
View com.foxit.uiextensions.controls.panel.PanelSpec.getContentView | ( | ) |
int com.foxit.uiextensions.controls.panel.PanelSpec.getIcon | ( | ) |
ColorStateList com.foxit.uiextensions.controls.panel.PanelSpec.getIconTint | ( | ) |
Gets the icon tint for the different states (normal, selected) used for the tab.
int com.foxit.uiextensions.controls.panel.PanelSpec.getPanelType | ( | ) |
View com.foxit.uiextensions.controls.panel.PanelSpec.getTopToolbar | ( | ) |
void com.foxit.uiextensions.controls.panel.PanelSpec.onActivated | ( | ) |
Called when a panel is selected as the current panel.
void com.foxit.uiextensions.controls.panel.PanelSpec.onDeactivated | ( | ) |
Called when the current panel is changed.
int com.foxit.uiextensions.controls.panel.PanelSpec.ANNOTATIONS = 2 |
Annotation panel type.
int com.foxit.uiextensions.controls.panel.PanelSpec.ATTACHMENTS = 3 |
Attachment panel type.
int com.foxit.uiextensions.controls.panel.PanelSpec.BOOKMARKS = 0 |
Reading bookmark panel type.
int com.foxit.uiextensions.controls.panel.PanelSpec.OUTLINE = 1 |
Outline panel type.
int com.foxit.uiextensions.controls.panel.PanelSpec.SIGNATURES = 4 |
Signature panel type.