ilog.views.appframe.swing.docking
Class SplitContainerListener

java.lang.Object
  extended by ilog.views.appframe.swing.docking.SplitContainerListener
All Implemented Interfaces:
ContainerListener, EventListener

public class SplitContainerListener
extends Object
implements ContainerListener

An implementation of java.awt.event.ContainerListener used for managing the split operation.


Constructor Summary
SplitContainerListener(ilog.views.appframe.swing.docking.IlvDockingManager dockingManager)
          Creates a new split container listener.
 
Method Summary
 void componentAdded(ContainerEvent e)
          Invoked when a component has been added to the container.
 void componentRemoved(ContainerEvent e)
          Invoked when a component has been removed from the container.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitContainerListener

public SplitContainerListener(ilog.views.appframe.swing.docking.IlvDockingManager dockingManager)
Creates a new split container listener.

Method Detail

componentAdded

public void componentAdded(ContainerEvent e)
Invoked when a component has been added to the container.

Specified by:
componentAdded in interface ContainerListener

componentRemoved

public void componentRemoved(ContainerEvent e)
Invoked when a component has been removed from the container.

Specified by:
componentRemoved in interface ContainerListener


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.