Codota Logo
AbstractModule.setDescription
Code IndexAdd Codota to your IDE (free)

How to use
setDescription
method
in
org.jfree.base.modules.AbstractModule

Best Java code snippets using org.jfree.base.modules.AbstractModule.setDescription (Showing top 3 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Connection c =
  • Codota IconDataSource dataSource;dataSource.getConnection()
  • Codota IconString url;DriverManager.getConnection(url)
  • Codota IconIdentityDatabaseUtil.getDBConnection()
  • Smart code suggestions by Codota
}
origin: jfree/jcommon

setDescription(b);
origin: org.jfree/jcommon

setDescription(b);
origin: org.jfree/com.springsource.org.jfree

setDescription(b);
org.jfree.base.modulesAbstractModulesetDescription

Javadoc

Defines the description of the module.

Popular methods of AbstractModule

  • getDescription
    Returns the module description.
  • getMajorVersion
  • getMinorVersion
  • getModuleClass
  • getName
    Returns the name of this module.
  • getPatchLevel
  • getProducer
    Returns the producer of the module.
  • isNextLineValueLine
    Checks, whether the next line in the reader is a value line.
  • loadModuleInfo
    Loads the module descriptiong from the given input stream. The module description must conform to th
  • parseKey
    Parses an string to find the key section of the line. This section ends with an colon.
  • parseValue
    Parses the value section of the given line.
  • readExternalModule
    Reads an external module description. This describes either an optional or a required module.
  • parseValue,
  • readExternalModule,
  • readModuleInfo,
  • readValue,
  • setMajorVersion,
  • setMinorVersion,
  • setModuleClass,
  • setName,
  • setPatchLevel

Popular in Java

  • Parsing JSON documents to java classes using gson
  • startActivity (Activity)
  • setRequestProperty (URLConnection)
    Sets the general request property. If a property with the key already exists, overwrite its value wi
  • scheduleAtFixedRate (Timer)
    Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • Socket (java.net)
    Provides a client-side TCP socket.
  • ImageIO (javax.imageio)
  • DataSource (javax.sql)
    A factory for connections to the physical data source that this DataSource object represents. An alt
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now