javax.rad.application
Interface IContent

All Superinterfaces:
IComponent, IResource
All Known Subinterfaces:
IApplication, IWorkScreen, IWorkScreenApplication
All Known Implementing Classes:
Application, Application, Content, Message, RemoteApplication, RemoteWorkScreen, WorkScreen

public interface IContent
extends IComponent

Platform and technology independent windowed content definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .


Method Summary
 IComponent getOpener()
          Gets the opener of the content.
 void notifyDestroy()
          Notifies the IContent, that he will be destroyed.
 void notifyVisible()
          Notifies the IContent, that he is now positioned and showing.
 void setOpener(IComponent pOpener)
          Sets the opener of the content.
 
Methods inherited from interface javax.rad.ui.IComponent
capture, eventKeyPressed, eventKeyReleased, eventKeyTyped, eventMouseClicked, eventMouseEntered, eventMouseExited, eventMousePressed, eventMouseReleased, getBackground, getBounds, getCursor, getFactory, getFont, getForeground, getLocation, getMaximumSize, getMinimumSize, getName, getParent, getPreferredSize, getSize, getToolTipText, isBackgroundSet, isCursorSet, isEnabled, isFocusable, isFontSet, isForegroundSet, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isVisible, requestFocus, setBackground, setBounds, setCursor, setEnabled, setFocusable, setFont, setForeground, setLocation, setMaximumSize, setMinimumSize, setName, setParent, setPreferredSize, setSize, setToolTipText, setVisible
 
Methods inherited from interface javax.rad.ui.IResource
getResource
 

Method Detail

notifyVisible

void notifyVisible()
Notifies the IContent, that he is now positioned and showing.


notifyDestroy

void notifyDestroy()
Notifies the IContent, that he will be destroyed.

Throws:
SecurityException - to prevent from being destroyed.

setOpener

void setOpener(IComponent pOpener)
Sets the opener of the content.

Parameters:
pOpener - the opener component or null if the component is unknown

getOpener

IComponent getOpener()
Gets the opener of the content.

Returns:
the opener component or null if the opener is unknown


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.