Uses of Interface
javax.rad.ui.IDimension

Packages that use IDimension
com.sibvisions.rad.ui.awt.impl Contains the AWT dependent interface implementations of the platform and technology independent interface definitions. 
com.sibvisions.rad.ui.celleditor Contains technology and platform independent cell editor implementations. 
javax.rad.genui Contains a generic implementation of the platform and technology independent interfaces to design graphical user interfaces. 
javax.rad.genui.celleditor Contains a generic implementation of the platform and technology independent celleditor interfaces to design graphical user interfaces. 
javax.rad.ui Contains all interfaces to develop a graphical user interface. 
javax.rad.ui.celleditor Contains all interfaces to develop cell editors. 
 

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

Classes in com.sibvisions.rad.ui.awt.impl that implement IDimension
 class AwtDimension
          The AwtDimension class encapsulates the width and height of a component (in integer precision) in a single object.
 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 IDimension
 IDimension AwtFactory.createDimension(int pWidth, int pHeight)
          Creates a new instance of IDimension with the given with and height.
 IDimension AwtComponent.getMaximumSize()
          Gets the maximum size of this component.
 IDimension AwtComponent.getMinimumSize()
          Gets the mininimum size of this component.
 IDimension AwtComponent.getPreferredSize()
          Gets the preferred size of this component.
 IDimension AwtComponent.getSize()
          Returns the size of this component in the form of a IDimension object.
 

Methods in com.sibvisions.rad.ui.awt.impl with parameters of type IDimension
 void AwtComponent.setMaximumSize(IDimension pMaximumSize)
          Sets the maximum size of this component to a constant value.
 void AwtComponent.setMinimumSize(IDimension pMinimumSize)
          Sets the minimum size of this component to a constant value.
 void AwtComponent.setPreferredSize(IDimension pPreferredSize)
          Sets the preferred size of this component to a constant value.
 void AwtComponent.setSize(IDimension pSize)
          Resizes this component so that it has width d.width and height d.height.
 

Uses of IDimension in com.sibvisions.rad.ui.celleditor
 

Fields in com.sibvisions.rad.ui.celleditor declared as IDimension
protected  IDimension AbstractLinkedCellEditor.popupSize
          The size used for the popup.
 

Methods in com.sibvisions.rad.ui.celleditor that return IDimension
 IDimension AbstractLinkedCellEditor.getPopupSize()
          Gets the size of the Popup window using a Dimension object.
 

Methods in com.sibvisions.rad.ui.celleditor with parameters of type IDimension
 void AbstractLinkedCellEditor.setPopupSize(IDimension pPopupSize)
          Sets the size of the Popup window using a Dimension object.
 

Uses of IDimension in javax.rad.genui
 

Classes in javax.rad.genui that implement IDimension
 class UIDimension
          Platform and technology independent Dimension.
 class UIRectangle
          Platform and technology independent rectangle.
 

Methods in javax.rad.genui that return IDimension
 IDimension UIComponent.getMaximumSize()
          Gets the maximum size of this component.
 IDimension UIComponent.getMinimumSize()
          Gets the mininimum size of this component.
 IDimension UIComponent.getPreferredSize()
          Gets the preferred size of this component.
 IDimension UIComponent.getSize()
          Returns the size of this component in the form of a IDimension object.
 

Methods in javax.rad.genui with parameters of type IDimension
 void UIComponent.setMaximumSize(IDimension pMaximumSize)
          Sets the maximum size of this component to a constant value.
 void UIComponent.setMinimumSize(IDimension pMinimumSize)
          Sets the minimum size of this component to a constant value.
 void UIComponent.setPreferredSize(IDimension pPreferredSize)
          Sets the preferred size of this component to a constant value.
 void UIComponent.setSize(IDimension pSize)
          Resizes this component so that it has width d.width and height d.height.
 

Constructors in javax.rad.genui with parameters of type IDimension
UIDimension(IDimension pDimension)
          Creates a new instance of UIDimension with the given dimension.
UIRectangle(IPoint pPoint, IDimension pDimension)
          Creates a new instance of UIRectangle with the given IPoint and IDimension.
 

Uses of IDimension in javax.rad.genui.celleditor
 

Methods in javax.rad.genui.celleditor that return IDimension
 IDimension UILinkedCellEditor.getPopupSize()
          Gets the size of the Popup window using a Dimension object.
 

Methods in javax.rad.genui.celleditor with parameters of type IDimension
 void UILinkedCellEditor.setPopupSize(IDimension pPopupSize)
          Sets the size of the Popup window using a Dimension object.
 

Uses of IDimension in javax.rad.ui
 

Subinterfaces of IDimension in javax.rad.ui
 interface IRectangle
          Platform and technology independent rectangle definition.
 

Methods in javax.rad.ui that return IDimension
 IDimension IFactory.createDimension(int pWidth, int pHeight)
          Creates a new instance of IDimension with the given with and height.
 IDimension IComponent.getMaximumSize()
          Gets the maximum size of this component.
 IDimension IComponent.getMinimumSize()
          Gets the mininimum size of this component.
 IDimension IComponent.getPreferredSize()
          Gets the preferred size of this component.
 IDimension IComponent.getSize()
          Returns the size of this component in the form of a IDimension object.
 

Methods in javax.rad.ui with parameters of type IDimension
 void IComponent.setMaximumSize(IDimension pMaximumSize)
          Sets the maximum size of this component to a constant value.
 void IComponent.setMinimumSize(IDimension pMinimumSize)
          Sets the minimum size of this component to a constant value.
 void IComponent.setPreferredSize(IDimension pPreferredSize)
          Sets the preferred size of this component to a constant value.
 void IComponent.setSize(IDimension pSize)
          Resizes this component so that it has width d.width and height d.height.
 

Uses of IDimension in javax.rad.ui.celleditor
 

Methods in javax.rad.ui.celleditor that return IDimension
 IDimension ILinkedCellEditor.getPopupSize()
          Gets the size of the Popup window using a Dimension object.
 

Methods in javax.rad.ui.celleditor with parameters of type IDimension
 void ILinkedCellEditor.setPopupSize(IDimension pPopupSize)
          Sets the size of the Popup window using a Dimension object.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.