Module jEdit

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

    Modifier and Type
    Method
    Description
    void
    move(String newPosition)
    Notifies a dockable window before its docking position is changed.
  • Method Details

    • move

      void move(String newPosition)
      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