Foxit PDF SDK
|
Public Member Functions | |
MenuList () | |
Constructor. | |
MenuList (int level, String name) | |
Constructor, with parameters. More... | |
MenuList (MenuList menu_list) | |
Constructor, with another menu list object. More... | |
synchronized void | delete () |
Clean up related resources immediately. More... | |
int | getLevel () |
Get the level of menu. More... | |
String | getName () |
Get the title of menu. More... | |
void | set (int level, String name) |
Set values. More... | |
void | setLevel (int value) |
Set the level of menu. More... | |
void | setName (String value) |
Set the title of menu. More... | |
This class represents menu list.
com.foxit.sdk.MenuList.MenuList | ( | int | level, |
String | name | ||
) |
Constructor, with parameters.
[in] | level | Level of menu. |
[in] | name | Title of menu. |
com.foxit.sdk.MenuList.MenuList | ( | MenuList | menu_list | ) |
Constructor, with another menu list object.
[in] | menu_list | Another menu list object. |
synchronized void com.foxit.sdk.MenuList.delete | ( | ) |
Clean up related resources immediately.
com.foxit.sdk.MenuList.getLevel | ( | ) |
Get the level of menu.
com.foxit.sdk.MenuList.getName | ( | ) |
Get the title of menu.
void com.foxit.sdk.MenuList.set | ( | int | level, |
String | name | ||
) |
Set values.
[in] | level | Level of menu. |
[in] | name | Title of menu. |
com.foxit.sdk.MenuList.setLevel | ( | int | value | ) |
Set the level of menu.
[in] | value | The level of menu. |
com.foxit.sdk.MenuList.setName | ( | String | value | ) |
Set the title of menu.
[in] | value | The title of menu. |