Uses of Interface
javax.rad.ui.IImage

Packages that use IImage
com.sibvisions.rad.application Contains base classes for application creation. 
com.sibvisions.rad.ui.awt.impl Contains the AWT dependent interface implementations of the platform and technology independent interface definitions. 
com.sibvisions.rad.ui.swing.impl Contains the Swing dependent interface implementations of the platform and technology independent interface definitions. 
com.sibvisions.rad.ui.swing.impl.component Contains Swing component implementations based on the platform and technology independent interface definitions. 
com.sibvisions.rad.ui.swing.impl.container Contains Swing container implementations based on the platform and technology independent interface definitions. 
com.sibvisions.rad.ui.swing.impl.control Contains Swing control implementations based on the platform and technology independent interface definitions. 
com.sibvisions.rad.ui.swing.impl.menu Contains Swing menu implementations based on the platform and technology independent interface definitions. 
javax.rad.genui Contains a generic implementation of the platform and technology independent interfaces to design graphical user interfaces. 
javax.rad.genui.component Contains a generic implementation of the platform and technology independent component interfaces to design graphical user interfaces. 
javax.rad.genui.container Contains a generic implementation of the platform and technology independent container interfaces to design graphical user interfaces. 
javax.rad.genui.control Contains a generic implementation of the platform and technology independent control interfaces to design graphical user interfaces. 
javax.rad.genui.menu Contains a generic implementation of the platform and technology independent menu interfaces to design graphical user interfaces. 
javax.rad.ui Contains all interfaces to develop a graphical user interface. 
javax.rad.ui.component Contains all interfaces to develop components for a graphical user interface. 
javax.rad.ui.container Contains all interfaces to develop containers for a graphical user interface. 
javax.rad.ui.control Contains all interfaces to develop controls for a graphical user interface. 
 

Uses of IImage in com.sibvisions.rad.application
 

Methods in com.sibvisions.rad.application that return IImage
 IImage Login.getInfoImage()
          Gets the login-info image.
 

Methods in com.sibvisions.rad.application with parameters of type IImage
static byte[] ApplicationUtil.getImageData(IImage pImage)
          Gets the raw image data.
 void Login.setInfoImage(IImage pImage)
          Sets the login-info image.
 

Uses of IImage in com.sibvisions.rad.ui.awt.impl
 

Classes in com.sibvisions.rad.ui.awt.impl that implement IImage
 class AwtImage
          The AwtImage represents graphical images.
 

Methods in com.sibvisions.rad.ui.awt.impl that return IImage
 IImage AwtComponent.capture(int pWidth, int pHeight)
          Creates an image/screenshot of the component.
 

Uses of IImage in com.sibvisions.rad.ui.swing.impl
 

Classes in com.sibvisions.rad.ui.swing.impl that implement IImage
 class SwingImage
          The AwtImage represents graphical images.
 

Methods in com.sibvisions.rad.ui.swing.impl that return IImage
 IImage SwingComponent.capture(int pWidth, int pHeight)
          Creates an image/screenshot of the component.
 IImage SwingApplication.capture(int pWidth, int pHeight)
          Creates an image/screenshot of the component.
 IImage SwingApplet.SwingAppletLauncher.capture(int pWidth, int pHeight)
          Creates an image/screenshot of the component.
 IImage SwingFactory.getImage(String pImageName)
          Searches the image if it is available as: File ClassLoader resource.
 IImage SwingFactory.getImage(String pImageName, byte[] pData)
          Creates an image from byte data.
 

Methods in com.sibvisions.rad.ui.swing.impl with parameters of type IImage
 ICellFormat SwingFactory.createCellFormat(IColor pBackground, IColor pForeground, IFont pFont, IImage pImage, int pLeftIndent)
          Creates a new instance of ICellFormat.
 void SwingApplet.SwingAppletLauncher.setIconImage(IImage pImage)
          Sets the image to be displayed as the icon for this window.
 

Uses of IImage in com.sibvisions.rad.ui.swing.impl.component
 

Fields in com.sibvisions.rad.ui.swing.impl.component declared as IImage
protected  IImage SwingAbstractButton.image
          the IconImage.
protected  IImage SwingAbstractButton.imgOver
          the mouse over image.
protected  IImage SwingAbstractButton.imgPressed
          the mouse pressed image.
 

Methods in com.sibvisions.rad.ui.swing.impl.component that return IImage
 IImage SwingIcon.getImage()
          Returns the default image.
 IImage SwingAbstractButton.getImage()
          Returns the default image.
 IImage SwingAbstractButton.getMouseOverImage()
          Gets the image for the button when the mouse is over.
 IImage SwingAbstractButton.getPressedImage()
          Gets the image for the button when the button is pressed.
 

Methods in com.sibvisions.rad.ui.swing.impl.component with parameters of type IImage
 void SwingIcon.setImage(IImage pImage)
          Sets the default image.
 void SwingAbstractButton.setImage(IImage pImage)
          Sets the default image.
 void SwingAbstractButton.setMouseOverImage(IImage pImage)
          Sets the image for the button when the mouse is over.
 void SwingAbstractButton.setPressedImage(IImage pImage)
          Sets the image for the button when the button is pressed.
 

Uses of IImage in com.sibvisions.rad.ui.swing.impl.container
 

Fields in com.sibvisions.rad.ui.swing.impl.container declared as IImage
protected  IImage SwingAbstractFrame.iconImage
          the icon image.
 

Methods in com.sibvisions.rad.ui.swing.impl.container that return IImage
 IImage SwingPanel.getBackgroundImage()
          Gets the background image of the panel.
 IImage SwingTabsetPanel.getIconAt(int pIndex)
          Returns the tab icon at pIndex.
 IImage SwingAbstractFrame.getIconImage()
          Returns the image to be displayed as the icon for this frame.
 

Methods in com.sibvisions.rad.ui.swing.impl.container with parameters of type IImage
 void SwingPanel.setBackgroundImage(IImage pImage)
          Sets a background image for the panel.
 void SwingTabsetPanel.setIconAt(int pIndex, IImage pImage)
          Sets the icon at pIndex to pImage which can be null.
 void SwingInternalFrame.setIconImage(IImage pImage)
          Sets the image to be displayed as the icon for this window.
 void SwingFrame.setIconImage(IImage pIconImage)
          Sets the image to be displayed as the icon for this window.
 

Uses of IImage in com.sibvisions.rad.ui.swing.impl.control
 

Methods in com.sibvisions.rad.ui.swing.impl.control that return IImage
 IImage SwingCellFormat.getImage()
          Gets the image.
 

Constructors in com.sibvisions.rad.ui.swing.impl.control with parameters of type IImage
SwingCellFormat(IColor pBackground, IColor pForeground, IFont pFont, IImage pImage, int pLeftIndent)
          Constructs a new instance of SwingCellFormat.
 

Uses of IImage in com.sibvisions.rad.ui.swing.impl.menu
 

Methods in com.sibvisions.rad.ui.swing.impl.menu with parameters of type IImage
 void SwingMenuItem.setImage(IImage pImage)
          Sets the default image.
 

Uses of IImage in javax.rad.genui
 

Classes in javax.rad.genui that implement IImage
 class UIImage
          Platform and technology independent image definition.
 

Methods in javax.rad.genui that return IImage
 IImage UIComponent.capture(int iWidth, int iHeight)
          Creates an image/screenshot of the component.
 

Constructors in javax.rad.genui with parameters of type IImage
UIImage(IImage pImage)
          Creates a new instance of UIImage based on an IImage.
 

Uses of IImage in javax.rad.genui.component
 

Methods in javax.rad.genui.component that return IImage
 IImage UIIcon.getImage()
          Returns the default image.
 IImage AbstractUIActionComponent.getImage()
          Returns the default image.
 IImage AbstractUIButton.getMouseOverImage()
          Gets the image for the button when the mouse is over.
 IImage AbstractUIButton.getPressedImage()
          Gets the image for the button when the button is pressed.
 

Methods in javax.rad.genui.component with parameters of type IImage
 void UIIcon.setImage(IImage pImage)
          Sets the default image.
 void AbstractUIActionComponent.setImage(IImage pImage)
          Sets the default image.
 void AbstractUIButton.setMouseOverImage(IImage pImage)
          Sets the image for the button when the mouse is over.
 void AbstractUIButton.setPressedImage(IImage pImage)
          Sets the image for the button when the button is pressed.
 

Constructors in javax.rad.genui.component with parameters of type IImage
UIIcon(IImage pImage)
          Creates a new instance of UIIcon.
UIIcon(IImage pImage, int pHorizontalAlignment, int pVerticalAlignment)
          Creates a new instance of UIIcon.
 

Uses of IImage in javax.rad.genui.container
 

Fields in javax.rad.genui.container declared as IImage
protected  IImage AbstractFrame.iconImage
          the icon image.
protected  IImage UIPanel.imgBack
          the background image.
 

Methods in javax.rad.genui.container that return IImage
 IImage UIPanel.getBackgroundImage()
          Gets the background image of the panel.
 IImage UITabsetPanel.getIconAt(int pIndex)
          Returns the tab icon at pIndex.
 IImage AbstractFrame.getIconImage()
          Returns the image to be displayed as the icon for this frame.
 

Methods in javax.rad.genui.container with parameters of type IImage
 void UIPanel.setBackgroundImage(IImage pImage)
          Sets a background image for the panel.
 void UITabsetPanel.setIconAt(int pIndex, IImage pImage)
          Sets the icon at pIndex to pImage which can be null.
 void UITabsetPanel.setIconAtIfExists(int pIndex, IImage pImage)
          Sets the tab icon, if it exists.
 void AbstractFrame.setIconImage(IImage pIconImage)
          Sets the image to be displayed as the icon for this window.
 

Uses of IImage in javax.rad.genui.control
 

Methods in javax.rad.genui.control that return IImage
 IImage UICellFormat.getImage()
          Gets the image.
 

Constructors in javax.rad.genui.control with parameters of type IImage
UICellFormat(IColor pBackground, IColor pForeground, IFont pFont, IImage pImage)
          Constructs a new instance of SwingCellFormat.
UICellFormat(IColor pBackground, IColor pForeground, IFont pFont, IImage pImage, int pLeftIndent)
          Constructs a new instance of SwingCellFormat.
UICellFormat(IImage pImage)
          Constructs a new instance of SwingCellFormat.
 

Uses of IImage in javax.rad.genui.menu
 

Methods in javax.rad.genui.menu that return IImage
 IImage UICheckBoxMenuItem.getPressedImage()
          Gets the image for the button when the button is pressed.
 

Methods in javax.rad.genui.menu with parameters of type IImage
 void UICheckBoxMenuItem.setPressedImage(IImage pImage)
          Sets the image for the button when the button is pressed.
 

Uses of IImage in javax.rad.ui
 

Methods in javax.rad.ui that return IImage
 IImage IComponent.capture(int iWidth, int iHeight)
          Creates an image/screenshot of the component.
 IImage IFactory.getImage(String pImageName)
          Searches the image if it is available as: File ClassLoader resource.
 IImage IFactory.getImage(String pImageName, byte[] pData)
          Creates an image from byte data.
 

Methods in javax.rad.ui with parameters of type IImage
 ICellFormat IFactory.createCellFormat(IColor pBackground, IColor pForeground, IFont pFont, IImage pImage, int pLeftIndent)
          Creates a new instance of ICellFormat.
 

Uses of IImage in javax.rad.ui.component
 

Methods in javax.rad.ui.component that return IImage
 IImage IIcon.getImage()
          Returns the default image.
 IImage IButton.getMouseOverImage()
          Gets the image for the button when the mouse is over.
 IImage IToggleActionComponent.getPressedImage()
          Gets the image for the button when the button is pressed.
 IImage IButton.getPressedImage()
          Gets the image for the button when the button is pressed.
 

Methods in javax.rad.ui.component with parameters of type IImage
 void IIcon.setImage(IImage pImage)
          Sets the default image.
 void IButton.setMouseOverImage(IImage pImage)
          Sets the image for the button when the mouse is over.
 void IToggleActionComponent.setPressedImage(IImage pImage)
          Sets the image for the button when the button is pressed.
 void IButton.setPressedImage(IImage pImage)
          Sets the image for the button when the button is pressed.
 

Uses of IImage in javax.rad.ui.container
 

Methods in javax.rad.ui.container that return IImage
 IImage IPanel.getBackgroundImage()
          Gets the background image of the panel.
 IImage ITabsetPanel.getIconAt(int pIndex)
          Returns the tab icon at pIndex.
 IImage IFrame.getIconImage()
          Returns the image to be displayed as the icon for this frame.
 

Methods in javax.rad.ui.container with parameters of type IImage
 void IPanel.setBackgroundImage(IImage pImage)
          Sets a background image for the panel.
 void ITabsetPanel.setIconAt(int pIndex, IImage pImage)
          Sets the icon at pIndex to pImage which can be null.
 void IFrame.setIconImage(IImage pIconImage)
          Sets the image to be displayed as the icon for this window.
 

Uses of IImage in javax.rad.ui.control
 

Methods in javax.rad.ui.control that return IImage
 IImage ICellFormat.getImage()
          Gets the image.
 IImage INodeFormatter.getNodeImage(IDataBook pDataBook, IDataPage pDataPage, IDataRow pDataRow, String pColumnName, int pRow, boolean pExpanded, boolean pLeaf)
          Gets the image for the given node.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.