javax.rad.ui.container
Interface IPanel

All Superinterfaces:
IComponent, IContainer, INamedObject, IResource
All Known Implementing Classes:
Application, Application, Content, Dialog, RemoteApplication, RemoteWorkScreen, RemoteWorkScreenApplication, SwingPanel, UIPanel, WorkScreen

public interface IPanel
extends IContainer

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

See Also:
Panel, JPanel

Method Summary
 IImage getBackgroundImage()
          Gets the background image of the panel.
 void setBackgroundImage(IImage pImage)
          Sets a background image for the panel.
 
Methods inherited from interface javax.rad.ui.IContainer
add, add, add, add, getComponent, getComponentCount, getLayout, indexOf, remove, remove, removeAll, setLayout
 
Methods inherited from interface javax.rad.ui.IComponent
capture, eventComponentMoved, eventComponentResized, eventKeyPressed, eventKeyReleased, eventKeyTyped, eventMouseClicked, eventMouseEntered, eventMouseExited, eventMousePressed, eventMouseReleased, getBackground, getBounds, getCursor, getEventSource, getFactory, getFont, getForeground, getLocation, getLocationRelativeTo, getMaximumSize, getMinimumSize, getName, getParent, getPreferredSize, getSize, getToolTipText, isBackgroundSet, isCursorSet, isEnabled, isFocusable, isFontSet, isForegroundSet, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isVisible, requestFocus, setBackground, setBounds, setCursor, setEnabled, setEventSource, setFocusable, setFont, setForeground, setLocation, setLocationRelativeTo, setMaximumSize, setMinimumSize, setName, setParent, setPreferredSize, setSize, setToolTipText, setVisible
 
Methods inherited from interface javax.rad.ui.IResource
getResource
 

Method Detail

setBackgroundImage

void setBackgroundImage(IImage pImage)
Sets a background image for the panel.

Parameters:
pImage - the background image

getBackgroundImage

IImage getBackgroundImage()
Gets the background image of the panel.

Returns:
the background image or null if no background is set


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.