- All Known Implementing Classes:
RegisterViewer
,VFSBrowser
public interface DockableWindow
An interface for notifying MOVABLE dockable windows before their docking position is changed.
- Since:
- jEdit 4.3pre11
- Version:
- $Id: DockableWindow.java 21502 2012-03-29 17:19:44Z ezust $
- Author:
- Shlomy Reinstein
-
Method Summary
-
Method Details
-
move
Notifies a dockable window before its docking position is changed.- Parameters:
newPosition
- The docking position to which the window is moving.- Since:
- jEdit 4.3pre11
-