|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. If the component does
not have a cursor set, the cursor of its parent is returned.
If no cursor is set in the entire hierarchy,
Cursor.DEFAULT_CURSOR is returned. |
| 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. This cursor image is displayed when the contains method for
this component returns true for the current cursor location, and
this Component is visible, displayable, and enabled. Setting the
cursor of a Container causes that cursor to be displayed
within all of the container's subcomponents, except for those
that have a non-null cursor.
The method may have no visual effect if the Java platform implementation and/or the native system do not support changing the mouse cursor shape. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||