Tabnine Logo
LocalizedString
Code IndexAdd Tabnine to your IDE (free)

How to use
LocalizedString
in
com.numdata.oss

Best Java code snippets using com.numdata.oss.LocalizedString (Showing top 6 results out of 315)

origin: com.numdata/numdata-swing

/**
 * Constructs an empty content object.
 */
public MemoryContent()
{
  _value       = null;
  _type        = null;
  _displayName = new LocalizedString();
  _description = new LocalizedString();
  _thumbnails  = new ArrayList<BufferedImage>();
}
origin: com.numdata/numdata-swing

/**
 * Sets the display name of the content.
 *
 * @param   displayName     Display name to be set.
 */
public void setDisplayName( @NotNull final LocalizedString displayName )
{
  _displayName.set( displayName );
}
origin: com.numdata/numdata-swing

@Override
public String getDisplayName( @NotNull final Locale locale )
{
  return _displayName.get( locale );
}
origin: com.numdata/numdata-db

  localizedString = new LocalizedString();
  field.set( object, localizedString );
localizedString.set( LocalizedString.parse( string ) );
  localizedString.clear();
origin: com.numdata/numdata-swing

/**
 * Sets the description of the content.
 *
 * @param   description     Description to be set.
 */
public void setDescription( @NotNull final LocalizedString description )
{
  _description.set( description );
}
origin: com.numdata/numdata-swing

@Override
public String getDescription( @NotNull final Locale locale )
{
  return _description.get( locale );
}
com.numdata.ossLocalizedString

Most used methods

  • <init>
  • set
  • clear
  • get
  • parse

Popular in Java

  • Reactive rest calls using spring rest template
  • getSystemService (Context)
  • scheduleAtFixedRate (Timer)
  • setScale (BigDecimal)
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Top Vim plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now