org.ejtools.adwt.service
Interface SDIFrameService

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

public interface SDIFrameService
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 setContent(java.awt.Container c)
          Sets the content attribute of the SDIFrameService object
 
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

setContent

public void setContent(java.awt.Container c)
Sets the content attribute of the SDIFrameService object

Parameters:
c - The new content value


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