|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IToolBarPanel | |
---|---|
com.sibvisions.rad.application | Contains base classes for application creation. |
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.container | Contains Swing container 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.container | Contains a generic implementation of the platform and technology independent container interfaces to design graphical user interfaces. |
javax.rad.ui | Contains all interfaces to develop a graphical user interface. |
javax.rad.ui.container | Contains all interfaces to develop containers for a graphical user interface. |
Uses of IToolBarPanel in com.sibvisions.rad.application |
---|
Classes in com.sibvisions.rad.application that implement IToolBarPanel | |
---|---|
class |
About
The About class is the About dialog of the application. |
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 IToolBarPanel in com.sibvisions.rad.ui.swing.impl |
---|
Classes in com.sibvisions.rad.ui.swing.impl that implement IToolBarPanel | |
---|---|
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 . |
Methods in com.sibvisions.rad.ui.swing.impl that return IToolBarPanel | |
---|---|
IToolBarPanel |
SwingFactory.createToolBarPanel()
Creates a new instance of IToolBarPanel . |
Uses of IToolBarPanel in com.sibvisions.rad.ui.swing.impl.container |
---|
Classes in com.sibvisions.rad.ui.swing.impl.container that implement IToolBarPanel | |
---|---|
class |
SwingAbstractFrame<C extends Container>
The SwingAbstractFrame is the IFrame
implementation for swing. |
class |
SwingFrame
The SwingFrame is the IFrame
implementation for swing. |
class |
SwingInternalFrame
The SwingInternalFrame is the IInternalFrame
implementation for swing. |
class |
SwingToolBarPanel
The SwingToolBarPanel is IToolBarPanel implementation
for Swing. |
Uses of IToolBarPanel in javax.rad.application |
---|
Subinterfaces of IToolBarPanel in javax.rad.application | |
---|---|
interface |
ILauncher
The ILauncher defines a platform and technology
independent IApplication launcher. |
Uses of IToolBarPanel in javax.rad.application.genui |
---|
Classes in javax.rad.application.genui that implement IToolBarPanel | |
---|---|
class |
UILauncher
The UILauncher is an AbstractFrame extension. |
Uses of IToolBarPanel in javax.rad.genui.container |
---|
Classes in javax.rad.genui.container that implement IToolBarPanel | |
---|---|
class |
AbstractFrame<C extends IFrame>
Platform and technology independent frame. |
class |
UIFrame
Platform and technology independent Frame. |
class |
UIInternalFrame
Platform and technology independent InternalFrame. |
class |
UIToolBarPanel
Platform and technology independent toolbar panel. |
Constructors in javax.rad.genui.container with parameters of type IToolBarPanel | |
---|---|
UIToolBarPanel(IToolBarPanel pPanel)
Creates a new instance of UIToolBarPanel with the given
toolbar panel. |
Constructor parameters in javax.rad.genui.container with type arguments of type IToolBarPanel | |
---|---|
InternalToolBarPanel(UIContainer<? extends IToolBarPanel> pOwner)
Creates a new instance of InternalToolBarPanel with an owner. |
Uses of IToolBarPanel in javax.rad.ui |
---|
Methods in javax.rad.ui that return IToolBarPanel | |
---|---|
IToolBarPanel |
IFactory.createToolBarPanel()
Creates a new instance of IToolBarPanel . |
Uses of IToolBarPanel in javax.rad.ui.container |
---|
Subinterfaces of IToolBarPanel in javax.rad.ui.container | |
---|---|
interface |
IFrame
Platform and technology independent Frame definition. |
interface |
IInternalFrame
Platform and technology independent InternalFrame definition. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |