Uses of Class
javax.rad.genui.AbstractUIFactoryResource

Packages that use AbstractUIFactoryResource
com.sibvisions.rad.genui.celleditor Contains generic cell editors. 
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. 
 

Uses of AbstractUIFactoryResource in com.sibvisions.rad.genui.celleditor
 

Subclasses of AbstractUIFactoryResource in com.sibvisions.rad.genui.celleditor
 class UIEnumCellEditor
          The UIEnumCellEditor is a special blend of an IChoiceCellEditor and ILinkedCellEditor.
 

Uses of AbstractUIFactoryResource in javax.rad.genui
 

Subclasses of AbstractUIFactoryResource in javax.rad.genui
 class UIColor
          Platform and technology independent Color.
 class UIFactoryResource<UI extends IResource>
          The UIFactoryResource holds the resource per factory.
 class UIFont
          Platform and technology independent Font.
 class UIImage
          Platform and technology independent image definition.
 

Uses of AbstractUIFactoryResource in javax.rad.genui.celleditor
 

Subclasses of AbstractUIFactoryResource in javax.rad.genui.celleditor
 class UICellEditor<CE extends IStyledCellEditor>
          Platform and technology independent editor.
 class UICheckBoxCellEditor
          Platform and technology independent check box editor.
 class UIChoiceCellEditor
          Platform and technology independent choice editor.
 class UIComboCellEditor<CE extends IComboCellEditor>
          Platform and technology independent combo cell editor.
 class UIDateCellEditor
          Platform and technology independent date editor.
 class UIImageViewer
          Platform and technology independent image viewer.
 class UIInplaceCellEditor<CE extends IInplaceCellEditor>
          Platform and technology independent editor.
 class UILinkedCellEditor
          Platform and technology independent linked editor.
 class UINumberCellEditor
          Platform and technology independent number editor.
 class UITextCellEditor
          Platform and technology independent text editor.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.