Tabnine Logo
DefaultModuleInfo.getMinorVersion
Code IndexAdd Tabnine to your IDE (free)

How to use
getMinorVersion
method
in
org.jfree.base.modules.DefaultModuleInfo

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

origin: jfree/jcommon

if (getMinorVersion() != null)
 buffer.append(getMinorVersion());
 if (getPatchLevel() != null)
origin: org.jfree/jcommon

if (getMinorVersion() != null)
 buffer.append(getMinorVersion());
 if (getPatchLevel() != null)
origin: org.jfree/com.springsource.org.jfree

if (getMinorVersion() != null)
 buffer.append(getMinorVersion());
 if (getPatchLevel() != null)
org.jfree.base.modulesDefaultModuleInfogetMinorVersion

Javadoc

Returns the minor version of the module. This property may be null to indicate that the module version is not specified.

Popular methods of DefaultModuleInfo

  • <init>
    Creates a new module info an initalizes it with the given values.
  • getMajorVersion
    Returns the major version of the module. This property may be null to indicate that the module versi
  • getModuleClass
    Returns the class name of the module described implementation.
  • getPatchLevel
    Returns the patch level version of the module. This property may be null to indicate that the module
  • setMajorVersion
    Defines the major version of the module. This property may be null to indicate that the module versi
  • setMinorVersion
    Defines the minor version of the module. This property may be null to indicate that the module versi
  • setModuleClass
    Defines the module class name.
  • setPatchLevel
    Defines the patch level version of the module. This property may be null to indicate that the module

Popular in Java

  • Finding current android device location
  • putExtra (Intent)
  • notifyDataSetChanged (ArrayAdapter)
  • addToBackStack (FragmentTransaction)
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Sublime Text for Python
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