Package org.gjt.sp.jedit.gui
Interface DockableWindow
-
- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
move(java.lang.String newPosition)
Notifies a dockable window before its docking position is changed.
-