congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
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

  • Updating database using SQL prepared statement
  • getSupportFragmentManager (FragmentActivity)
  • onCreateOptionsMenu (Activity)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Top plugins for Android Studio
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