Uses of Interface
com.luciad.util.ILcdStringTranslator
Packages that use ILcdStringTranslator
Package
Description
Swing specific implementation of beans.
GUI aspects independent of any chosen windows API in the context of the DAFIF format.
GUI aspects independent of any chosen windows API.
Components and utilities for working with Swing based maps.
Contains Lucy's multi-language support class.
Editor classes for APP-6A symbols.
Editor classes for MIL-STD 2525 military symbols.
Basic utilities.
General aspects of views.
Controllers for 2D views.
Provides controllers for the manipulation of domain objects in a view.
This package provides support for measuring distances in a view.
Provides controller implementations that work with touch input instead of
mouse input.
-
Uses of ILcdStringTranslator in com.luciad.beans.swing
Methods in com.luciad.beans.swing with parameters of type ILcdStringTranslatorModifier and TypeMethodDescriptionfinal voidTLcdBeanGUIFactorySW.setStringTranslator(ILcdStringTranslator aStringTranslator) Deprecated.Sets theILcdStringTranslatorwhich will be used to translate the labels in front of the editors.voidTLcdPropertyCheckboxSW.setStringTranslator(ILcdStringTranslator aStringTranslator) Deprecated.Sets theILcdStringTranslatorwhich will be used to translate the text next to the checkbox.final voidTLcdPropertySheetSW.setStringTranslator(ILcdStringTranslator aStringTranslator) Deprecated.Sets theILcdStringTranslatorwhich will be used to translate the labels in front of the editors. -
Uses of ILcdStringTranslator in com.luciad.format.dafif.gui
Constructors in com.luciad.format.dafif.gui with parameters of type ILcdStringTranslatorModifierConstructorDescriptionTLcdDAFIFLoader(String aDAFIFRoot, String aDecoderConfigFile, ALcdAISObjectFactory aDomainFactory, boolean aEnableSubTypeFiltering, ILcdStringTranslator aTranslator) Deprecated.TLcdDAFIFLoader(String aDAFIFRoot, String aDecoderConfigFile, TLcdAISDataObjectFactory aDomainFactory, boolean aEnableSubTypeFiltering, ILcdStringTranslator aTranslator) Create a new loader panel instance.TLcdDAFIFRegionChooser(ILcdStringTranslator aTranslator) Construct a new region chooser panel. -
Uses of ILcdStringTranslator in com.luciad.gui
Methods in com.luciad.gui that return ILcdStringTranslatorModifier and TypeMethodDescriptionTLcdPrintPreview.getStringTranslator()Returns theILcdStringTranslatorset on this preview component.Methods in com.luciad.gui with parameters of type ILcdStringTranslatorModifier and TypeMethodDescriptionvoidTLcdPrintPreview.setStringTranslator(ILcdStringTranslator aStringTranslator) Sets theILcdStringTranslatorthat this panel should use to translate theStringsthat will be visible in the user interface.Constructors in com.luciad.gui with parameters of type ILcdStringTranslatorModifierConstructorDescriptionprotectedALcdUndoable(String aDisplayName, ILcdStringTranslator aStringTranslator) Creates a new undoable whereaDisplayNamewill be used to construct all respective display names.TLcdCompositeUndoable(String aDisplayName, ILcdStringTranslator aStringTranslator) This constructor calls the analogous superclass constructor. -
Uses of ILcdStringTranslator in com.luciad.gui.swing
Methods in com.luciad.gui.swing that return ILcdStringTranslatorMethods in com.luciad.gui.swing with parameters of type ILcdStringTranslatorModifier and TypeMethodDescriptionfinal voidTLcdStringComponentTableSW.setStringTranslator(ILcdStringTranslator aStringTranslator) Deprecated.Sets theILcdStringTranslatorwhich will be used to translate the labels in front of the editors.voidTLcdColorMapCustomizer.setTranslator(ILcdStringTranslator aTranslator) Sets the translator. -
Uses of ILcdStringTranslator in com.luciad.lucy.util.language
Methods in com.luciad.lucy.util.language that return ILcdStringTranslatorModifier and TypeMethodDescriptionstatic ILcdStringTranslatorTLcyLang.getStringTranslator()Returns anILcdStringTranslatorthat translates strings similar togetString.static ILcdStringTranslatorTLcyLang.getStringTranslator(String aResourceBundleID) Returns anILcdStringTranslatorthat translates strings similar togetString -
Uses of ILcdStringTranslator in com.luciad.symbology.app6a.view.swing
Constructors in com.luciad.symbology.app6a.view.swing with parameters of type ILcdStringTranslatorModifierConstructorDescriptionTLcdAPP6AObjectCustomizer(boolean aEnablePointFilter, ILcdStringTranslator aStringTranslator) Creates a newTLcdAPP6AObjectCustomizerobject optionally enabled with a hierarchy filter that only allows to use point-based symbology, and anILcdStringTranslator.TLcdAPP6AObjectCustomizer(ILcdFilter aFilter, TLcdAPP6AObjectCustomizer.FilterType aFilterType, ILcdStringTranslator aStringTranslator) Creates a newTLcdAPP6AObjectCustomizerobject with a hierarchy filter and anILcdStringTranslator.TLcdAPP6AObjectCustomizer(ILcdFilter aFilter, ILcdStringTranslator aStringTranslator) Creates a newTLcdAPP6AObjectCustomizerobject with a hierarchy filter and anILcdStringTranslator.TLcdAPP6AObjectCustomizer(ILcdStringTranslator aStringTranslator) Creates a newTLcdAPP6AObjectCustomizerobject with anILcdStringTranslator. -
Uses of ILcdStringTranslator in com.luciad.symbology.milstd2525b.view.swing
Constructors in com.luciad.symbology.milstd2525b.view.swing with parameters of type ILcdStringTranslatorModifierConstructorDescriptionTLcdMS2525bObjectCustomizer(boolean aEnablePointFilter, ILcdStringTranslator aStringTranslator) Creates a newTLcdMS2525bObjectCustomizerobject optionally enabled with a hierarchy filter that only allows to use point-based symbology, and anILcdStringTranslator.TLcdMS2525bObjectCustomizer(ILcdFilter aFilter, TLcdMS2525bObjectCustomizer.FilterType aFilterType, ILcdStringTranslator aStringTranslator) Creates a newTLcdMS2525bObjectCustomizerobject with a hierarchy filter and anILcdStringTranslator.TLcdMS2525bObjectCustomizer(ILcdFilter aFilter, ILcdStringTranslator aStringTranslator) Creates a newTLcdMS2525bObjectCustomizerobject with a hierarchy filter and anILcdStringTranslator.TLcdMS2525bObjectCustomizer(ILcdStringTranslator aStringTranslator) Creates a newTLcdMS2525bObjectCustomizerobject with anILcdStringTranslator. -
Uses of ILcdStringTranslator in com.luciad.util
Classes in com.luciad.util that implement ILcdStringTranslatorConstructor parameters in com.luciad.util with type arguments of type ILcdStringTranslatorModifierConstructorDescriptionTLcdCompositeStringTranslator(Iterable<ILcdStringTranslator> aStringTranslators) Creates a new composite string translator for the given string translators.TLcdCompositeStringTranslator(List<ILcdStringTranslator> aStringTranslators) Creates a new composite string translator for the given string translators. -
Uses of ILcdStringTranslator in com.luciad.view
Methods in com.luciad.view that return ILcdStringTranslatorModifier and TypeMethodDescriptionTLcdDeleteSelectionAction.getStringTranslator()Returns theILcdStringTranslatorset on this action.Methods in com.luciad.view with parameters of type ILcdStringTranslatorModifier and TypeMethodDescriptionvoidTLcdDeleteSelectionAction.setStringTranslator(ILcdStringTranslator aStringTranslator) Sets theILcdStringTranslatorthat this action should use to translate theStringsthat will be visible in the user interface. -
Uses of ILcdStringTranslator in com.luciad.view.gxy.controller
Methods in com.luciad.view.gxy.controller that return ILcdStringTranslatorModifier and TypeMethodDescriptionALcdGXYNewControllerModel2.getStringTranslator()Returns theILcdStringTranslatorset on this controller model.Methods in com.luciad.view.gxy.controller with parameters of type ILcdStringTranslatorModifier and TypeMethodDescriptionvoidALcdGXYNewControllerModel2.setStringTranslator(ILcdStringTranslator aStringTranslator) Sets theILcdStringTranslatorthat this controller model should use to translate theStringsthat will be visible in the user interface. -
Uses of ILcdStringTranslator in com.luciad.view.lightspeed.controller.manipulation
Methods in com.luciad.view.lightspeed.controller.manipulation that return ILcdStringTranslatorModifier and TypeMethodDescriptionTLspCreateController.getStringTranslator()Returns theILcdStringTranslatorset on this controller.TLspEditController.getStringTranslator()Returns theILcdStringTranslatorset on this controller.Methods in com.luciad.view.lightspeed.controller.manipulation with parameters of type ILcdStringTranslatorModifier and TypeMethodDescriptionvoidTLspCreateController.setStringTranslator(ILcdStringTranslator aStringTranslator) Sets theILcdStringTranslatorthat this controller should use to translate theStringsthat will be visible in the user interface.voidTLspEditController.setStringTranslator(ILcdStringTranslator aStringTranslator) Sets theILcdStringTranslatorthat this controller should use to translate theStringsthat will be visible in the user interface. -
Uses of ILcdStringTranslator in com.luciad.view.lightspeed.controller.ruler
Methods in com.luciad.view.lightspeed.controller.ruler that return ILcdStringTranslatorModifier and TypeMethodDescriptionTLspRulerController.getStringTranslator()Returns theILcdStringTranslatorset on this controller.Methods in com.luciad.view.lightspeed.controller.ruler with parameters of type ILcdStringTranslatorModifier and TypeMethodDescriptionvoidTLspRulerController.setStringTranslator(ILcdStringTranslator aStringTranslator) Sets theILcdStringTranslatorthat this controller should use to translate theStringsthat will be visible in the user interface. -
Uses of ILcdStringTranslator in com.luciad.view.lightspeed.controller.touch
Methods in com.luciad.view.lightspeed.controller.touch that return ILcdStringTranslatorModifier and TypeMethodDescriptionTLspTouchSelectEditController.getStringTranslator()Returns theILcdStringTranslatorset on this controller.Methods in com.luciad.view.lightspeed.controller.touch with parameters of type ILcdStringTranslatorModifier and TypeMethodDescriptionvoidTLspTouchSelectEditController.setStringTranslator(ILcdStringTranslator aStringTranslator) Sets theILcdStringTranslatorthat this controller should use to translate theStringsthat will be visible in the user interface.