com.tensegrity.gui.swt.control.panels
Interface SlidePanelListener

All Known Implementing Classes:
SwtLayoutToolsLaunchTask, SwtRepositoryLaunchTask, SwtSlidePanelContainer

Deprecated. please use SlidePanelListener instead

public interface SlidePanelListener

A listener which is notified when a SwtSlidePanel expands or collapses.

Version:
$Id: SlidePanelListener.java,v 1.3 2005/09/27 10:51:01 ArndHouben Exp $
Author:
Arnd Houben

Method Summary
 void panelClosed(SlidePanelEvent event)
          Deprecated. Notifies that the slide panel has been closed, i.e. it was removed from the sreen.
 void panelCollapsed(SlidePanelEvent event)
          Deprecated. Notifies that a slide panel has been collapsed, i.e. its content is not visible anymore.
 void panelExpanded(SlidePanelEvent event)
          Deprecated. Notifies that a slide panel has been expanded, i.e. its content is visible.
 

Method Detail

panelCollapsed

public void panelCollapsed(SlidePanelEvent event)
Deprecated. 
Notifies that a slide panel has been collapsed, i.e. its content is not visible anymore. Usually this is a good place for a parent widget to relayout and/or resize

Parameters:
event - an event object with detailed information

panelExpanded

public void panelExpanded(SlidePanelEvent event)
Deprecated. 
Notifies that a slide panel has been expanded, i.e. its content is visible. Usually this is a good place for a parent widget to relayout and/or resize

Parameters:
event - an event object with detailed information

panelClosed

public void panelClosed(SlidePanelEvent event)
Deprecated. 
Notifies that the slide panel has been closed, i.e. it was removed from the sreen. Usually this is a good place for a parent widget to relayout and/or resize

Parameters:
event - an event object with detailed information


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.