javax.rad.ui
Interface IResource

All Known Subinterfaces:
IActionComponent, IApplication, IBorderLayout, IButton, ICellFormat, IChart, ICheckBox, ICheckBoxMenuItem, IColor, IComponent, IContainer, IContent, ICursor, IDesktopPanel, IDimension, IEditor, IFlowLayout, IFont, IFormLayout, IFormLayout.IAnchor, IFormLayout.IConstraints, IFrame, IGroupPanel, IIcon, IImage, IInsets, IInternalFrame, ILabel, ILauncher, ILayout<CO>, IMenu, IMenuBar, IMenuItem, IPanel, IPasswordField, IPoint, IPopupMenu, IRadioButton, IRectangle, IScrollPanel, ISeparator, ISplitPanel, ITable, ITabsetPanel, ITextArea, ITextField, IToggleActionComponent, IToggleButton, IToolBar, IToolBarPanel, ITree, IWindow, IWorkScreen, IWorkScreenApplication
All Known Implementing Classes:
About, AbstractFrame, AbstractUIActionComponent, AbstractUIButton, AbstractUIMenuItem, AbstractUITextField, AbstractUIToggleButton, AbstractWindow, Application, Application, AwtBorderLayout, AwtColor, AwtComponent, AwtContainer, AwtCursor, AwtDimension, AwtFlowLayout, AwtFont, AwtFormLayout, AwtFormLayout.AwtAnchor, AwtFormLayout.AwtConstraints, AwtImage, AwtInsets, AwtPoint, AwtRectangle, AwtResource, Content, Dialog, Error, Login, Message, RemoteApplication, RemoteWorkScreen, RemoteWorkScreenApplication, SwingAbstractButton, SwingAbstractFrame, SwingApplet.SwingAppletLauncher, SwingApplication, SwingButton, SwingCellFormat, SwingChart, SwingCheckBox, SwingCheckBoxMenuItem, SwingComponent, SwingDesktopPanel, SwingEditor, SwingFrame, SwingGroupPanel, SwingIcon, SwingImage, SwingInternalFrame, SwingLabel, SwingMenu, SwingMenuBar, SwingMenuItem, SwingPanel, SwingPasswordField, SwingPopupMenu, SwingRadioButton, SwingScrollComponent, SwingScrollPanel, SwingSeparator, SwingSplitPanel, SwingTable, SwingTabsetPanel, SwingTextArea, SwingTextComponent, SwingTextField, SwingToggleButton, SwingToolBar, SwingToolBarPanel, SwingTree, UIBorderLayout, UIButton, UICellEditor, UICellFormat, UIChart, UICheckBox, UICheckBoxMenuItem, UIChoiceCellEditor, UIColor, UIComboCellEditor, UIComponent, UIContainer, UICursor, UICustomComponent, UICustomContainer, UIDateCellEditor, UIDesktopPanel, UIDimension, UIEditor, UIFactoryResource, UIFlowLayout, UIFont, UIFormLayout, UIFrame, UIGroupPanel, UIIcon, UIImage, UIImageViewer, UIInplaceCellEditor, UIInsets, UIInternalFrame, UILabel, UILauncher, UILayout, UILinkedCellEditor, UIMenu, UIMenuBar, UIMenuItem, UINumberCellEditor, UIPanel, UIPasswordField, UIPoint, UIPopupMenu, UIRadioButton, UIRectangle, UIResource, UIScrollPanel, UISeparator, UISplitPanel, UITable, UITabsetPanel, UITextArea, UITextCellEditor, UITextField, UIToggleButton, UIToolBar, UIToolBarPanel, UITree, UIWindow, WorkScreen

public interface IResource

Platform and technology independent resource should give access to the original used Resource. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .


Method Summary
 Object getResource()
          Gets the original resource corresponding with this wrapper object.
 

Method Detail

getResource

Object getResource()
Gets the original resource corresponding with this wrapper object.

Returns:
the original resource


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.