org.ejtools.adwt.service
Interface MDIFrameService

All Superinterfaces:
java.beans.beancontext.BeanContextContainerProxy, FrameService, MenuBarService.Listener
All Known Implementing Classes:
MDIFrameServiceProvider

public interface MDIFrameService
extends FrameService

Description of the Class

Version:
$Revision: 1.5 $
Author:
Laurent Etiemble

Field Summary
 
Fields inherited from interface org.ejtools.adwt.service.FrameService
MDI, SDI
 
Method Summary
 void activate(BeanContextInternalFrame frame)
          Description of the Method
 void register(BeanContextInternalFrame frame)
          Description of the Method
 void unregister(BeanContextInternalFrame frame)
          Description of the Method
 
Methods inherited from interface org.ejtools.adwt.service.FrameService
addWindowListener, removeWindowListener, setTitle
 
Methods inherited from interface java.beans.beancontext.BeanContextContainerProxy
getContainer
 
Methods inherited from interface org.ejtools.adwt.service.MenuBarService.Listener
update
 

Method Detail

register

public void register(BeanContextInternalFrame frame)
Description of the Method

Parameters:
frame - Description of Parameter

unregister

public void unregister(BeanContextInternalFrame frame)
Description of the Method

Parameters:
frame - Description of Parameter

activate

public void activate(BeanContextInternalFrame frame)
Description of the Method

Parameters:
frame - Description of Parameter


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.