Uses of Interface
uic.TranslationInterface

Packages that use TranslationInterface
uic   
uic.model Provides model classes for Swing GUIs. 
uic.themeconfig A configuration dialog for the UICTheme. 
uic.widgets Swing Widgets for your programming pleasure! 
uic.widgets.calendar Provides the classes for the Calendar widget. 
uic.widgets.filechooser Provides the classes for the UIC FileChooser widget. 
 

Uses of TranslationInterface in uic
 

Classes in uic that implement TranslationInterface
 class Translate
          Translate is a class that you can use to translate the texts on a GUI.
 

Uses of TranslationInterface in uic.model
 

Constructors in uic.model with parameters of type TranslationInterface
ActionFactory(TranslationInterface appTranslator)
          Create a new ActionFactory where texts from the config file are translated.
 

Uses of TranslationInterface in uic.themeconfig
 

Methods in uic.themeconfig that return TranslationInterface
 TranslationInterface ColorConfigPanel.translate()
           
 TranslationInterface ConfigDialog.translate()
           
 TranslationInterface ConfigDialogImpl.translate()
           
 TranslationInterface FontPreview.translate()
           
 TranslationInterface FontsPanel.translate()
           
 TranslationInterface OptionsPane.translate()
           
 TranslationInterface ColorConfigPanelBase.translate()
           
 TranslationInterface ConfigDialogBase.translate()
           
 TranslationInterface FontPreviewBase.translate()
           
 TranslationInterface FontsBase.translate()
           
 TranslationInterface OptionsPaneBase.translate()
           
 

Uses of TranslationInterface in uic.widgets
 

Methods in uic.widgets that return TranslationInterface
 TranslationInterface PopupActionManager.translate()
          The translator that translates texts into foreign languages.
 TranslationInterface StandardDialog.translate()
           
 TranslationInterface UICSpinbox.translate()
           
 TranslationInterface UICWizard.translate()
          The translator that translates texts into foreign languages.
 TranslationInterface WindowRepresenter.translate()
           
 TranslationInterface ColorSelection.translate()
           
 TranslationInterface FontSelection.translate()
          returns a translations object that knows the translations of the strings on this widget.
 TranslationInterface IntegerInputButton.translate()
           
 TranslationInterface ColorSelectionBase.translate()
           
 TranslationInterface FontSelectionBase.translate()
           
 TranslationInterface IntegerInputButtonBase.translate()
           
 

Methods in uic.widgets with parameters of type TranslationInterface
protected  ActionFactory MainWindow.createGui(TranslationInterface translate, String xmlFile)
          Creating an XML based UI can be done by using the returned ActionFactory to add all your actions to.
 

Uses of TranslationInterface in uic.widgets.calendar
 

Methods in uic.widgets.calendar that return TranslationInterface
 TranslationInterface UICDatePicker.translate()
           
 TranslationInterface UICDatePickerBase.translate()
           
 

Uses of TranslationInterface in uic.widgets.filechooser
 

Methods in uic.widgets.filechooser that return TranslationInterface
 TranslationInterface DetailedFileView.ListViewTableModel.translate()
           
 TranslationInterface FileChooser.translate()
           
 TranslationInterface SystemUtil.KDESystemUtil.translate()
           
 TranslationInterface FileChooserBase.translate()
           
 



Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence