Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Rich Ajax Platform
Release 1.2

Uses of Class
org.eclipse.swt.graphics.Image

Packages that use Image
org.eclipse.rwt.graphics   
org.eclipse.swt.custom   
org.eclipse.swt.widgets   
 

Uses of Image in org.eclipse.rwt.graphics
 

Methods in org.eclipse.rwt.graphics that return Image
static  Image Graphics. getImage ( String path)
          Returns an instance of Image based on the specified image path.
static  Image Graphics. getImage ( String path, ClassLoader imageLoader)
          Returns an instance of Image based on the specified image path.
static  Image Graphics. getImage ( String path, InputStream inputStream)
          Returns an instance of Image based on the specified image path.
 

Uses of Image in org.eclipse.swt.custom
 

Methods in org.eclipse.swt.custom that return Image
  Image CLabel. getImage ()
          Return the CLabel's image or null.
 

Methods in org.eclipse.swt.custom with parameters of type Image
 void CLabel. setBackground ( Image image)
          Set the image to be drawn in the background of the label.
 void CLabel. setImage ( Image image)
          Set the label's Image.
 void CTabItem. setImage ( Image image)
           
 

Uses of Image in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets that return Image
  Image Button. getImage ()
          Returns the receiver's image if it has one, or null if it does not.
  Image Control. getBackgroundImage ()
          Returns the receiver's background image.
  Image Display. getSystemImage (int id)
          Returns the matching standard platform image for the given constant, which should be one of the icon constants specified in class SWT.
  Image Item. getImage ()
          Returns the receiver's image if it has one, or null if it does not.
  Image Label. getImage ()
          Returns the receiver's image if it has one, or null if it does not.
  Image Shell. getImage ()
          Returns the receiver's image if it had previously been set using setImage().
  Image TableItem. getImage ()
           
  Image TableItem. getImage (int index)
          Returns the image stored at the given column index in the receiver, or null if the image has not been set or if the column does not exist.
  Image ToolItem. getDisabledImage ()
          Returns the receiver's disabled image if it has one, or null if it does not.
  Image ToolItem. getHotImage ()
          Returns the receiver's hot image if it has one, or null if it does not.
  Image TreeItem. getImage (int columnIndex)
          Returns the image stored at the given column index in the receiver, or null if the image has not been set or if the column does not exist.
 

Methods in org.eclipse.swt.widgets with parameters of type Image
 void Button. setImage ( Image image)
          Sets the receiver's image to the argument, which may be null indicating that no image should be displayed.
 void Control. setBackgroundImage ( Image image)
          Sets the receiver's background image to the image specified by the argument, or to the default system color for the control if the argument is null.
 void ExpandItem. setImage ( Image image)
           
 void Item. setImage ( Image image)
          Sets the receiver's image to the argument, which may be null indicating that no image should be displayed.
 void Label. setImage ( Image image)
          Sets the receiver's image to the argument, which may be null indicating that no image should be displayed.
 void MenuItem. setImage ( Image image)
          Sets the image the receiver will display to the argument.
 void Shell. setImage ( Image image)
          Sets the receiver's image to the argument, which may be null.
 void TabItem. setImage ( Image image)
           
 void TableItem. setImage ( Image image)
           
 void TableItem. setImage (int index, Image image)
          Sets the receiver's image at a column.
 void TableItem. setImage ( Image[] images)
          Sets the image for multiple columns in the table.
 void ToolItem. setImage ( Image image)
           
 void ToolItem. setDisabledImage ( Image image)
          Sets the receiver's disabled image to the argument, which may be null indicating that no disabled image should be displayed.
 void ToolItem. setHotImage ( Image image)
          Sets the receiver's hot image to the argument, which may be null indicating that no hot image should be displayed.
 void TreeItem. setImage (int columnIndex, Image value)
          Sets the receiver's image at a column.
 void TreeItem. setImage ( Image[] value)
          Sets the image for multiple columns in the tree.
 


Eclipse Rich Ajax Platform
Release 1.2

Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire