当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
NavigatorPanelWithUndo (Navigator API) - NetBeans API Javadoc (Current Development Version)
org.netbeans.spi.navigator
Interface NavigatorPanelWithUndo
- All Superinterfaces:
- NavigatorPanel
public interface NavigatorPanelWithUndo
- extends NavigatorPanel
Description of navigation view with undo/redo support on top of basic
NavigatorPanel features.
Clients will implement this interface when they need undo and redo support
enabled for their Navigator view/panel.
Implementors of this interface, also registered in layer,
will be plugged into Navigator UI.
- Since:
- 1.5
Method Summary |
UndoRedo |
getUndoRedo()
Returns instance of UndoRedo which will be propagated into
Navigator TopComponent's getUndoRedo() when this panel is active. |
getUndoRedo
UndoRedo getUndoRedo()
- Returns instance of UndoRedo which will be propagated into
Navigator TopComponent's getUndoRedo() when this panel is active.
It allows clients to enable undo/redo management and undo/redo actions for
this panel in Navigator.
- Returns:
- Instance of UndoRedo.