org.ejtools.adwt.service
Interface FrameService

All Superinterfaces:
java.beans.beancontext.BeanContextContainerProxy, MenuBarService.Listener
All Known Subinterfaces:
MDIFrameService, SDIFrameService
All Known Implementing Classes:
FrameServiceProvider, MDIFrameServiceProvider, SDIFrameServiceProvider

public interface FrameService
extends java.beans.beancontext.BeanContextContainerProxy, MenuBarService.Listener

Description of the Class

Version:
$Revision: 1.5 $
Author:
Laurent Etiemble

Field Summary
static int MDI
          Description of the Field
static int SDI
          Description of the Field
 
Method Summary
 void addWindowListener(java.awt.event.WindowListener l)
          Adds a feature to the WindowListener attribute of the FrameService object
 void removeWindowListener(java.awt.event.WindowListener l)
          Description of the Method
 void setTitle(java.lang.String title)
          Setter for the title attribute
 
Methods inherited from interface java.beans.beancontext.BeanContextContainerProxy
getContainer
 
Methods inherited from interface org.ejtools.adwt.service.MenuBarService.Listener
update
 

Field Detail

MDI

public static final int MDI
Description of the Field

See Also:
Constant Field Values

SDI

public static final int SDI
Description of the Field

See Also:
Constant Field Values
Method Detail

setTitle

public void setTitle(java.lang.String title)
Setter for the title attribute

Parameters:
title - The new value

addWindowListener

public void addWindowListener(java.awt.event.WindowListener l)
Adds a feature to the WindowListener attribute of the FrameService object

Parameters:
l - The feature to be added to the WindowListener attribute

removeWindowListener

public void removeWindowListener(java.awt.event.WindowListener l)
Description of the Method

Parameters:
l - Description of Parameter


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