Uses of Interface
javax.rad.ui.ICursor

Packages that use ICursor
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.container Contains Swing container implementations based on the platform and technology independent interface definitions. 
javax.rad.application.genui Contains implementations of the generic application interfaces. 
javax.rad.genui Contains a generic implementation of the platform and technology independent interfaces to design graphical user interfaces. 
javax.rad.ui Contains all interfaces to develop a graphical user interface. 
 

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

Classes in com.sibvisions.rad.ui.awt.impl that implement ICursor
 class AwtCursor
          A class to encapsulate the representation of the mouse cursor.
 

Methods in com.sibvisions.rad.ui.awt.impl that return ICursor
 ICursor AwtComponent.getCursor()
          Gets the ICursor set in the component.
 ICursor AwtFactory.getPredefinedCursor(int pType)
          Gets a ICursor object with the specified type.
 ICursor AwtFactory.getSystemCustomCursor(String pCursorName)
          Returns a system-specific custom ICursor object matching the specified name.
 

Methods in com.sibvisions.rad.ui.awt.impl with parameters of type ICursor
 void AwtComponent.setCursor(ICursor pCursor)
          Sets the cursor image to the specified cursor.
 

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

Methods in com.sibvisions.rad.ui.swing.impl that return ICursor
 ICursor SwingScrollComponent.getCursor()
          Gets the ICursor set in the component.
 

Methods in com.sibvisions.rad.ui.swing.impl with parameters of type ICursor
 void SwingScrollComponent.setCursor(ICursor pCursor)
          Sets the cursor image to the specified cursor.
 

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

Methods in com.sibvisions.rad.ui.swing.impl.container with parameters of type ICursor
 void SwingAbstractFrame.setCursor(ICursor pCursor)
          Sets the cursor of the glass pane as "global" cursor.
 

Uses of ICursor in javax.rad.application.genui
 

Methods in javax.rad.application.genui that return ICursor
 ICursor Application.getCursor()
          Gets the cursor from the launcher.
 

Methods in javax.rad.application.genui with parameters of type ICursor
 void Application.setCursor(ICursor pCursor)
          Sets the cursor of the launcher.
 

Uses of ICursor in javax.rad.genui
 

Classes in javax.rad.genui that implement ICursor
 class UICursor
          Platform and technology independent Cursor.
 

Methods in javax.rad.genui that return ICursor
 ICursor UIComponent.getCursor()
          Gets the ICursor set in the component.
static ICursor UICursor.getPredefinedCursor(int pType)
          Gets a ICursor object with the specified type.
static ICursor UICursor.getSystemCustomCursor(String pCursorName)
          Returns a system-specific custom ICursor object matching the specified name.
 

Methods in javax.rad.genui with parameters of type ICursor
 void UIComponent.setCursor(ICursor pCursor)
          Sets the cursor image to the specified cursor.
 

Constructors in javax.rad.genui with parameters of type ICursor
UICursor(ICursor pCursor)
          Creates a new instance of UICursor.
 

Uses of ICursor in javax.rad.ui
 

Methods in javax.rad.ui that return ICursor
 ICursor IComponent.getCursor()
          Gets the ICursor set in the component.
 ICursor IFactory.getPredefinedCursor(int pType)
          Gets a ICursor object with the specified type.
 ICursor IFactory.getSystemCustomCursor(String pCursorName)
          Returns a system-specific custom ICursor object matching the specified name.
 

Methods in javax.rad.ui with parameters of type ICursor
 void IComponent.setCursor(ICursor pCursor)
          Sets the cursor image to the specified cursor.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.