| java.lang.Object | ||
| ↳ | com.pdftron.pdf.widget.base.BaseObservable | |
| ↳ | com.pdftron.pdf.widget.preset.component.model.PresetBarState | |
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | PRESET_NORMAL | ||||||||||
| int | PRESET_SELECTED | ||||||||||
| int | PRESET_STYLE_DIALOG_DISMISSED | ||||||||||
| int | PRESET_STYLE_DIALOG_SHOWN | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public boolean | isSinglePreset | ||||||||||
| public boolean | isVisible | ||||||||||
| public int | styleDialogState | ||||||||||
| public final ToolbarItem | toolbarItem | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void | addPresetState(PresetButtonState presetButtonState) | ||||||||||
| void | dismissStyleDialog() | ||||||||||
| static PresetBarState | fromSavedState(Context context, ToolbarItem toolbarItem) | ||||||||||
| Pair<PresetButtonState, Integer> | getActivePresetState() | ||||||||||
| int | getButtonId() | ||||||||||
| int | getNumberOfPresetStates() | ||||||||||
| PresetButtonState | getPresetState(int index) | ||||||||||
| int | getToolbarButtonTypeId() | ||||||||||
| String | getToolbarStyleId() | ||||||||||
| void | hidePresetBar() | ||||||||||
| boolean | isPresetSelected(int index) | ||||||||||
| void | openStyleDialog() | ||||||||||
| void | selectPreset(int index) | ||||||||||
| void | showPresetBar() | ||||||||||
| void | updateAnnotStyles(ArrayList<AnnotStyle> annotStyles, int index) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pdftron.pdf.widget.base.BaseObservable
| |||||||||||
From class
java.lang.Object
| |||||||||||