Uses of Interface
javax.rad.ui.IRectangle

Packages that use IRectangle
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. 
javax.rad.application Contains all interfaces to develop an application. 
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 IRectangle in com.sibvisions.rad.ui.awt.impl
 

Classes in com.sibvisions.rad.ui.awt.impl that implement IRectangle
 class AwtRectangle
          An AwtRectangle specifies an area in a coordinate space that is enclosed by the AwtRectangle object's top-left point (xy) in the coordinate space, its width, and its height.
 

Methods in com.sibvisions.rad.ui.awt.impl that return IRectangle
 IRectangle AwtFactory.createRectangle(int pX, int pY, int pWidth, int pHeight)
          Creates a new instance of IRectangle with the given x, y, width and height.
 IRectangle AwtComponent.getBounds()
          Gets the bounds of this component in the form of a IRectangle object.
 

Methods in com.sibvisions.rad.ui.awt.impl with parameters of type IRectangle
 void AwtComponent.setBounds(IRectangle pBounds)
          Moves and resizes this component to conform to the new bounding rectangle pBounds.
 

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

Methods in com.sibvisions.rad.ui.swing.impl with parameters of type IRectangle
 void SwingApplication.showDocument(String pDocumentName, IRectangle pBounds, String pTarget)
          Requests that external application shows a document indicated by the pDocumentname argument.
 void SwingApplet.SwingAppletLauncher.showDocument(String pDocumentname, IRectangle pBounds, String pTarget)
          Requests that external application shows a document indicated by the pDocumentname argument.
 void SwingApplication.showFileHandle(IFileHandle pFileHandle, IRectangle pBounds, String pTarget)
          Technology independent showFileHandle.
 void SwingApplet.SwingAppletLauncher.showFileHandle(IFileHandle pFileHandle, IRectangle pBounds, String pTarget)
          Technology independent showFileHandle.
 

Uses of IRectangle in javax.rad.application
 

Methods in javax.rad.application with parameters of type IRectangle
 void ILauncher.showDocument(String pDocumentName, IRectangle pBounds, String pTarget)
          Requests that external application shows a document indicated by the pDocumentname argument.
 void ILauncher.showFileHandle(IFileHandle pFileHandle, IRectangle pBounds, String pTarget)
          Technology independent showFileHandle.
 

Uses of IRectangle in javax.rad.application.genui
 

Methods in javax.rad.application.genui with parameters of type IRectangle
 void UILauncher.showDocument(String pDocumentName, IRectangle pBounds, String pTarget)
          Requests that external application shows a document indicated by the pDocumentname argument.
 void UILauncher.showFileHandle(IFileHandle pFileHandle, IRectangle pBounds, String pTarget)
          Technology independent showFileHandle.
 

Uses of IRectangle in javax.rad.genui
 

Classes in javax.rad.genui that implement IRectangle
 class UIRectangle
          Platform and technology independent rectangle.
 

Methods in javax.rad.genui that return IRectangle
 IRectangle UIComponent.getBounds()
          Gets the bounds of this component in the form of a IRectangle object.
 

Methods in javax.rad.genui with parameters of type IRectangle
 void UIComponent.setBounds(IRectangle pBounds)
          Moves and resizes this component to conform to the new bounding rectangle pBounds.
 

Constructors in javax.rad.genui with parameters of type IRectangle
UIRectangle(IRectangle pRectangle)
          Creates a new instance of UIRectangle with the given rectangle.
 

Uses of IRectangle in javax.rad.ui
 

Methods in javax.rad.ui that return IRectangle
 IRectangle IFactory.createRectangle(int pX, int pY, int pWidth, int pHeight)
          Creates a new instance of IRectangle with the given x, y, width and height.
 IRectangle IComponent.getBounds()
          Gets the bounds of this component in the form of a IRectangle object.
 

Methods in javax.rad.ui with parameters of type IRectangle
 void IComponent.setBounds(IRectangle pBounds)
          Moves and resizes this component to conform to the new bounding rectangle pBounds.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.