Tabnine Logo
Module.getDescription
Code IndexAdd Tabnine to your IDE (free)

How to use
getDescription
method
in
org.jfree.base.modules.Module

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

origin: jfree/jcommon

p.println(mod.getProducer());
p.print("  Description: ");
p.println(mod.getDescription());
origin: org.jfree/jcommon

p.println(mod.getProducer());
p.print("  Description: ");
p.println(mod.getDescription());
origin: org.jfree/com.springsource.org.jfree

p.println(mod.getProducer());
p.print("  Description: ");
p.println(mod.getDescription());
org.jfree.base.modulesModulegetDescription

Javadoc

Returns a short description of the modules functionality.

Popular methods of Module

  • configure
    Configures the module. This should load the default settings of the module.
  • getMajorVersion
  • getMinorVersion
  • getModuleClass
  • getName
    Returns the module name. This name should be a short descriptive handle of the module.
  • getOptionalModules
    Returns an array of optional modules. Missing or invalid modules are non fatal and will not harm the
  • getPatchLevel
  • getProducer
    Returns the name of the module producer.
  • getRequiredModules
    Returns an array of all required modules. If one of these modules is missing or cannot be initialize
  • getSubSystem
    Returns the modules subsystem. If this module is not part of an subsystem then return the modules na
  • initialize
    Initializes the module. Use this method to perform all initial setup operations. This method is call
  • initialize

Popular in Java

  • Running tasks concurrently on multiple threads
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • findViewById (Activity)
  • scheduleAtFixedRate (Timer)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • From CI to AI: The AI layer in your organization
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