JIDE 3.5.15

com.jidesoft.docking
Class DefaultDockingManager.InternalEventManager

java.lang.Object
  extended by com.jidesoft.docking.DefaultDockingManager.InternalEventManager
All Implemented Interfaces:
AutoHideContainer.MouseInputCreator, FloatingContainer.FloatingContainerManager
Enclosing class:
DefaultDockingManager

protected class DefaultDockingManager.InternalEventManager
extends Object
implements AutoHideContainer.MouseInputCreator, FloatingContainer.FloatingContainerManager


Constructor Summary
protected DefaultDockingManager.InternalEventManager()
           
 
Method Summary
 MouseInputListener createAutoHideMouseInputListener(DockableFrame frame, int side)
           
 void floatingFrameActivated(WindowEvent windowEvent)
          Notification from one of our floatingFrame windows that it has been activated.
 void floatingFrameDeactivated(WindowEvent windowEvent)
          Notification from one of our floatingFrame windows that it has been deactivated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDockingManager.InternalEventManager

protected DefaultDockingManager.InternalEventManager()
Method Detail

createAutoHideMouseInputListener

public MouseInputListener createAutoHideMouseInputListener(DockableFrame frame,
                                                           int side)
Specified by:
createAutoHideMouseInputListener in interface AutoHideContainer.MouseInputCreator

floatingFrameDeactivated

public void floatingFrameDeactivated(WindowEvent windowEvent)
Description copied from interface: FloatingContainer.FloatingContainerManager
Notification from one of our floatingFrame windows that it has been deactivated

Specified by:
floatingFrameDeactivated in interface FloatingContainer.FloatingContainerManager

floatingFrameActivated

public void floatingFrameActivated(WindowEvent windowEvent)
Description copied from interface: FloatingContainer.FloatingContainerManager
Notification from one of our floatingFrame windows that it has been activated.

Specified by:
floatingFrameActivated in interface FloatingContainer.FloatingContainerManager

JIDE 3.5.15