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, removeLastScrollablePopupMenuItem
protected 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()
DropDownHistoryModel
getFooterText
in interface DropDownComponent.ScrollablePopupMenuModel
getFooterText
in class DropDownHistoryModel
public void processItemClicked()
DropDownHistoryModel
processItemClicked
in interface DropDownComponent.ScrollablePopupMenuModel
processItemClicked
in class DropDownHistoryModel
Copyright © 2022 Apache Software Foundation. All Rights Reserved.