Uses of Interface
javax.rad.model.ui.ITranslatable

Packages that use ITranslatable
com.sibvisions.rad.application Contains base classes for application creation. 
com.sibvisions.rad.ui.swing.ext Contains all swing extensions which can be used without 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. 
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.ui Contains UI relevant interface definitions. 
javax.rad.ui.control Contains all interfaces to develop controls for a graphical user interface. 
 

Uses of ITranslatable in com.sibvisions.rad.application
 

Classes in com.sibvisions.rad.application that implement ITranslatable
 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 ITranslatable in com.sibvisions.rad.ui.swing.ext
 

Classes in com.sibvisions.rad.ui.swing.ext that implement ITranslatable
 class JVxCalendarPane
          The JVxCalendarPane provides Calendar functionality.
 class JVxChart
          The JVxChart is a simple chart panel which also implements the ITableControl interface.
 class JVxComboBase
          JVxComboBase is a generic component for displaying any editor component combined with any popup component.
 class JVxDateCombo
          The JVxDateCombo handles DateEditor with CalendarPane.
 class JVxEditor
          Editor that implements IControl interface.
 class JVxTable
          Scrollable JTable that implements ITableControl interface.
 class JVxTree
          Scrollable JTree that implements IControl interface.
 

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

Classes in com.sibvisions.rad.ui.swing.impl.control that implement ITranslatable
 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 ITranslatable in javax.rad.application.genui
 

Classes in javax.rad.application.genui that implement ITranslatable
 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 ITranslatable in javax.rad.genui
 

Classes in javax.rad.genui that implement ITranslatable
 class UIComponent<C extends IComponent>
          Platform and technology independent component.
 class UIContainer<C extends IContainer>
          Platform and technology independent Container.
 

Uses of ITranslatable in javax.rad.genui.component
 

Classes in javax.rad.genui.component that implement ITranslatable
 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 ITranslatable in javax.rad.genui.container
 

Classes in javax.rad.genui.container that implement ITranslatable
 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 ITranslatable in javax.rad.genui.control
 

Classes in javax.rad.genui.control that implement ITranslatable
 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 ITranslatable in javax.rad.genui.menu
 

Classes in javax.rad.genui.menu that implement ITranslatable
 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 ITranslatable in javax.rad.model.ui
 

Subinterfaces of ITranslatable in javax.rad.model.ui
 interface IControl
          The IControl inform about changes in the IDataRow/IDataBook and GUI controls need to repaint the data part.
 interface IEditorControl
          The IEditorControl is an IControl that displays the value of one column in an IDataRow.
 interface ITableControl
          The ITableControl is an IControl that displays the current page of an IDataBook.
 interface ITreeControl
          The ITreeControl is an IControl that displays the hierarchy of one or more IDataBooks.
 

Uses of ITranslatable in javax.rad.ui.control
 

Subinterfaces of ITranslatable 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.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.