Uses of Interface
javax.rad.ui.IInsets

Packages that use IInsets
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.component Contains Swing component implementations based on 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. 
com.sibvisions.rad.ui.swing.impl.layout Contains the layout implementations for Swing. 
javax.rad.genui Contains a generic implementation of the platform and technology independent interfaces to design graphical user interfaces. 
javax.rad.genui.component Contains a generic implementation of the platform and technology independent component interfaces to design graphical user interfaces. 
javax.rad.genui.container Contains a generic implementation of the platform and technology independent container interfaces to design graphical user interfaces. 
javax.rad.genui.layout Contains a generic implementation of the platform and technology independent layout interfaces to design graphical user interfaces. 
javax.rad.ui Contains all interfaces to develop a graphical user interface. 
javax.rad.ui.component Contains all interfaces to develop components for a graphical user interface. 
javax.rad.ui.container Contains all interfaces to develop containers for a graphical user interface. 
javax.rad.ui.layout Contains interfaces and classes for creating platform an technology independent layouts. 
 

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

Classes in com.sibvisions.rad.ui.awt.impl that implement IInsets
 class AwtInsets
          The AwtInsets class encapsulates the margins (in integer precision) in a single object.
 

Methods in com.sibvisions.rad.ui.awt.impl that return IInsets
 IInsets AwtFactory.createInsets(int pTop, int pLeft, int pBottom, int pRight)
          Creates a new instance of IInsets.
 

Uses of IInsets in com.sibvisions.rad.ui.swing.impl.component
 

Methods in com.sibvisions.rad.ui.swing.impl.component that return IInsets
 IInsets SwingAbstractButton.getMargins()
          Returns the margin between the component's border and the text.
 

Methods in com.sibvisions.rad.ui.swing.impl.component with parameters of type IInsets
 void SwingRadioButton.setMargins(IInsets pMargins)
          Sets space for margin between the button's border and the text.
 void SwingCheckBox.setMargins(IInsets pMargins)
          Sets space for margin between the button's border and the text.
 void SwingAbstractButton.setMargins(IInsets pMargins)
          Sets space for margin between the button's border and the text.
 

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

Methods in com.sibvisions.rad.ui.swing.impl.container that return IInsets
 IInsets SwingToolBar.getMargins()
          Returns the margin between the tool bar's border and its buttons.
 

Methods in com.sibvisions.rad.ui.swing.impl.container with parameters of type IInsets
 void SwingToolBar.setMargins(IInsets pMargins)
          Sets the margin between the tool bar's border and its buttons.
 

Uses of IInsets in com.sibvisions.rad.ui.swing.impl.layout
 

Methods in com.sibvisions.rad.ui.swing.impl.layout that return IInsets
 IInsets AwtGridLayout.AwtGridConstraints.getInsets()
          Returns the insets on the GridLayout.
 IInsets AwtGridLayout.getMargins()
          Gets the margins.
 IInsets AwtFormLayout.getMargins()
          Gets the margins.
 IInsets AwtFlowLayout.getMargins()
          Gets the margins.
 IInsets AwtBorderLayout.getMargins()
          Gets the margins.
 

Methods in com.sibvisions.rad.ui.swing.impl.layout with parameters of type IInsets
 IGridLayout.IGridConstraints AwtGridLayout.getConstraints(int pColumns, int pRows, int pWidth, int pHeight, IInsets pInsets)
          Creates a constraint with the specified number of rows and columns with the determined dimensions and insets.
 void AwtGridLayout.AwtGridConstraints.setInsets(IInsets pInsets)
          Sets the width on the GridLayout.
 void AwtGridLayout.setMargins(IInsets pMargins)
          Sets the margins.
 void AwtFormLayout.setMargins(IInsets pMargins)
          Sets the margins.
 void AwtFlowLayout.setMargins(IInsets pMargins)
          Sets the margins.
 void AwtBorderLayout.setMargins(IInsets pMargins)
          Sets the margins.
 

Uses of IInsets in javax.rad.genui
 

Classes in javax.rad.genui that implement IInsets
 class UIInsets
          Platform and technology independent Insets.
 

Methods in javax.rad.genui that return IInsets
 IInsets UIContainer.getInsets()
          Gets the insets due to different componentUIResource and uiResource.
 IInsets UILayout.getMargins()
          Gets the margins.
 

Methods in javax.rad.genui with parameters of type IInsets
 void UILayout.setMargins(IInsets pMargins)
          Sets the margins.
 

Constructors in javax.rad.genui with parameters of type IInsets
UIInsets(IInsets pInsets)
          Creates a new instance of UIInsets with the given insets.
 

Uses of IInsets in javax.rad.genui.component
 

Methods in javax.rad.genui.component that return IInsets
 IInsets AbstractUIActionComponent.getMargins()
          Returns the margin between the component's border and the text.
 

Methods in javax.rad.genui.component with parameters of type IInsets
 void AbstractUIActionComponent.setMargins(IInsets pMargins)
          Sets space for margin between the button's border and the text.
 

Uses of IInsets in javax.rad.genui.container
 

Methods in javax.rad.genui.container that return IInsets
 IInsets UIToolBar.getMargins()
          Returns the margin between the tool bar's border and its buttons.
 

Methods in javax.rad.genui.container with parameters of type IInsets
 void UIToolBar.setMargins(IInsets pMargins)
          Sets the margin between the tool bar's border and its buttons.
 

Uses of IInsets in javax.rad.genui.layout
 

Methods in javax.rad.genui.layout with parameters of type IInsets
 IGridLayout.IGridConstraints UIGridLayout.getConstraints(int pColumns, int pRows, int pWidth, int pHeight, IInsets pInsets)
          Creates a constraint with the specified number of rows and columns with the determined dimensions and insets.
 

Uses of IInsets in javax.rad.ui
 

Methods in javax.rad.ui that return IInsets
 IInsets IFactory.createInsets(int pTop, int pLeft, int pBottom, int pRight)
          Creates a new instance of IInsets.
 IInsets ILayout.getMargins()
          Gets the margins.
 

Methods in javax.rad.ui with parameters of type IInsets
 void ILayout.setMargins(IInsets pMargins)
          Sets the margins.
 

Uses of IInsets in javax.rad.ui.component
 

Methods in javax.rad.ui.component that return IInsets
 IInsets IActionComponent.getMargins()
          Returns the margin between the component's border and the text.
 

Methods in javax.rad.ui.component with parameters of type IInsets
 void IActionComponent.setMargins(IInsets pMargins)
          Sets space for margin between the button's border and the text.
 

Uses of IInsets in javax.rad.ui.container
 

Methods in javax.rad.ui.container that return IInsets
 IInsets IToolBar.getMargins()
          Returns the margin between the tool bar's border and its buttons.
 

Methods in javax.rad.ui.container with parameters of type IInsets
 void IToolBar.setMargins(IInsets pMargin)
          Sets the margin between the tool bar's border and its buttons.
 

Uses of IInsets in javax.rad.ui.layout
 

Methods in javax.rad.ui.layout that return IInsets
 IInsets IGridLayout.IGridConstraints.getInsets()
          Returns the insets on the GridLayout.
 

Methods in javax.rad.ui.layout with parameters of type IInsets
 IGridLayout.IGridConstraints IGridLayout.getConstraints(int pColumns, int pRows, int pWidth, int pHeight, IInsets insets)
          Creates a constraint with the specified number of rows and columns with the determined dimensions and insets.
 void IGridLayout.IGridConstraints.setInsets(IInsets pInsets)
          Sets the width on the GridLayout.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.