|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.apps.svgbrowser.DropDownHistoryModel
org.apache.batik.apps.svgbrowser.DropDownHistoryModel.UndoPopUpMenuModel
public static class DropDownHistoryModel.UndoPopUpMenuModel
The undo pop up menu model.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.batik.apps.svgbrowser.DropDownHistoryModel |
---|
DropDownHistoryModel.RedoPopUpMenuModel, DropDownHistoryModel.UndoPopUpMenuModel |
Field Summary | |
---|---|
protected static java.lang.String |
UNDO_FOOTER_TEXT
The undo footer text. |
protected static java.lang.String |
UNDO_TOOLTIP_PREFIX
The prefix for the last undoable command. |
Fields inherited from class org.apache.batik.apps.svgbrowser.DropDownHistoryModel |
---|
historyBrowserInterface, items, parent |
Constructor Summary | |
---|---|
DropDownHistoryModel.UndoPopUpMenuModel(DropDownComponent.ScrollablePopupMenu parent,
HistoryBrowserInterface historyBrowserInterface)
Creates the unod pop up menu model |
Method Summary | |
---|---|
java.lang.String |
getFooterText()
Gets the footer text. |
void |
processItemClicked()
Processes click on the pop up menu item. |
Methods inherited from class org.apache.batik.apps.svgbrowser.DropDownHistoryModel |
---|
addItem, clearAllScrollablePopupMenuItems, createItem, processAfterShowed, processBeforeShowed, removeFirstScrollablePopupMenuItem, removeItem, removeLastScrollablePopupMenuItem |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static java.lang.String UNDO_FOOTER_TEXT
protected static java.lang.String UNDO_TOOLTIP_PREFIX
Constructor Detail |
---|
public DropDownHistoryModel.UndoPopUpMenuModel(DropDownComponent.ScrollablePopupMenu parent, HistoryBrowserInterface historyBrowserInterface)
parent
- The parent scrollable popup menuhistoryBrowserInterface
- the historyBrowserInterfaceMethod Detail |
---|
public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |