Uses of Interface
javax.rad.ui.IResource

Packages that use IResource
com.sibvisions.rad.application Contains base classes for application creation. 
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.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.control Contains Swing control implementations based on the platform and technology independent interface definitions. 
com.sibvisions.rad.ui.swing.impl.layout Contains the layout implementations for Swing. 
com.sibvisions.rad.ui.swing.impl.menu Contains Swing menu implementations based on 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.genui.celleditor Contains a generic implementation of the platform and technology independent celleditor 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.control Contains a generic implementation of the platform and technology independent control 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.genui.menu Contains a generic implementation of the platform and technology independent menu 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.control Contains all interfaces to develop controls for a graphical user interface. 
javax.rad.ui.layout Contains interfaces and classes for creating platform an technology independent layouts. 
javax.rad.ui.menu Contains all interfaces to develop menues (menubar, popupmenu, menuitem) for a graphical user interface. 
 

Uses of IResource in com.sibvisions.rad.application
 

Classes in com.sibvisions.rad.application that implement IResource
 class About
          The About class is the About dialog of the application.
 class Dialog
          The Dialog class is a dialog content that shows a component and allows configuration of available buttons.
 class Error
          The Error is designed to visualize errors occured in an application.
 class Login
          The Login creates and layouts the UI components for the login screen of the Application application.
 class Message
          The Message class is an UIInternalFrame to display messages on the screen.
 

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

Classes in com.sibvisions.rad.ui.awt.impl that implement IResource
 class AwtColor
          The AwtColor class is used to encapsulate the access to all usable colors for AWT components.
 class AwtComponent<C extends Component>
          A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user.
 class AwtContainer<C extends Container>
          A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components.
 class AwtCursor
          A class to encapsulate the representation of the mouse cursor.
 class AwtDimension
          The AwtDimension class encapsulates the width and height of a component (in integer precision) in a single object.
 class AwtFont
          The AwtFont class represents fonts, which are used to render text in a visible way.
 class AwtImage
          The AwtImage represents graphical images.
 class AwtInsets
          The AwtInsets class encapsulates the margins (in integer precision) in a single object.
 class AwtPoint
          A point representing a location in (x, y) coordinate space, specified in integer precision.
 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.
 class AwtResource<R>
          A class to encapsulate any AWT resource.
 

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

Classes in com.sibvisions.rad.ui.swing.impl that implement IResource
 class SwingApplet.SwingAppletLauncher
          The SwingAppletLauncher is the ILauncher implementation for swing applet applications with full access to the JApplet.
 class SwingApplication
          The SwingApplication is the IApplication implementation for swing applications with full access to the JFrame.
 class SwingComponent<C extends JComponent>
          The SwingComponent extends AwtComponent with setting the alignment.
 class SwingImage
          The AwtImage represents graphical images.
 class SwingScrollComponent<C extends JComponent,SC extends JComponent>
          The SwingComponent is a component with scrollbars.
 

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

Classes in com.sibvisions.rad.ui.swing.impl.component that implement IResource
 class SwingAbstractButton<C extends AbstractButton>
          The SwingButton is the IButton implementation for swing.
 class SwingButton
          The SwingButton is the IButton implementation for swing.
 class SwingCheckBox
          The SwingCheckBox is the ICheckBox implementation for swing.
 class SwingIcon
          The SwingIcon is the IIcon implementation for swing.
 class SwingLabel
          The SwingLabel is the ILabel implementation for swing.
 class SwingPasswordField
          The SwingPasswordField is the IPasswordField implementation for swing.
 class SwingRadioButton
          The SwingRadioButton is the IRadioButton implementation for swing.
 class SwingTextArea
          The SwingTextArea is the ITextArea implementation for swing.
 class SwingTextComponent<C extends JComponent,TC extends JTextComponent>
          Platform and technology independent TextField definition.
 class SwingTextField<C extends JTextField>
          The SwingTextField is the ITextField implementation for swing.
 class SwingToggleButton<C extends JToggleButton>
          The SwingToggleButton is the IToggleButton implementation for swing.
 

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

Classes in com.sibvisions.rad.ui.swing.impl.container that implement IResource
 class SwingAbstractFrame<C extends Container>
          The SwingAbstractFrame is the IFrame implementation for swing.
 class SwingDesktopPanel
          The SwingDesktopPanel is the IDesktopPanel implementation for swing.
 class SwingFrame
          The SwingFrame is the IFrame implementation for swing.
 class SwingGroupPanel
          The SwingGroupPanel is the IGroupPanel implementation for swing.
 class SwingInternalFrame
          The SwingInternalFrame is the IInternalFrame implementation for swing.
 class SwingPanel
          The SwingPanel is the IPanel implementation for swing.
 class SwingScrollPanel
          The SwingPanel is the IPanel implementation for swing.
 class SwingSplitPanel
          The SwingSplitPanel is the ISplitPanel implementation for swing.
 class SwingTabsetPanel
          The SwingTabsetPanel is the ITabsetPanel implementation for swing.
 class SwingToolBar
          The SwingToolBar is the IToolBar implementation for swing.
 class SwingToolBarPanel
          The SwingToolBarPanel is IToolBarPanel implementation for Swing.
 

Uses of IResource in com.sibvisions.rad.ui.swing.impl.control
 

Classes in com.sibvisions.rad.ui.swing.impl.control that implement IResource
 class SwingCellFormat
          The SwingCellFormat is the ICellFormat implementation for swing.
 class SwingChart
          The SwingChart is the IChart implementation for swing.
 class SwingEditor
          The SwingEditor is the IEditor implementation for swing.
 class SwingTable
          The SwingTable is the ITable implementation for swing.
 class SwingTree
          The SwingTree is the ITree implementation for swing.
 

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

Classes in com.sibvisions.rad.ui.swing.impl.layout that implement IResource
 class AwtBorderLayout
          The AwtBorderLayout is a platform independent BorderLayout impelementation.
 class AwtFlowLayout
          The AwtFormLayout is a platform independent FlowLayout impelementation.
 class AwtFormLayout
          The AwtFormLayout is the IFormLayout implementation for AWT.
static class AwtFormLayout.AwtAnchor
          The Anchor gives the possible horizontal and vertical positions.
static class AwtFormLayout.AwtConstraints
          The Constraint stores the top, left, bottom and right Anchor for layouting a component.
 

Uses of IResource in com.sibvisions.rad.ui.swing.impl.menu
 

Classes in com.sibvisions.rad.ui.swing.impl.menu that implement IResource
 class SwingCheckBoxMenuItem
          The SwingCheckBoxMenuItem is the ICheckBoxMenuItem implementation for swing.
 class SwingMenu
          The SwingMenu is the IMenu implementation for swing.
 class SwingMenuBar
          The SwingMenuBar is the IMenuBar implementation for swing.
 class SwingMenuItem<C extends JMenuItem>
          The SwingMenuItem is the IMenuItem implementation for swing.
 class SwingPopupMenu
          The SwingPopupMenu is the IPopupMenu implementation for swing.
 class SwingSeparator
          The SwingSeparator is the ISeparator implementation for swing.
 

Uses of IResource in javax.rad.application
 

Subinterfaces of IResource in javax.rad.application
 interface IApplication
          Platform and technology independent application definition.
 interface IContent
          Platform and technology independent windowed content definition.
 interface ILauncher
          The ILauncher defines a platform and technology independent IApplication launcher.
 interface IWorkScreen
          Platform and technology independent work screen definition.
 interface IWorkScreenApplication
          Platform and technology independent definition for an application with work-screens.
 

Uses of IResource in javax.rad.application.genui
 

Classes in javax.rad.application.genui that implement IResource
 class Application
          The Application is an abstract implementation of IApplication.
 class Content
          The Content is the default IContent implementation and extends an UIPanel.
 class RemoteApplication
          The RemoteApplication extends the Application with an AbstractConnection.
 class RemoteWorkScreen
          The RemoteWorkScreen extends the WorkScreen with an AbstractConnection.
 class RemoteWorkScreenApplication
          The RemoteWorkScreenApplication is a RemoteApplication with IWorkScreenApplication implemented.
 class UILauncher
          The UILauncher is an AbstractFrame extension.
 class WorkScreen
          The WorkScreen is a default implementation of IWorkScreen.
 

Uses of IResource in javax.rad.genui
 

Classes in javax.rad.genui with type parameters of type IResource
 class UIFactoryResource<UI extends IResource>
          The UIFactoryResource holds the resource per factory.
 class UIResource<UI extends IResource>
          Platform and technology independent wrapper for IFactory Resource.
 

