|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use INamedObject | |
---|---|
com.sibvisions.rad.application | Contains base classes for application creation. |
com.sibvisions.rad.model.mem | Contains all storage independent model classes. |
com.sibvisions.rad.model.remote | Contains model implementations for accessing remote data. |
com.sibvisions.rad.persist | Contains implementations of the persistence definitions. |
com.sibvisions.rad.persist.jdbc | Contains all database specific persistence implementations. |
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.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.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.menu | Contains a generic implementation of the platform and technology independent menu interfaces to design graphical user interfaces. |
javax.rad.model | Contains all model interfaces, abstract base and exception classes. |
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.menu | Contains all interfaces to develop menues (menubar, popupmenu, menuitem) for a graphical user interface. |
Uses of INamedObject in com.sibvisions.rad.application |
---|
Classes in com.sibvisions.rad.application that implement INamedObject | |
---|---|
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 INamedObject in com.sibvisions.rad.model.mem |
---|
Classes in com.sibvisions.rad.model.mem that implement INamedObject | |
---|---|
class |
MemDataBook
The MemDataBook is a storage independent table, and handles all operations
to load, save and manipulate table oriented data. |
Uses of INamedObject in com.sibvisions.rad.model.remote |
---|
Classes in com.sibvisions.rad.model.remote that implement INamedObject | |
---|---|
class |
RemoteDataBook
The RemoteDataBook is a storage independent table, and handles all operations
based on the the MemDatabook base class. |
Uses of INamedObject in com.sibvisions.rad.persist |
---|
Classes in com.sibvisions.rad.persist that implement INamedObject | |
---|---|
class |
AbstractCachedStorage
The AbstractCachedStorage implemtns the caching mechanism of ICachedStorage . |
class |
AbstractMemStorage
The AbstractMemStorage is an AbstractCachedStorage and holds an internal MemDataBook
for the data. |
class |
AbstractStorage
The AbstractStorage implements the server side triggers mechnism for different types of Storages. |
Uses of INamedObject in com.sibvisions.rad.persist.jdbc |
---|
Classes in com.sibvisions.rad.persist.jdbc that implement INamedObject | |
---|---|
class |
DBStorage
The DBStorage is a IStorage for SQL database specific features. |
Uses of INamedObject in com.sibvisions.rad.ui.awt.impl |
---|
Classes in com.sibvisions.rad.ui.awt.impl that implement INamedObject | |
---|---|
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. |
Uses of INamedObject in com.sibvisions.rad.ui.swing.impl |
---|
Classes in com.sibvisions.rad.ui.swing.impl that implement INamedObject | |
---|---|
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 |
SwingScrollComponent<C extends JComponent,SC extends JComponent>
The SwingComponent is a component with scrollbars. |
Uses of INamedObject in com.sibvisions.rad.ui.swing.impl.component |
---|
Classes in com.sibvisions.rad.ui.swing.impl.component that implement INamedObject | |
---|---|
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 INamedObject in com.sibvisions.rad.ui.swing.impl.container |
---|
Classes in com.sibvisions.rad.ui.swing.impl.container that implement INamedObject | |
---|---|
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 INamedObject in com.sibvisions.rad.ui.swing.impl.control |
---|
Classes in com.sibvisions.rad.ui.swing.impl.control that implement INamedObject | |
---|---|
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 INamedObject in com.sibvisions.rad.ui.swing.impl.menu |
---|
Classes in com.sibvisions.rad.ui.swing.impl.menu that implement INamedObject | |
---|---|
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 INamedObject in javax.rad.application |
---|
Subinterfaces of INamedObject 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 INamedObject in javax.rad.application.genui |
---|
Classes in javax.rad.application.genui that implement INamedObject | |
---|---|
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 INamedObject in javax.rad.genui |
---|
Classes in javax.rad.genui that implement INamedObject | |
---|---|
class |
UIComponent<C extends IComponent>
Platform and technology independent component. |
class |
UIContainer<C extends IContainer>
Platform and technology independent Container. |
Uses of INamedObject in javax.rad.genui.component |
---|
Classes in javax.rad.genui.component that implement INamedObject | |
---|---|
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 INamedObject in javax.rad.genui.container |
---|
Classes in javax.rad.genui.container that implement INamedObject | |
---|---|
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 INamedObject in javax.rad.genui.control |
---|
Classes in javax.rad.genui.control that implement INamedObject | |
---|---|
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 INamedObject in javax.rad.genui.menu |
---|
Classes in javax.rad.genui.menu that implement INamedObject | |
---|---|
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 INamedObject in javax.rad.model |
---|
Subinterfaces of INamedObject in javax.rad.model | |
---|---|
interface |
IDataBook
The IDataBook is a storage independent table, and handles all operations
to load, save and manipulate table oriented data. |
Uses of INamedObject in javax.rad.ui |
---|
Subinterfaces of INamedObject in javax.rad.ui | |
---|---|
interface |
IComponent
Platform and technology independent component definition. |
interface |
IContainer
Platform and technology independent Container definition. |
Uses of INamedObject in javax.rad.ui.component |
---|
Subinterfaces of INamedObject 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 INamedObject in javax.rad.ui.container |
---|
Subinterfaces of INamedObject 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 INamedObject in javax.rad.ui.control |
---|
Subinterfaces of INamedObject in javax.rad.ui.control | |
---|---|
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 INamedObject in javax.rad.ui.menu |
---|
Subinterfaces of INamedObject 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |