Uses of Class
javax.rad.util.TranslationMap

Packages that use TranslationMap
com.sibvisions.rad.persist.jdbc Contains all database specific persistence implementations. 
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.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. 
javax.rad.genui Contains a generic implementation of the platform and technology independent interfaces to design graphical user interfaces. 
javax.rad.model.ui Contains UI relevant interface definitions. 
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.util Contains API dependent utility classes. 
 

Uses of TranslationMap in com.sibvisions.rad.persist.jdbc
 

Methods in com.sibvisions.rad.persist.jdbc that return TranslationMap
static TranslationMap DBAccess.getAutomaticLinkColumnNameTranslation()
          Returns the TranslationMap for the automatic link column name custom Translation. its used in the getAutomaticLinkColName(ForeignKey pForeignKey) to change the column, thats determined.
 

Methods in com.sibvisions.rad.persist.jdbc with parameters of type TranslationMap
static void DBAccess.setAutomaticLinkColumnNameTranslation(TranslationMap pTranslationMap)
          Sets the TranslationMap for the automatic link column name custom Translation. its used in the getAutomaticLinkColName(ForeignKey pForeignKey) to change the column, thats determined.
 

Uses of TranslationMap in com.sibvisions.rad.ui.swing.ext
 

Methods in com.sibvisions.rad.ui.swing.ext that return TranslationMap
 TranslationMap JVxTree.getTranslation()
          Gets the possible translation mapping.
 TranslationMap JVxTable.getTranslation()
          Gets the possible translation mapping.
 TranslationMap JVxInternalFrame.getTranslation()
          Gets the translation mapping.
 TranslationMap JVxEditor.getTranslation()
          Gets the possible translation mapping.
 TranslationMap JVxComboBase.getTranslation()
          Gets the possible translation mapping.
 TranslationMap JVxChart.getTranslation()
          Gets the possible translation mapping.
 TranslationMap JVxCalendarPane.getTranslation()
          Gets the possible translation mapping.
 

Methods in com.sibvisions.rad.ui.swing.ext with parameters of type TranslationMap
 void JVxTree.setTranslation(TranslationMap pTranslation)
          Sets the possible translations.
 void JVxTable.setTranslation(TranslationMap pTranslation)
          Sets the possible translations.
 void JVxInternalFrame.setTranslation(TranslationMap pTranslation)
          Sets the translation mapping.
 void JVxEditor.setTranslation(TranslationMap pTranslation)
          Sets the possible translations.
 void JVxDateCombo.setTranslation(TranslationMap pTranslation)
          Sets the possible translations.
 void JVxComboBase.setTranslation(TranslationMap pTranslation)
          Sets the possible translations.
 void JVxChart.setTranslation(TranslationMap pTranslation)
          Sets the possible translations.
 void JVxCalendarPane.setTranslation(TranslationMap pTranslation)
          Sets the possible translations.
 

Uses of TranslationMap in com.sibvisions.rad.ui.swing.impl.container
 

Methods in com.sibvisions.rad.ui.swing.impl.container that return TranslationMap
 TranslationMap SwingInternalFrame.getTranslation()
          Gets the translation for the window.
 TranslationMap SwingAbstractFrame.getTranslation()
          Gets the translation for the window.
 

Methods in com.sibvisions.rad.ui.swing.impl.container with parameters of type TranslationMap
 void SwingInternalFrame.setTranslation(TranslationMap pTranslation)
          Sets the translation for the window.
 void SwingAbstractFrame.setTranslation(TranslationMap pTranslation)
          Sets the translation for the window.
 

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

Methods in com.sibvisions.rad.ui.swing.impl.control that return TranslationMap
 TranslationMap SwingTree.getTranslation()
          Gets the possible translation mapping.
 TranslationMap SwingTable.getTranslation()
          Gets the translation for this table.
 TranslationMap SwingEditor.getTranslation()
          Gets the possible translation mapping.
 TranslationMap SwingChart.getTranslation()
          Gets the translation for this table.
 

Methods in com.sibvisions.rad.ui.swing.impl.control with parameters of type TranslationMap
 void SwingTree.setTranslation(TranslationMap pTranslation)
          Sets the possible translations.
 void SwingTable.setTranslation(TranslationMap pTranslation)
          Sets the translation for this table.
 void SwingEditor.setTranslation(TranslationMap pTranslation)
          Sets the possible translations.
 void SwingChart.setTranslation(TranslationMap pTranslation)
          Sets the translation for this table.
 

Uses of TranslationMap in javax.rad.genui
 

Methods in javax.rad.genui that return TranslationMap
protected  TranslationMap UIComponent.getCurrentTranslation()
          Gets the current translation mapping usable for this UIComponent.
 TranslationMap UIComponent.getTranslation()
          Gets the possible translation mapping.
 

Methods in javax.rad.genui with parameters of type TranslationMap
 void UIComponent.setTranslation(TranslationMap pTranslation)
          Sets the possible translations.
 

Uses of TranslationMap in javax.rad.model.ui
 

Methods in javax.rad.model.ui that return TranslationMap
 TranslationMap ITranslatable.getTranslation()
          Gets the possible translation mapping.
 

Methods in javax.rad.model.ui with parameters of type TranslationMap
 void ITranslatable.setTranslation(TranslationMap pTranslation)
          Sets the possible translations.
 

Uses of TranslationMap in javax.rad.ui.container
 

Methods in javax.rad.ui.container that return TranslationMap
 TranslationMap IWindow.getTranslation()
          Gets the translation for the window.
 

Methods in javax.rad.ui.container with parameters of type TranslationMap
 void IWindow.setTranslation(TranslationMap pTranslation)
          Sets the translation for the window.
 

Uses of TranslationMap in javax.rad.ui.control
 

Methods in javax.rad.ui.control that return TranslationMap
 TranslationMap ITable.getTranslation()
          Gets the translation for this table.
 TranslationMap IChart.getTranslation()
          Gets the translation for this table.
 

Methods in javax.rad.ui.control with parameters of type TranslationMap
 void ITable.setTranslation(TranslationMap pTranslation)
          Sets the translation for this table.
 void IChart.setTranslation(TranslationMap pTranslation)
          Sets the translation for this table.
 

Uses of TranslationMap in javax.rad.util
 

Methods in javax.rad.util that return TranslationMap
 TranslationMap TranslationMap.getParent()
          Gets the Parent TranslationMap to delegate translations.
 

Methods in javax.rad.util with parameters of type TranslationMap
 void TranslationMap.setParent(TranslationMap pParent)
          Sets the Parent TranslationMap to delegate translations.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.