org.apache.batik.apps.svgbrowser

Class DropDownHistoryModel.RedoPopUpMenuModel

public static class DropDownHistoryModel.RedoPopUpMenuModel extends DropDownHistoryModel

The redo pop up menu model.
Field Summary
protected static StringREDO_FOOTER_TEXT
The redo footer text.
protected static StringREDO_TOOLTIP_PREFIX
The prefix for the last redoable command.
Constructor Summary
RedoPopUpMenuModel(DropDownComponent.ScrollablePopupMenu parent, HistoryBrowserInterface historyBrowserInterface)
Creates the redo pop up menu model
Method Summary
StringgetFooterText()
voidprocessItemClicked()

Field Detail

REDO_FOOTER_TEXT

protected static String REDO_FOOTER_TEXT
The redo footer text. Used for the footer item.

REDO_TOOLTIP_PREFIX

protected static String REDO_TOOLTIP_PREFIX
The prefix for the last redoable command. E.g. (Redo change selection)

Constructor Detail

RedoPopUpMenuModel

public RedoPopUpMenuModel(DropDownComponent.ScrollablePopupMenu parent, HistoryBrowserInterface historyBrowserInterface)
Creates the redo pop up menu model

Parameters: parent The parent scrollable popup menu historyBrowserInterface the historyBrowserInterface

Method Detail

getFooterText

public String getFooterText()

processItemClicked

public void processItemClicked()
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.