Tabnine Logo
BasicProjectInfo.setName
Code IndexAdd Tabnine to your IDE (free)

How to use
setName
method
in
org.jfree.base.BasicProjectInfo

Best Java code snippets using org.jfree.base.BasicProjectInfo.setName (Showing top 3 results out of 315)

origin: jfree/jcommon

/**
 * Creates a new library reference.
 *
 * @param name    the name.
 * @param version the version.
 * @param licence the licence.
 * @param info    the web address or other info.
 */
public BasicProjectInfo(final String name, final String version,
            final String licence, final String info) {
  this();
  setName(name);
  setVersion(version);
  setLicenceName(licence);
  setInfo(info);
}
origin: org.jfree/jcommon

/**
 * Creates a new library reference.
 *
 * @param name    the name.
 * @param version the version.
 * @param licence the licence.
 * @param info    the web address or other info.
 */
public BasicProjectInfo(final String name, final String version,
            final String licence, final String info) {
  this();
  setName(name);
  setVersion(version);
  setLicenceName(licence);
  setInfo(info);
}
origin: org.jfree/com.springsource.org.jfree

/**
 * Creates a new library reference.
 *
 * @param name    the name.
 * @param version the version.
 * @param licence the licence.
 * @param info    the web address or other info.
 */
public BasicProjectInfo(final String name, final String version,
            final String licence, final String info) {
  this();
  setName(name);
  setVersion(version);
  setLicenceName(licence);
  setInfo(info);
}
org.jfree.baseBasicProjectInfosetName

Javadoc

Sets the project name.

Popular methods of BasicProjectInfo

  • setCopyright
    Sets the project copyright statement.
  • setInfo
    Sets the project info string (for example, this could be the project URL).
  • setLicenceName
    Sets the license name.
  • setVersion
    Sets the project version number.

Popular in Java

  • Start an intent from android
  • putExtra (Intent)
  • compareTo (BigDecimal)
  • onRequestPermissionsResult (Fragment)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • Collectors (java.util.stream)
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Top 12 Jupyter Notebook Extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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