Uses of Interface
com.luciad.util.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
Modifier and TypeMethodDescriptionfinal void
TLcdBeanGUIFactorySW.setStringTranslator
(ILcdStringTranslator aStringTranslator) Deprecated.Sets theILcdStringTranslator
which will be used to translate the labels in front of the editors.void
TLcdPropertyCheckboxSW.setStringTranslator
(ILcdStringTranslator aStringTranslator) Deprecated.Sets theILcdStringTranslator
which will be used to translate the text next to the checkbox.final void
TLcdPropertySheetSW.setStringTranslator
(ILcdStringTranslator aStringTranslator) Deprecated.Sets theILcdStringTranslator
which will be used to translate the labels in front of the editors. -
Uses of ILcdStringTranslator in com.luciad.format.dafif.gui
ModifierConstructorDescriptionTLcdDAFIFLoader
(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
Modifier and TypeMethodDescriptionTLcdPrintPreview.getStringTranslator()
Returns theILcdStringTranslator
set on this preview component.Modifier and TypeMethodDescriptionvoid
TLcdPrintPreview.setStringTranslator
(ILcdStringTranslator aStringTranslator) Sets theILcdStringTranslator
that this panel should use to translate theStrings
that will be visible in the user interface.ModifierConstructorDescriptionprotected
ALcdUndoable
(String aDisplayName, ILcdStringTranslator aStringTranslator) Creates a new undoable whereaDisplayName
will 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
Modifier and TypeMethodDescriptionfinal void
TLcdStringComponentTableSW.setStringTranslator
(ILcdStringTranslator aStringTranslator) Deprecated.Sets theILcdStringTranslator
which will be used to translate the labels in front of the editors.void
TLcdColorMapCustomizer.setTranslator
(ILcdStringTranslator aTranslator) Sets the translator. -
Uses of ILcdStringTranslator in com.luciad.lucy.util.language
Modifier and TypeMethodDescriptionstatic ILcdStringTranslator
TLcyLang.getStringTranslator()
Returns anILcdStringTranslator
that translates strings similar togetString
.static ILcdStringTranslator
TLcyLang.getStringTranslator
(String aResourceBundleID) Returns anILcdStringTranslator
that translates strings similar togetString
-
Uses of ILcdStringTranslator in com.luciad.symbology.app6a.view.swing
ModifierConstructorDescriptionTLcdAPP6AObjectCustomizer
(boolean aEnablePointFilter, ILcdStringTranslator aStringTranslator) Creates a newTLcdAPP6AObjectCustomizer
object 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 newTLcdAPP6AObjectCustomizer
object with a hierarchy filter and anILcdStringTranslator
.TLcdAPP6AObjectCustomizer
(ILcdFilter aFilter, ILcdStringTranslator aStringTranslator) Creates a newTLcdAPP6AObjectCustomizer
object with a hierarchy filter and anILcdStringTranslator
.TLcdAPP6AObjectCustomizer
(ILcdStringTranslator aStringTranslator) Creates a newTLcdAPP6AObjectCustomizer
object with anILcdStringTranslator
. -
Uses of ILcdStringTranslator in com.luciad.symbology.milstd2525b.view.swing
ModifierConstructorDescriptionTLcdMS2525bObjectCustomizer
(boolean aEnablePointFilter, ILcdStringTranslator aStringTranslator) Creates a newTLcdMS2525bObjectCustomizer
object 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 newTLcdMS2525bObjectCustomizer
object with a hierarchy filter and anILcdStringTranslator
.TLcdMS2525bObjectCustomizer
(ILcdFilter aFilter, ILcdStringTranslator aStringTranslator) Creates a newTLcdMS2525bObjectCustomizer
object with a hierarchy filter and anILcdStringTranslator
.TLcdMS2525bObjectCustomizer
(ILcdStringTranslator aStringTranslator) Creates a newTLcdMS2525bObjectCustomizer
object with anILcdStringTranslator
. -
Uses of ILcdStringTranslator in com.luciad.util
ModifierConstructorDescriptionTLcdCompositeStringTranslator
(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
Modifier and TypeMethodDescriptionTLcdDeleteSelectionAction.getStringTranslator()
Returns theILcdStringTranslator
set on this action.Modifier and TypeMethodDescriptionvoid
TLcdDeleteSelectionAction.setStringTranslator
(ILcdStringTranslator aStringTranslator) Sets theILcdStringTranslator
that this action should use to translate theStrings
that will be visible in the user interface. -
Uses of ILcdStringTranslator in com.luciad.view.gxy.controller
Modifier and TypeMethodDescriptionALcdGXYNewControllerModel2.getStringTranslator()
Returns theILcdStringTranslator
set on this controller model.Modifier and TypeMethodDescriptionvoid
ALcdGXYNewControllerModel2.setStringTranslator
(ILcdStringTranslator aStringTranslator) Sets theILcdStringTranslator
that this controller model should use to translate theStrings
that will be visible in the user interface. -
Uses of ILcdStringTranslator in com.luciad.view.lightspeed.controller.manipulation
Modifier and TypeMethodDescriptionTLspCreateController.getStringTranslator()
Returns theILcdStringTranslator
set on this controller.TLspEditController.getStringTranslator()
Returns theILcdStringTranslator
set on this controller.Modifier and TypeMethodDescriptionvoid
TLspCreateController.setStringTranslator
(ILcdStringTranslator aStringTranslator) Sets theILcdStringTranslator
that this controller should use to translate theStrings
that will be visible in the user interface.void
TLspEditController.setStringTranslator
(ILcdStringTranslator aStringTranslator) Sets theILcdStringTranslator
that this controller should use to translate theStrings
that will be visible in the user interface. -
Uses of ILcdStringTranslator in com.luciad.view.lightspeed.controller.ruler
Modifier and TypeMethodDescriptionTLspRulerController.getStringTranslator()
Returns theILcdStringTranslator
set on this controller.Modifier and TypeMethodDescriptionvoid
TLspRulerController.setStringTranslator
(ILcdStringTranslator aStringTranslator) Sets theILcdStringTranslator
that this controller should use to translate theStrings
that will be visible in the user interface. -
Uses of ILcdStringTranslator in com.luciad.view.lightspeed.controller.touch
Modifier and TypeMethodDescriptionTLspTouchSelectEditController.getStringTranslator()
Returns theILcdStringTranslator
set on this controller.Modifier and TypeMethodDescriptionvoid
TLspTouchSelectEditController.setStringTranslator
(ILcdStringTranslator aStringTranslator) Sets theILcdStringTranslator
that this controller should use to translate theStrings
that will be visible in the user interface.