public static class DropDownHistoryModel.RedoPopUpMenuModel extends DropDownHistoryModel
DropDownHistoryModel.RedoPopUpMenuModel, DropDownHistoryModel.UndoPopUpMenuModel| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
REDO_FOOTER_TEXT
The redo footer text.
|
protected static java.lang.String |
REDO_TOOLTIP_PREFIX
The prefix for the last redoable command.
|
historyBrowserInterface, items, parent| Constructor and Description |
|---|
RedoPopUpMenuModel(DropDownComponent.ScrollablePopupMenu parent,
HistoryBrowserInterface historyBrowserInterface)
Creates the redo pop up menu model
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFooterText()
Gets the footer text.
|
void |
processItemClicked()
Processes click on the pop up menu item.
|
addItem, clearAllScrollablePopupMenuItems, createItem, processAfterShowed, processBeforeShowed, removeFirstScrollablePopupMenuItem, removeItem, removeLastScrollablePopupMenuItemprotected static java.lang.String REDO_FOOTER_TEXT
protected static java.lang.String REDO_TOOLTIP_PREFIX
public RedoPopUpMenuModel(DropDownComponent.ScrollablePopupMenu parent, HistoryBrowserInterface historyBrowserInterface)
parent - The parent scrollable popup menuhistoryBrowserInterface - the historyBrowserInterfacepublic java.lang.String getFooterText()
DropDownHistoryModelgetFooterText in interface DropDownComponent.ScrollablePopupMenuModelgetFooterText in class DropDownHistoryModelpublic void processItemClicked()
DropDownHistoryModelprocessItemClicked in interface DropDownComponent.ScrollablePopupMenuModelprocessItemClicked in class DropDownHistoryModelCopyright © 2022 Apache Software Foundation. All Rights Reserved.