Uses of Interface
javax.rad.util.ITranslator

Packages that use ITranslator
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.datatype Contains all CellType classes. 
javax.rad.model.ui Contains UI relevant interface definitions. 
javax.rad.ui.control Contains all interfaces to develop controls for a graphical user interface. 
javax.rad.util Contains API dependent utility classes. 
 

Uses of ITranslator in com.sibvisions.rad.application
 

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

Classes in com.sibvisions.rad.ui.swing.ext that implement ITranslator
 class JVxChart
          The JVxChart is a simple chart panel which also implements the ITableControl interface.
 class JVxEditor
          The JVxEditor implements the IEditorControl interface.
 class JVxTable
          Scrollable JTable that implements ITableControl interface.
 class JVxTree
          The JVxTree is a scrollable JTree that implements ITreeControl interface.
 

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

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

Classes in javax.rad.application.genui that implement ITranslator
 class Application
          The Application is an abstract implementation of IApplication.
 class Content
          The Content is the default IContent implementation and extends an UIPanel.
 class ControllerContent
          The ControllerContent is the default IController implementation and extends an Content.
 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 ITranslator in javax.rad.genui
 

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

Uses of ITranslator in javax.rad.genui.component
 

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

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

Classes in javax.rad.genui.control that implement ITranslator
 class AbstractControllable<C extends IComponent>
          Base class for all genui IControl implementations.
 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 ITranslator in javax.rad.genui.menu
 

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

Methods in javax.rad.model.datatype that return ITranslator
 ITranslator StringDataType.getTranslator()
          Gets the translator for translating.
 

Methods in javax.rad.model.datatype with parameters of type ITranslator
 void StringDataType.setTranslator(ITranslator pTranslator)
          Sets the translator for translating.
 

Uses of ITranslator in javax.rad.model.ui
 

Subinterfaces of ITranslator 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 ITranslator in javax.rad.ui.control
 

Subinterfaces of ITranslator 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 ITranslator in javax.rad.util
 

Classes in javax.rad.util that implement ITranslator
 class TranslationMap
          Translation is for translating labels or label keys in any language.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.