Classes in javax.rad.genui that implement IResource
 class UIColor
          Platform and technology independent Color.
 class UIComponent<C extends IComponent>
          Platform and technology independent component.
 class UIContainer<C extends IContainer>
          Platform and technology independent Container.
 class UICursor
          Platform and technology independent Cursor.
 class UIDimension
          Platform and technology independent Dimension.
 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.
 class UIInsets
          Platform and technology independent Insets.
 class UILayout<C extends ILayout<CO>,CO>
          Platform and technology independent layout.
 class UIPoint
          Platform and technology independent point.
 class UIRectangle
          Platform and technology independent rectangle.
 class UIResource<UI extends IResource>
          Platform and technology independent wrapper for IFactory Resource.
 

Fields in javax.rad.genui declared as IResource
protected  UI UIResource.uiResource
          The IFactory Resource.
 

Uses of IResource in javax.rad.genui.celleditor
 

Classes in javax.rad.genui.celleditor that implement IResource
 class UICellEditor<CE extends IStyledCellEditor>
          Platform and technology independent 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.
 

Uses of IResource in javax.rad.genui.component
 

Classes in javax.rad.genui.component that implement IResource
 class AbstractUIActionComponent<C extends IActionComponent>
          Platform and technology independent action component.
 class AbstractUIButton<C extends IButton>
          Platform and technology independent button.
 class AbstractUITextField<C extends ITextField>
          Platform and technology independent text field.
 class AbstractUIToggleButton<C extends IToggleButton>
          Platform and technology independent toggle button.
 class UIButton
          Platform and technology independent button.
 class UICheckBox
          Platform and technology independent checkbox.
 class UICustomComponent
          Platform and technology independent component.
 class UIIcon
          Platform and technology independent Icon.
 class UILabel
          Platform and technology independent Label.
 class UIPasswordField
          Platform and technology independent password field.
 class UIRadioButton
          Platform and technology independent radio button.
 class UITextArea
          Platform and technology independent text area.
 class UITextField
          Platform and technology independent text field.
 class UIToggleButton
          Platform and technology independent toggle button.
 

Uses of IResource in javax.rad.genui.container
 

Classes in javax.rad.genui.container that implement IResource
 class AbstractFrame<C extends IFrame>
          Platform and technology independent frame.
 class AbstractWindow<C extends IWindow>
          Platform and technology independent window.
 class UICustomContainer
          Platform and technology independent container.
 class UIDesktopPanel
          Platform and technology independent DesktopPanel.
 class UIFrame
          Platform and technology independent Frame.
 class UIGroupPanel
          Platform and technology independent GroupPanel.
 class UIInternalFrame
          Platform and technology independent InternalFrame.
 class UIPanel
          Platform and technology independent Panel.
 class UIScrollPanel
          Platform and technology independent ScrollPanel.
 class UISplitPanel
          Platform and technology independent SplitPanel.
 class UITabsetPanel
          Platform and technology independent TabSetPanel.
 class UIToolBar
          Platform and technology independent TabSetPanel.
 class UIToolBarPanel
          Platform and technology independent toolbar panel.
 class UIWindow
          Platform and technology independent Window.
 

Uses of IResource in javax.rad.genui.control
 

Classes in javax.rad.genui.control that implement IResource
 class UICellFormat
          Platform and technology independent CellFormat.
 class UIChart
          Platform and technology independent Table.
 class UIEditor
          Platform and technology independent Editor.
 class UITable
          Platform and technology independent Table.
 class UITree
          Platform and technology independent Tree.
 

Uses of IResource in javax.rad.genui.layout
 

Classes in javax.rad.genui.layout that implement IResource
 class UIBorderLayout
          Platform and technology independent BorderLayout.
 class UIFlowLayout
          Platform and technology independent FlowLayout.
 class UIFormLayout
          Platform and technology independent form oriented layout.
 

Uses of IResource in javax.rad.genui.menu
 

Classes in javax.rad.genui.menu that implement IResource
 class AbstractUIMenuItem<C extends IMenuItem>
          Platform and technology independent MenuItem.
 class UICheckBoxMenuItem
          Platform and technology independent checkbox menuitem.
 class UIMenu
          Platform and technology independent menu.
 class UIMenuBar
          Platform and technology independent menu bar.
 class UIMenuItem
          Platform and technology independent MenuItem.
 class UIPopupMenu
          Platform and technology independent popup menu.
 class UISeparator
          Platform and technology independent menu separator.
 

Uses of IResource in javax.rad.ui
 

Subinterfaces of IResource in javax.rad.ui
 interface IColor
          Platform and technology independent Color definition.
 interface IComponent
          Platform and technology independent component definition.
 interface IContainer
          Platform and technology independent Container definition.
 interface ICursor
          Platform and technology independent Cursor definition.
 interface IDimension
          Platform and technology independent Dimension implementation.
 interface IFont
          Platform and technology independent Font definition.
 interface IImage
          Platform and technology independent image definition.
 interface IInsets
          Platform and technology independent Insets definition.
 interface ILayout<CO>
          Platform and technology independent layout definition.
 interface IPoint
          Platform and technology independent point definition.
 interface IRectangle
          Platform and technology independent rectangle definition.
 

Uses of IResource in javax.rad.ui.component
 

Subinterfaces of IResource in javax.rad.ui.component
 interface IActionComponent
          Platform and technology independent action component definition.
 interface IButton
          Platform and technology independent button definition.
 interface ICheckBox
          Platform and technology independent checkbox definition.
 interface IIcon
          Platform and technology independent Icon definition.
 interface ILabel
          Platform and technology independent Label definition.
 interface IPasswordField
          Platform and technology independent password field definition.
 interface IRadioButton
          Platform and technology independent radio button definition.
 interface ITextArea
          Platform and technology independent text area definition.
 interface ITextField
          Platform and technology independent text field definition.
 interface IToggleActionComponent
          Platform and technology independent toggle action component definition.
 interface IToggleButton
          Platform and technology independent toggle button definition.
 

Uses of IResource in javax.rad.ui.container
 

Subinterfaces of IResource in javax.rad.ui.container
 interface IDesktopPanel
          Platform and technology independent DesktopPanel definition.
 interface IFrame
          Platform and technology independent Frame definition.
 interface IGroupPanel
          Platform and technology independent GroupPanel definition.
 interface IInternalFrame
          Platform and technology independent InternalFrame definition.
 interface IPanel
          Platform and technology independent Panel definition.
 interface IScrollPanel
          Platform and technology independent ScrollPanel definition.
 interface ISplitPanel
          Platform and technology independent SplitPanel definition.
 interface ITabsetPanel
          Platform and technology independent TabSetPanel definition.
 interface IToolBar
          Platform and technology independent TabSetPanel definition.
 interface IToolBarPanel
          Platform and technology independent toolbar panel definition.
 interface IWindow
          Platform and technology independent Window definition.
 

Uses of IResource in javax.rad.ui.control
 

Subinterfaces of IResource in javax.rad.ui.control
 interface ICellFormat
          Platform and technology independent CellFormat definition.
 interface IChart
          Platform and technology independent Table definition.
 interface IEditor
          Platform and technology independent Editor definition.
 interface ITable
          Platform and technology independent Table definition.
 interface ITree
          Platform and technology independent tree definition.
 

Uses of IResource in javax.rad.ui.layout
 

Subinterfaces of IResource in javax.rad.ui.layout
 interface IBorderLayout
          Platform and technology independent BorderLayout definition.
 interface IFlowLayout
          Platform and technology independent flow layout definition.
 interface IFormLayout
          Platform and technology independent form oriented layout definition.
static interface IFormLayout.IAnchor
          The Anchor gives the possible horizontal and vertical positions.
static interface IFormLayout.IConstraints
          The Constraint stores the top, left, bottom and right Anchor for layouting a component.
 

Uses of IResource in javax.rad.ui.menu
 

Subinterfaces of IResource in javax.rad.ui.menu
 interface ICheckBoxMenuItem
          Platform and technology independent checkbox menuitem definition.
 interface IMenu
          Platform and technology independent menu definition.
 interface IMenuBar
          Platform and technology independent menu bar definition.
 interface IMenuItem
          Platform and technology independent MenuItem definition.
 interface IPopupMenu
          Platform and technology independent popup menu definition.
 interface ISeparator
          Platform and technology independent Menu Separator definition.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.