java.lang.Object | |
↳ | com.pdftron.pdf.dialog.menueditor.model.MenuEditorItemContent |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface com.pdftron.pdf.dialog.menueditor.model.MenuEditorItem |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MenuEditorItemContent(int id, String title, int iconRes) | |||||||||||
MenuEditorItemContent(int id, String title, Drawable drawable) | |||||||||||
MenuEditorItemContent(int id, ToolbarButtonType toolbarButtonType, String title, Drawable drawable) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Drawable | getDrawable() | ||||||||||
int | getIconRes() | ||||||||||
int | getId() | ||||||||||
String | getTitle() | ||||||||||
ToolbarButtonType | getToolbarButtonType() | ||||||||||
boolean | isHeader() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface com.pdftron.pdf.dialog.menueditor.model.MenuEditorItem |