Tabnine Logo
org.jfree.ui.about
Code IndexAdd Tabnine to your IDE (free)

How to use org.jfree.ui.about

Best Java code snippets using org.jfree.ui.about (Showing top 20 results out of 315)

origin: jfree/jcommon

/**
 * Returns a reference to this class.
 *
 * @return the instance reference.
 */
public static Licences getInstance() {
  if (singleton == null) {
    singleton = new Licences();
  }
  return singleton;
}
origin: jfree/jcommon

  /**
   * Constructs a library reference from a ProjectInfo object.
   *
   * @param project  information about a project.
   */
  public Library(final ProjectInfo project) {

    this(project.getName(), project.getVersion(),
       project.getLicenceName(), project.getInfo());
  }
}
origin: org.jfree/jcommon

/**
 * Mouse pressed event.
 *
 * @param e  the event.
 */
public void mousePressed(final MouseEvent e) {
  maybeShowPopup(e);
}
origin: org.jfree/jcommon

/**
 * Creates a new library panel for the specified project.
 *
 * @param projectInfo  the project information.
 */
public LibraryPanel(final ProjectInfo projectInfo) {
  this(getLibraries(projectInfo));
}
origin: jfree/jcommon

  public void actionPerformed(final ActionEvent e) {
    copySystemPropertiesToClipboard();
  }
});
origin: org.jfree/jcommon

/**
 * Returns the GPL (v2.1) text.
 *
 * @return the GPL licence text.
 */
public String getGPL() {
  return readStringResource("gpl-2.0.txt");
}
origin: org.jfree/com.springsource.org.jfree

  /**
   * Constructs a library reference from a ProjectInfo object.
   *
   * @param project  information about a project.
   */
  public Library(final ProjectInfo project) {

    this(project.getName(), project.getVersion(),
       project.getLicenceName(), project.getInfo());
  }
}
origin: org.jfree/com.springsource.org.jfree

/**
 * Mouse released event.
 *
 * @param e  the event.
 */
public void mouseReleased(final MouseEvent e) {
  maybeShowPopup(e);
}
origin: org.jfree/com.springsource.org.jfree

/**
 * Returns a reference to this class.
 *
 * @return the instance reference.
 */
public static Licences getInstance() {
  if (singleton == null) {
    singleton = new Licences();
  }
  return singleton;
}
origin: jfree/jcommon

/**
 * Creates a new library panel for the specified project.
 *
 * @param projectInfo  the project information.
 */
public LibraryPanel(final ProjectInfo projectInfo) {
  this(getLibraries(projectInfo));
}
origin: org.jfree/jcommon

  public void actionPerformed(final ActionEvent e) {
    copySystemPropertiesToClipboard();
  }
});
origin: org.jfree/jcommon

/**
 * Returns the LGPL (v2.1) text.
 *
 * @return the LGPL licence text.
 */
public String getLGPL() {
  return readStringResource("lgpl-2.1.txt");
}
 
origin: org.jfree/jcommon

  /**
   * Constructs a library reference from a ProjectInfo object.
   *
   * @param project  information about a project.
   */
  public Library(final ProjectInfo project) {

    this(project.getName(), project.getVersion(),
       project.getLicenceName(), project.getInfo());
  }
}
origin: org.jfree/jcommon

/**
 * Mouse released event.
 *
 * @param e  the event.
 */
public void mouseReleased(final MouseEvent e) {
  maybeShowPopup(e);
}
origin: org.jfree/jcommon

/**
 * Returns a reference to the single instance of this class.  In fact,
 * there is little point to having an instance of this class, but we're
 * leaving it that way for backwards compatibility until the JCommon 
 * retirement.
 *
 * @return the instance reference.
 */
public static Licences getInstance() {
  if (singleton == null) {
    singleton = new Licences();
  }
  return singleton;
}
origin: org.jfree/com.springsource.org.jfree

public LibraryPanel(final ProjectInfo projectInfo) {
  this(getLibraries(projectInfo));
}
origin: org.jfree/com.springsource.org.jfree

  public void actionPerformed(final ActionEvent e) {
    copySystemPropertiesToClipboard();
  }
});
origin: jfree/jcommon

/**
 * Mouse released event.
 *
 * @param e  the event.
 */
public void mouseReleased(final MouseEvent e) {
  maybeShowPopup(e);
}
origin: jfree/jcommon

/**
 * Mouse pressed event.
 *
 * @param e  the event.
 */
public void mousePressed(final MouseEvent e) {
  maybeShowPopup(e);
}
origin: org.jfree/com.springsource.org.jfree

/**
 * Mouse pressed event.
 *
 * @param e  the event.
 */
public void mousePressed(final MouseEvent e) {
  maybeShowPopup(e);
}
org.jfree.ui.about

Most used classes

  • Contributor
    A simple class representing a contributor to a software project. Used in the AboutFrame class.
  • Licences
    Contains the full texts of the GNU General Public Licence and the GNU Lesser General Public Licence.
  • ProjectInfo
    A class for recording the basic information about a free or open source software project.
  • AboutDialog
    A dialog that displays information about the demonstration application.
  • AboutFrame
    A frame that displays information about the demonstration application.
  • ContributorsPanel,
  • ContributorsTableModel,
  • LibraryPanel,
  • LibraryTableModel,
  • SystemProperties,
  • SystemPropertiesFrame,
  • SystemPropertiesPanel$PopupListener,
  • SystemPropertiesPanel,
  • SystemPropertiesTableModel$SystemProperty,
  • SystemPropertiesTableModel$SystemPropertyComparator,
  • SystemPropertiesTableModel
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