站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

NavigatorPanelWithUndo (Navigator API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.spi.navigator/1 1.5

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.
 
Methods inherited from interface org.netbeans.spi.navigator.NavigatorPanel
getComponent, getDisplayHint, getDisplayName, getLookup, panelActivated, panelDeactivated
 

Method Detail

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.

org.netbeans.spi.navigator/1 1.5

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.