Source compatibility report for the JCommon library between 0.7.3 and 0.8.0 versions

Test Info


Library NameJCommon
Version #10.7.3
Version #20.8.0

Test Results


Total Java ARchives1
Total Methods / Classes800 / 75
VerdictIncompatible
(48.4%)

Problem Summary


SeverityCount
Added Methods-387
Removed MethodsHigh387
Problems with
Data Types
High68
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods (387)


jcommon-0.8.0.jar, AboutFrame.class
package org.jfree.ui.about
AboutFrame.AboutFrame ( String p1, ProjectInfo p2 )
AboutFrame.AboutFrame ( String p1, String p2, String p3, String p4, Image p5, String p6, String p7, List p8, List p9 )
AboutFrame.getPreferredSize ( )  :  Dimension

jcommon-0.8.0.jar, AboutPanel.class
package org.jfree.ui.about
AboutPanel.AboutPanel ( String p1, String p2, String p3, String p4 )
AboutPanel.AboutPanel ( String p1, String p2, String p3, String p4, Image p5 )

jcommon-0.8.0.jar, AboutResources.class
package org.jfree.ui.about.resources
AboutResources.AboutResources ( )
AboutResources.getContents ( )  :  Object[ ][ ]

jcommon-0.8.0.jar, AboutResources_de.class
package org.jfree.ui.about.resources
AboutResources_de.AboutResources_de ( )
AboutResources_de.getContents ( )  :  Object[ ][ ]

jcommon-0.8.0.jar, AboutResources_es.class
package org.jfree.ui.about.resources
AboutResources_es.AboutResources_es ( )
AboutResources_es.getContents ( )  :  Object[ ][ ]

jcommon-0.8.0.jar, AboutResources_fr.class
package org.jfree.ui.about.resources
AboutResources_fr.AboutResources_fr ( )
AboutResources_fr.getContents ( )  :  Object[ ][ ]

jcommon-0.8.0.jar, AboutResources_pl.class
package org.jfree.ui.about.resources
AboutResources_pl.AboutResources_pl ( )
AboutResources_pl.getContents ( )  :  Object[ ][ ]

jcommon-0.8.0.jar, Align.class
package org.jfree.ui
Align.Align ( )
Align.align ( Rectangle2D p1, Rectangle2D p2, int p3 ) [static]  :  void

jcommon-0.8.0.jar, AnnualDateRule.class
package org.jfree.date
AnnualDateRule.AnnualDateRule ( )
AnnualDateRule.clone ( )  :  Object
AnnualDateRule.getDate ( int p1 ) [abstract]  :  SerialDate

jcommon-0.8.0.jar, ApplicationFrame.class
package org.jfree.ui
ApplicationFrame.ApplicationFrame ( String p1 )
ApplicationFrame.windowActivated ( WindowEvent p1 )  :  void
ApplicationFrame.windowClosed ( WindowEvent p1 )  :  void
ApplicationFrame.windowClosing ( WindowEvent p1 )  :  void
ApplicationFrame.windowDeactivated ( WindowEvent p1 )  :  void
ApplicationFrame.windowDeiconified ( WindowEvent p1 )  :  void
ApplicationFrame.windowIconified ( WindowEvent p1 )  :  void
ApplicationFrame.windowOpened ( WindowEvent p1 )  :  void

jcommon-0.8.0.jar, ArrowPanel.class
package org.jfree.ui
ArrowPanel.ArrowPanel ( int p1 )
ArrowPanel.paintComponent ( Graphics p1 )  :  void

jcommon-0.8.0.jar, BevelArrowIcon.class
package org.jfree.ui
BevelArrowIcon.BevelArrowIcon ( Color p1, Color p2, Color p3, int p4, int p5 )
BevelArrowIcon.BevelArrowIcon ( int p1, boolean p2, boolean p3 )
BevelArrowIcon.getIconHeight ( )  :  int
BevelArrowIcon.getIconWidth ( )  :  int
BevelArrowIcon.paintIcon ( Component p1, Graphics p2, int p3, int p4 )  :  void

jcommon-0.8.0.jar, CenterLayout.class
package org.jfree.layout
CenterLayout.addLayoutComponent ( Component p1 )  :  void
CenterLayout.addLayoutComponent ( String p1, Component p2 )  :  void
CenterLayout.CenterLayout ( )
CenterLayout.layoutContainer ( Container p1 )  :  void
CenterLayout.minimumLayoutSize ( Container p1 )  :  Dimension
CenterLayout.preferredLayoutSize ( Container p1 )  :  Dimension
CenterLayout.removeLayoutComponent ( Component p1 )  :  void
CenterLayout.removeLayoutComponent ( String p1, Component p2 )  :  void

jcommon-0.8.0.jar, Contributor.class
package org.jfree.ui.about
Contributor.Contributor ( String p1, String p2 )
Contributor.getEmail ( )  :  String
Contributor.getName ( )  :  String

jcommon-0.8.0.jar, ContributorsPanel.class
package org.jfree.ui.about
ContributorsPanel.ContributorsPanel ( List p1 )

jcommon-0.8.0.jar, ContributorsTableModel.class
package org.jfree.ui.about
ContributorsTableModel.ContributorsTableModel ( List p1 )
ContributorsTableModel.getColumnCount ( )  :  int
ContributorsTableModel.getColumnName ( int p1 )  :  String
ContributorsTableModel.getRowCount ( )  :  int
ContributorsTableModel.getValueAt ( int p1, int p2 )  :  Object

jcommon-0.8.0.jar, DateChooserPanel.class
package org.jfree.ui
DateChooserPanel.actionPerformed ( ActionEvent p1 )  :  void
DateChooserPanel.DateChooserPanel ( )
DateChooserPanel.DateChooserPanel ( Calendar p1, boolean p2 )
DateChooserPanel.getDate ( )  :  Date
DateChooserPanel.setDate ( Date p1 )  :  void

jcommon-0.8.0.jar, DateUtilities.class
package org.jfree.date
DateUtilities.createDate ( int p1, int p2, int p3 ) [static]  :  Date
DateUtilities.createDate ( int p1, int p2, int p3, int p4, int p5 ) [static]  :  Date
DateUtilities.DateUtilities ( )

jcommon-0.8.0.jar, DayAndMonthRule.class
package org.jfree.date
DayAndMonthRule.DayAndMonthRule ( )
DayAndMonthRule.DayAndMonthRule ( int p1, int p2 )
DayAndMonthRule.getDate ( int p1 )  :  SerialDate
DayAndMonthRule.getDayOfMonth ( )  :  int
DayAndMonthRule.getMonth ( )  :  int
DayAndMonthRule.setDayOfMonth ( int p1 )  :  void
DayAndMonthRule.setMonth ( int p1 )  :  void

jcommon-0.8.0.jar, DayOfWeekInMonthRule.class
package org.jfree.date
DayOfWeekInMonthRule.DayOfWeekInMonthRule ( )
DayOfWeekInMonthRule.DayOfWeekInMonthRule ( int p1, int p2, int p3 )
DayOfWeekInMonthRule.getCount ( )  :  int
DayOfWeekInMonthRule.getDate ( int p1 )  :  SerialDate
DayOfWeekInMonthRule.getDayOfWeek ( )  :  int
DayOfWeekInMonthRule.getMonth ( )  :  int
DayOfWeekInMonthRule.setCount ( int p1 )  :  void
DayOfWeekInMonthRule.setDayOfWeek ( int p1 )  :  void
DayOfWeekInMonthRule.setMonth ( int p1 )  :  void

jcommon-0.8.0.jar, Drawable.class
package org.jfree.ui
Drawable.draw ( Graphics2D p1, Rectangle2D p2 ) [abstract]  :  void

jcommon-0.8.0.jar, EasterSundayRule.class
package org.jfree.date
EasterSundayRule.EasterSundayRule ( )
EasterSundayRule.getDate ( int p1 )  :  SerialDate

jcommon-0.8.0.jar, ExtensionFileFilter.class
package org.jfree.ui
ExtensionFileFilter.accept ( File p1 )  :  boolean
ExtensionFileFilter.ExtensionFileFilter ( String p1, String p2 )
ExtensionFileFilter.getDescription ( )  :  String

jcommon-0.8.0.jar, FileUtilities.class
package org.jfree.io
FileUtilities.FileUtilities ( )
FileUtilities.findFileOnClassPath ( String p1 ) [static]  :  File

jcommon-0.8.0.jar, FontChooserDialog.class
package org.jfree.ui
FontChooserDialog.FontChooserDialog ( Dialog p1, String p2, boolean p3, Font p4 )
FontChooserDialog.FontChooserDialog ( Frame p1, String p2, boolean p3, Font p4 )
FontChooserDialog.getSelectedFont ( )  :  Font

jcommon-0.8.0.jar, FontChooserPanel.class
package org.jfree.ui
FontChooserPanel.FontChooserPanel ( Font p1 )
FontChooserPanel.getSelectedFont ( )  :  Font
FontChooserPanel.getSelectedName ( )  :  String
FontChooserPanel.getSelectedSize ( )  :  int
FontChooserPanel.getSelectedStyle ( )  :  int

jcommon-0.8.0.jar, FontDisplayField.class
package org.jfree.ui
FontDisplayField.FontDisplayField ( Font p1 )
FontDisplayField.getDisplayFont ( )  :  Font
FontDisplayField.setDisplayFont ( Font p1 )  :  void

jcommon-0.8.0.jar, FormatLayout.class
package org.jfree.layout
FormatLayout.addLayoutComponent ( Component p1 )  :  void
FormatLayout.addLayoutComponent ( String p1, Component p2 )  :  void
FormatLayout.complete ( )  :  void
FormatLayout.FormatLayout ( int p1, int[ ] p2 )
FormatLayout.layoutContainer ( Container p1 )  :  void
FormatLayout.minimumLayoutSize ( Container p1 )  :  Dimension
FormatLayout.preferredLayoutSize ( Container p1 )  :  Dimension
FormatLayout.removeLayoutComponent ( Component p1 )  :  void
FormatLayout.removeLayoutComponent ( String p1, Component p2 )  :  void
FormatLayout.updateC ( int p1, Dimension p2 )  :  void
FormatLayout.updateLC ( int p1, Dimension p2, Dimension p3 )  :  void
FormatLayout.updateLCB ( int p1, Dimension p2, Dimension p3, Dimension p4 )  :  void
FormatLayout.updateLCBLC ( int p1, Dimension p2, Dimension p3, Dimension p4, Dimension p5, Dimension p6 )  :  void
FormatLayout.updateLCBLCB ( int p1, Dimension p2, Dimension p3, Dimension p4, Dimension p5, Dimension p6, Dimension p7 )  :  void
FormatLayout.updateLCLC ( int p1, Dimension p2, Dimension p3, Dimension p4, Dimension p5 )  :  void
FormatLayout.updateLCLCB ( int p1, Dimension p2, Dimension p3, Dimension p4, Dimension p5, Dimension p6 )  :  void

jcommon-0.8.0.jar, InsetsChooserPanel.class
package org.jfree.ui
InsetsChooserPanel.getInsets ( )  :  Insets
InsetsChooserPanel.InsetsChooserPanel ( )
InsetsChooserPanel.InsetsChooserPanel ( Insets p1 )
InsetsChooserPanel.removeNotify ( )  :  void
InsetsChooserPanel.stringToInt ( String p1 )  :  int

jcommon-0.8.0.jar, InsetsTextField.class
package org.jfree.ui
InsetsTextField.formatInsetsString ( Insets p1 ) [static]  :  String
InsetsTextField.InsetsTextField ( Insets p1 )
InsetsTextField.setInsets ( Insets p1 )  :  void

jcommon-0.8.0.jar, IntegerDocument.class
package org.jfree.ui
IntegerDocument.insertString ( int p1, String p2, AttributeSet p3 )  :  void
IntegerDocument.IntegerDocument ( )

jcommon-0.8.0.jar, JCommon.class
package org.jfree
JCommon.JCommon ( )
JCommon.main ( String[ ] p1 ) [static]  :  void

jcommon-0.8.0.jar, JCommonResources.class
package org.jfree.resources
JCommonResources.getContents ( )  :  Object[ ][ ]
JCommonResources.JCommonResources ( )

jcommon-0.8.0.jar, L1R1ButtonPanel.class
package org.jfree.ui
L1R1ButtonPanel.getLeftButton ( )  :  JButton
L1R1ButtonPanel.getRightButton ( )  :  JButton
L1R1ButtonPanel.L1R1ButtonPanel ( String p1, String p2 )

jcommon-0.8.0.jar, L1R2ButtonPanel.class
package org.jfree.ui
L1R2ButtonPanel.getLeftButton ( )  :  JButton
L1R2ButtonPanel.getRightButton1 ( )  :  JButton
L1R2ButtonPanel.getRightButton2 ( )  :  JButton
L1R2ButtonPanel.L1R2ButtonPanel ( String p1, String p2, String p3 )

jcommon-0.8.0.jar, L1R3ButtonPanel.class
package org.jfree.ui
L1R3ButtonPanel.getLeftButton ( )  :  JButton
L1R3ButtonPanel.getRightButton1 ( )  :  JButton
L1R3ButtonPanel.getRightButton2 ( )  :  JButton
L1R3ButtonPanel.getRightButton3 ( )  :  JButton
L1R3ButtonPanel.L1R3ButtonPanel ( String p1, String p2, String p3, String p4 )

jcommon-0.8.0.jar, LCBLayout.class
package org.jfree.layout
LCBLayout.addLayoutComponent ( Component p1 )  :  void
LCBLayout.addLayoutComponent ( String p1, Component p2 )  :  void
LCBLayout.layoutContainer ( Container p1 )  :  void
LCBLayout.LCBLayout ( int p1 )
LCBLayout.minimumLayoutSize ( Container p1 )  :  Dimension
LCBLayout.preferredLayoutSize ( Container p1 )  :  Dimension
LCBLayout.removeLayoutComponent ( Component p1 )  :  void
LCBLayout.removeLayoutComponent ( String p1, Component p2 )  :  void

jcommon-0.8.0.jar, Library.class
package org.jfree.ui.about
Library.getInfo ( )  :  String
Library.getLicence ( )  :  String
Library.getName ( )  :  String
Library.getVersion ( )  :  String
Library.Library ( ProjectInfo p1 )
Library.Library ( String p1, String p2, String p3, String p4 )

jcommon-0.8.0.jar, LibraryPanel.class
package org.jfree.ui.about
LibraryPanel.LibraryPanel ( List p1 )

jcommon-0.8.0.jar, LibraryTableModel.class
package org.jfree.ui.about
LibraryTableModel.getColumnCount ( )  :  int
LibraryTableModel.getColumnName ( int p1 )  :  String
LibraryTableModel.getRowCount ( )  :  int
LibraryTableModel.getValueAt ( int p1, int p2 )  :  Object
LibraryTableModel.LibraryTableModel ( List p1 )

jcommon-0.8.0.jar, Licences.class
package org.jfree.ui.about
Licences.Licences ( )

jcommon-0.8.0.jar, NumberCellRenderer.class
package org.jfree.ui
NumberCellRenderer.getTableCellRendererComponent ( JTable p1, Object p2, boolean p3, boolean p4, int p5, int p6 )  :  Component
NumberCellRenderer.NumberCellRenderer ( )

jcommon-0.8.0.jar, ObjectUtils.class
package org.jfree.util
ObjectUtils.equalOrBothNull ( Object p1, Object p2 ) [static]  :  boolean
ObjectUtils.ObjectUtils ( )

jcommon-0.8.0.jar, PaintSample.class
package org.jfree.ui
PaintSample.getPaint ( )  :  Paint
PaintSample.getPreferredSize ( )  :  Dimension
PaintSample.paintComponent ( Graphics p1 )  :  void
PaintSample.PaintSample ( Paint p1 )
PaintSample.setPaint ( Paint p1 )  :  void

jcommon-0.8.0.jar, ProjectInfo.class
package org.jfree.ui.about
ProjectInfo.getContributors ( )  :  List
ProjectInfo.getCopyright ( )  :  String
ProjectInfo.getInfo ( )  :  String
ProjectInfo.getLibraries ( )  :  List
ProjectInfo.getLicenceName ( )  :  String
ProjectInfo.getLicenceText ( )  :  String
ProjectInfo.getLogo ( )  :  Image
ProjectInfo.getName ( )  :  String
ProjectInfo.getVersion ( )  :  String
ProjectInfo.ProjectInfo ( )
ProjectInfo.ProjectInfo ( String p1, String p2, String p3, Image p4, String p5, String p6, String p7 )
ProjectInfo.setContributors ( List p1 )  :  void
ProjectInfo.setCopyright ( String p1 )  :  void
ProjectInfo.setInfo ( String p1 )  :  void
ProjectInfo.setLibraries ( List p1 )  :  void
ProjectInfo.setLicenceName ( String p1 )  :  void
ProjectInfo.setLicenceText ( String p1 )  :  void
ProjectInfo.setLogo ( Image p1 )  :  void
ProjectInfo.setName ( String p1 )  :  void
ProjectInfo.setVersion ( String p1 )  :  void
ProjectInfo.toString ( )  :  String

jcommon-0.8.0.jar, ReaderWriterLock.class
package org.jfree.threads
ReaderWriterLock.lockRead ( )  :  void
ReaderWriterLock.lockWrite ( )  :  void
ReaderWriterLock.ReaderWriterLock ( )
ReaderWriterLock.unlock ( )  :  void

jcommon-0.8.0.jar, RefineryUtilities.class
package org.jfree.ui
RefineryUtilities.centerDialogInParent ( Dialog p1 ) [static]  :  void
RefineryUtilities.centerFrameOnScreen ( Window p1 ) [static]  :  void
RefineryUtilities.createJButton ( String p1, Font p2 ) [static]  :  JButton
RefineryUtilities.createJLabel ( String p1, Font p2 ) [static]  :  JLabel
RefineryUtilities.createJLabel ( String p1, Font p2, Color p3 ) [static]  :  JLabel
RefineryUtilities.createTablePanel ( TableModel p1 ) [static]  :  JPanel
RefineryUtilities.drawRotatedString ( String p1, Graphics2D p2, float p3, float p4, double p5 ) [static]  :  void
RefineryUtilities.getPointInRectangle ( double p1, double p2, Rectangle2D p3 ) [static]  :  Point2D
RefineryUtilities.positionDialogRelativeToParent ( Dialog p1, double p2, double p3 ) [static]  :  void
RefineryUtilities.positionFrameOnScreen ( Window p1, double p2, double p3 ) [static]  :  void
RefineryUtilities.positionFrameRandomly ( Window p1 ) [static]  :  void
RefineryUtilities.RefineryUtilities ( )
RefineryUtilities.setUseDrawRotatedStringWorkaround ( boolean p1 ) [static]  :  void

jcommon-0.8.0.jar, RelativeDayOfWeekRule.class
package org.jfree.date
RelativeDayOfWeekRule.clone ( )  :  Object
RelativeDayOfWeekRule.getDate ( int p1 )  :  SerialDate
RelativeDayOfWeekRule.getDayOfWeek ( )  :  int
RelativeDayOfWeekRule.getRelative ( )  :  int
RelativeDayOfWeekRule.getSubrule ( )  :  AnnualDateRule
RelativeDayOfWeekRule.RelativeDayOfWeekRule ( )
RelativeDayOfWeekRule.RelativeDayOfWeekRule ( AnnualDateRule p1, int p2, int p3 )
RelativeDayOfWeekRule.setDayOfWeek ( int p1 )  :  void
RelativeDayOfWeekRule.setRelative ( int p1 )  :  void
RelativeDayOfWeekRule.setSubrule ( AnnualDateRule p1 )  :  void

jcommon-0.8.0.jar, SerialDate.class
package org.jfree.date
SerialDate.addDays ( int p1, SerialDate p2 ) [static]  :  SerialDate
SerialDate.addMonths ( int p1, SerialDate p2 ) [static]  :  SerialDate
SerialDate.addYears ( int p1, SerialDate p2 ) [static]  :  SerialDate
SerialDate.compare ( SerialDate p1 ) [abstract]  :  int
SerialDate.createInstance ( Date p1 ) [static]  :  SerialDate
SerialDate.createInstance ( int p1 ) [static]  :  SerialDate
SerialDate.createInstance ( int p1, int p2, int p3 ) [static]  :  SerialDate
SerialDate.getDayOfMonth ( ) [abstract]  :  int
SerialDate.getDayOfWeek ( ) [abstract]  :  int
SerialDate.getDescription ( )  :  String
SerialDate.getEndOfCurrentMonth ( SerialDate p1 )  :  SerialDate
SerialDate.getFollowingDayOfWeek ( int p1 )  :  SerialDate
SerialDate.getFollowingDayOfWeek ( int p1, SerialDate p2 ) [static]  :  SerialDate
SerialDate.getMonth ( ) [abstract]  :  int
SerialDate.getMonths ( ) [static]  :  String[ ]
SerialDate.getMonths ( boolean p1 ) [static]  :  String[ ]
SerialDate.getNearestDayOfWeek ( int p1 )  :  SerialDate
SerialDate.getNearestDayOfWeek ( int p1, SerialDate p2 ) [static]  :  SerialDate
SerialDate.getPreviousDayOfWeek ( int p1 )  :  SerialDate
SerialDate.getPreviousDayOfWeek ( int p1, SerialDate p2 ) [static]  :  SerialDate
SerialDate.getYYYY ( ) [abstract]  :  int
SerialDate.isAfter ( SerialDate p1 ) [abstract]  :  boolean
SerialDate.isBefore ( SerialDate p1 ) [abstract]  :  boolean
SerialDate.isInRange ( SerialDate p1, SerialDate p2 ) [abstract]  :  boolean
SerialDate.isInRange ( SerialDate p1, SerialDate p2, int p3 ) [abstract]  :  boolean
SerialDate.isLeapYear ( int p1 ) [static]  :  boolean
SerialDate.isOn ( SerialDate p1 ) [abstract]  :  boolean
SerialDate.isOnOrAfter ( SerialDate p1 ) [abstract]  :  boolean
SerialDate.isOnOrBefore ( SerialDate p1 ) [abstract]  :  boolean
SerialDate.isValidMonthCode ( int p1 ) [static]  :  boolean
SerialDate.isValidWeekdayCode ( int p1 ) [static]  :  boolean
SerialDate.isValidWeekInMonthCode ( int p1 ) [static]  :  boolean
SerialDate.lastDayOfMonth ( int p1, int p2 ) [static]  :  int
SerialDate.leapYearCount ( int p1 ) [static]  :  int
SerialDate.monthCodeToQuarter ( int p1 ) [static]  :  int
SerialDate.monthCodeToString ( int p1 ) [static]  :  String
SerialDate.monthCodeToString ( int p1, boolean p2 ) [static]  :  String
SerialDate.relativeToString ( int p1 ) [static]  :  String
SerialDate.SerialDate ( )
SerialDate.setDescription ( String p1 )  :  void
SerialDate.stringToMonthCode ( String p1 ) [static]  :  int
SerialDate.stringToWeekdayCode ( String p1 ) [static]  :  int
SerialDate.toDate ( ) [abstract]  :  Date
SerialDate.toSerial ( ) [abstract]  :  int
SerialDate.toString ( )  :  String
SerialDate.weekdayCodeToString ( int p1 ) [static]  :  String
SerialDate.weekInMonthToString ( int p1 ) [static]  :  String

jcommon-0.8.0.jar, SerialDateChooserPanel.class
package org.jfree.ui
SerialDateChooserPanel.actionPerformed ( ActionEvent p1 )  :  void
SerialDateChooserPanel.getButtonColor ( SerialDate p1 )  :  Color
SerialDateChooserPanel.getDate ( )  :  SerialDate
SerialDateChooserPanel.getFirstVisibleDate ( )  :  SerialDate
SerialDateChooserPanel.refreshButtons ( )  :  void
SerialDateChooserPanel.SerialDateChooserPanel ( )
SerialDateChooserPanel.SerialDateChooserPanel ( SerialDate p1, boolean p2 )
SerialDateChooserPanel.SerialDateChooserPanel ( SerialDate p1, boolean p2, Color p3, Color p4 )
SerialDateChooserPanel.setDate ( SerialDate p1 )  :  void

jcommon-0.8.0.jar, SerialDateUtilities.class
package org.jfree.date
SerialDateUtilities.countFeb29s ( SerialDate p1, SerialDate p2 ) [static]  :  int
SerialDateUtilities.dayCount30 ( SerialDate p1, SerialDate p2 ) [static]  :  int
SerialDateUtilities.dayCount30E ( SerialDate p1, SerialDate p2 ) [static]  :  int
SerialDateUtilities.dayCount30ISDA ( SerialDate p1, SerialDate p2 ) [static]  :  int
SerialDateUtilities.dayCount30PSA ( SerialDate p1, SerialDate p2 ) [static]  :  int
SerialDateUtilities.dayCountActual ( SerialDate p1, SerialDate p2 ) [static]  :  int
SerialDateUtilities.getMonths ( )  :  String[ ]
SerialDateUtilities.getWeekdays ( )  :  String[ ]
SerialDateUtilities.isLastDayOfFebruary ( SerialDate p1 ) [static]  :  boolean
SerialDateUtilities.SerialDateUtilities ( )
SerialDateUtilities.stringToWeekday ( String p1 )  :  int

jcommon-0.8.0.jar, SerialUtilities.class
package org.jfree.io
SerialUtilities.readPaint ( ObjectInputStream p1 ) [static]  :  Paint
SerialUtilities.readShape ( ObjectInputStream p1 ) [static]  :  Shape
SerialUtilities.readStroke ( ObjectInputStream p1 ) [static]  :  Stroke
SerialUtilities.SerialUtilities ( )
SerialUtilities.writePaint ( Paint p1, ObjectOutputStream p2 ) [static]  :  void
SerialUtilities.writeShape ( Shape p1, ObjectOutputStream p2 ) [static]  :  void
SerialUtilities.writeStroke ( Stroke p1, ObjectOutputStream p2 ) [static]  :  void

jcommon-0.8.0.jar, Size2D.class
package org.jfree.ui
Size2D.getHeight ( )  :  double
Size2D.getWidth ( )  :  double
Size2D.Size2D ( double p1, double p2 )

jcommon-0.8.0.jar, SortableTable.class
package org.jfree.ui
SortableTable.setSortableModel ( SortableTableModel p1 )  :  void
SortableTable.SortableTable ( SortableTableModel p1 )

jcommon-0.8.0.jar, SortableTableHeaderListener.class
package org.jfree.ui
SortableTableHeaderListener.mouseClicked ( MouseEvent p1 )  :  void
SortableTableHeaderListener.mouseDragged ( MouseEvent p1 )  :  void
SortableTableHeaderListener.mouseEntered ( MouseEvent p1 )  :  void
SortableTableHeaderListener.mouseExited ( MouseEvent p1 )  :  void
SortableTableHeaderListener.mouseMoved ( MouseEvent p1 )  :  void
SortableTableHeaderListener.mousePressed ( MouseEvent p1 )  :  void
SortableTableHeaderListener.mouseReleased ( MouseEvent p1 )  :  void
SortableTableHeaderListener.setTableModel ( SortableTableModel p1 )  :  void
SortableTableHeaderListener.SortableTableHeaderListener ( SortableTableModel p1, SortButtonRenderer p2 )

jcommon-0.8.0.jar, SortableTableModel.class
package org.jfree.ui
SortableTableModel.getAscending ( )  :  boolean
SortableTableModel.getSortingColumn ( )  :  int
SortableTableModel.isSortable ( int p1 )  :  boolean
SortableTableModel.setAscending ( boolean p1 )  :  void
SortableTableModel.SortableTableModel ( )
SortableTableModel.sortByColumn ( int p1, boolean p2 )  :  void

jcommon-0.8.0.jar, SortButtonRenderer.class
package org.jfree.ui
SortButtonRenderer.getTableCellRendererComponent ( JTable p1, Object p2, boolean p3, boolean p4, int p5, int p6 )  :  Component
SortButtonRenderer.setPressedColumn ( int p1 )  :  void
SortButtonRenderer.SortButtonRenderer ( )

jcommon-0.8.0.jar, Spinner.class
package org.jfree.ui
Spinner.getValue ( )  :  int
Spinner.mouseClicked ( MouseEvent p1 )  :  void
Spinner.mouseEntered ( MouseEvent p1 )  :  void
Spinner.mouseExited ( MouseEvent p1 )  :  void
Spinner.mousePressed ( MouseEvent p1 )  :  void
Spinner.mouseReleased ( MouseEvent p1 )  :  void
Spinner.Spinner ( int p1 )

jcommon-0.8.0.jar, SpreadsheetDate.class
package org.jfree.date
SpreadsheetDate.compare ( SerialDate p1 )  :  int
SpreadsheetDate.equals ( Object p1 )  :  boolean
SpreadsheetDate.getDayOfMonth ( )  :  int
SpreadsheetDate.getDayOfWeek ( )  :  int
SpreadsheetDate.getDescription ( )  :  String
SpreadsheetDate.getMonth ( )  :  int
SpreadsheetDate.getYYYY ( )  :  int
SpreadsheetDate.isAfter ( SerialDate p1 )  :  boolean
SpreadsheetDate.isBefore ( SerialDate p1 )  :  boolean
SpreadsheetDate.isInRange ( SerialDate p1, SerialDate p2 )  :  boolean
SpreadsheetDate.isInRange ( SerialDate p1, SerialDate p2, int p3 )  :  boolean
SpreadsheetDate.isOn ( SerialDate p1 )  :  boolean
SpreadsheetDate.isOnOrAfter ( SerialDate p1 )  :  boolean
SpreadsheetDate.isOnOrBefore ( SerialDate p1 )  :  boolean
SpreadsheetDate.setDescription ( String p1 )  :  void
SpreadsheetDate.SpreadsheetDate ( int p1 )
SpreadsheetDate.SpreadsheetDate ( int p1, int p2, int p3 )
SpreadsheetDate.toDate ( )  :  Date
SpreadsheetDate.toSerial ( )  :  int

jcommon-0.8.0.jar, StandardDialog.class
package org.jfree.ui
StandardDialog.actionPerformed ( ActionEvent p1 )  :  void
StandardDialog.createButtonPanel ( )  :  JPanel
StandardDialog.isCancelled ( )  :  boolean
StandardDialog.StandardDialog ( Dialog p1, String p2, boolean p3 )
StandardDialog.StandardDialog ( Frame p1, String p2, boolean p3 )

jcommon-0.8.0.jar, StrokeChooserPanel.class
package org.jfree.ui
StrokeChooserPanel.getSelectedStroke ( )  :  Stroke
StrokeChooserPanel.StrokeChooserPanel ( StrokeSample p1, StrokeSample[ ] p2 )

jcommon-0.8.0.jar, StrokeSample.class
package org.jfree.ui
StrokeSample.getListCellRendererComponent ( JList p1, Object p2, int p3, boolean p4, boolean p5 )  :  Component
StrokeSample.getPreferredSize ( )  :  Dimension
StrokeSample.getStroke ( )  :  Stroke
StrokeSample.paintComponent ( Graphics p1 )  :  void
StrokeSample.setStroke ( Stroke p1 )  :  void
StrokeSample.StrokeSample ( Stroke p1 )

jcommon-0.8.0.jar, SystemProperties.class
package org.jfree.ui.about
SystemProperties.createSystemPropertiesTable ( ) [static]  :  SortableTable
SystemProperties.SystemProperties ( )

jcommon-0.8.0.jar, SystemPropertiesFrame.class
package org.jfree.ui.about
SystemPropertiesFrame.actionPerformed ( ActionEvent p1 )  :  void
SystemPropertiesFrame.SystemPropertiesFrame ( boolean p1 )

jcommon-0.8.0.jar, SystemPropertiesPanel.class
package org.jfree.ui.about
SystemPropertiesPanel.copySystemPropertiesToClipboard ( )  :  void
SystemPropertiesPanel.SystemPropertiesPanel ( )

jcommon-0.8.0.jar, SystemPropertiesTableModel.class
package org.jfree.ui.about
SystemPropertiesTableModel.getColumnCount ( )  :  int
SystemPropertiesTableModel.getColumnName ( int p1 )  :  String
SystemPropertiesTableModel.getRowCount ( )  :  int
SystemPropertiesTableModel.getValueAt ( int p1, int p2 )  :  Object
SystemPropertiesTableModel.isSortable ( int p1 )  :  boolean
SystemPropertiesTableModel.sortByColumn ( int p1, boolean p2 )  :  void
SystemPropertiesTableModel.SystemPropertiesTableModel ( )

jcommon-0.8.0.jar, WizardDialog.class
package org.jfree.ui
WizardDialog.actionPerformed ( ActionEvent p1 )  :  void
WizardDialog.canDoNextPanel ( )  :  boolean
WizardDialog.canDoPreviousPanel ( )  :  boolean
WizardDialog.canFinish ( )  :  boolean
WizardDialog.createContent ( )  :  JPanel
WizardDialog.finish ( )  :  void
WizardDialog.getResult ( )  :  Object
WizardDialog.getStepCount ( )  :  int
WizardDialog.getWizardPanel ( int p1 )  :  WizardPanel
WizardDialog.isCancelled ( )  :  boolean
WizardDialog.next ( )  :  void
WizardDialog.previous ( )  :  void
WizardDialog.WizardDialog ( JDialog p1, boolean p2, String p3, WizardPanel p4 )
WizardDialog.WizardDialog ( JFrame p1, boolean p2, String p3, WizardPanel p4 )

jcommon-0.8.0.jar, WizardPanel.class
package org.jfree.ui
WizardPanel.canFinish ( ) [abstract]  :  boolean
WizardPanel.canRedisplayNextPanel ( ) [abstract]  :  boolean
WizardPanel.getNextPanel ( ) [abstract]  :  WizardPanel
WizardPanel.getOwner ( )  :  WizardDialog
WizardPanel.getResult ( )  :  Object
WizardPanel.hasNextPanel ( ) [abstract]  :  boolean
WizardPanel.returnFromLaterStep ( ) [abstract]  :  void
WizardPanel.setOwner ( WizardDialog p1 )  :  void
WizardPanel.WizardPanel ( LayoutManager p1 )

to the top

Removed Methods (387)


jcommon-0.7.3.jar, AboutFrame.class
package com.jrefinery.ui.about
AboutFrame.AboutFrame ( String p1, ProjectInfo p2 )
AboutFrame.AboutFrame ( String p1, String p2, String p3, String p4, Image p5, String p6, String p7, List p8, List p9 )
AboutFrame.getPreferredSize ( )  :  Dimension

jcommon-0.7.3.jar, AboutPanel.class
package com.jrefinery.ui.about
AboutPanel.AboutPanel ( String p1, String p2, String p3, String p4 )
AboutPanel.AboutPanel ( String p1, String p2, String p3, String p4, Image p5 )

jcommon-0.7.3.jar, AboutResources.class
package com.jrefinery.ui.about.resources
AboutResources.AboutResources ( )
AboutResources.getContents ( )  :  Object[ ][ ]

jcommon-0.7.3.jar, AboutResources_de.class
package com.jrefinery.ui.about.resources
AboutResources_de.AboutResources_de ( )
AboutResources_de.getContents ( )  :  Object[ ][ ]

jcommon-0.7.3.jar, AboutResources_es.class
package com.jrefinery.ui.about.resources
AboutResources_es.AboutResources_es ( )
AboutResources_es.getContents ( )  :  Object[ ][ ]

jcommon-0.7.3.jar, AboutResources_fr.class
package com.jrefinery.ui.about.resources
AboutResources_fr.AboutResources_fr ( )
AboutResources_fr.getContents ( )  :  Object[ ][ ]

jcommon-0.7.3.jar, AboutResources_pl.class
package com.jrefinery.ui.about.resources
AboutResources_pl.AboutResources_pl ( )
AboutResources_pl.getContents ( )  :  Object[ ][ ]

jcommon-0.7.3.jar, Align.class
package com.jrefinery.ui
Align.Align ( )
Align.align ( Rectangle2D p1, Rectangle2D p2, int p3 ) [static]  :  void

jcommon-0.7.3.jar, AnnualDateRule.class
package com.jrefinery.date
AnnualDateRule.AnnualDateRule ( )
AnnualDateRule.clone ( )  :  Object
AnnualDateRule.getDate ( int p1 ) [abstract]  :  SerialDate

jcommon-0.7.3.jar, ApplicationFrame.class
package com.jrefinery.ui
ApplicationFrame.ApplicationFrame ( String p1 )
ApplicationFrame.windowActivated ( WindowEvent p1 )  :  void
ApplicationFrame.windowClosed ( WindowEvent p1 )  :  void
ApplicationFrame.windowClosing ( WindowEvent p1 )  :  void
ApplicationFrame.windowDeactivated ( WindowEvent p1 )  :  void
ApplicationFrame.windowDeiconified ( WindowEvent p1 )  :  void
ApplicationFrame.windowIconified ( WindowEvent p1 )  :  void
ApplicationFrame.windowOpened ( WindowEvent p1 )  :  void

jcommon-0.7.3.jar, ArrowPanel.class
package com.jrefinery.ui
ArrowPanel.ArrowPanel ( int p1 )
ArrowPanel.paintComponent ( Graphics p1 )  :  void

jcommon-0.7.3.jar, BevelArrowIcon.class
package com.jrefinery.ui
BevelArrowIcon.BevelArrowIcon ( Color p1, Color p2, Color p3, int p4, int p5 )
BevelArrowIcon.BevelArrowIcon ( int p1, boolean p2, boolean p3 )
BevelArrowIcon.getIconHeight ( )  :  int
BevelArrowIcon.getIconWidth ( )  :  int
BevelArrowIcon.paintIcon ( Component p1, Graphics p2, int p3, int p4 )  :  void

jcommon-0.7.3.jar, CenterLayout.class
package com.jrefinery.layout
CenterLayout.addLayoutComponent ( Component p1 )  :  void
CenterLayout.addLayoutComponent ( String p1, Component p2 )  :  void
CenterLayout.CenterLayout ( )
CenterLayout.layoutContainer ( Container p1 )  :  void
CenterLayout.minimumLayoutSize ( Container p1 )  :  Dimension
CenterLayout.preferredLayoutSize ( Container p1 )  :  Dimension
CenterLayout.removeLayoutComponent ( Component p1 )  :  void
CenterLayout.removeLayoutComponent ( String p1, Component p2 )  :  void

jcommon-0.7.3.jar, Contributor.class
package com.jrefinery.ui.about
Contributor.Contributor ( String p1, String p2 )
Contributor.getEmail ( )  :  String
Contributor.getName ( )  :  String

jcommon-0.7.3.jar, ContributorsPanel.class
package com.jrefinery.ui.about
ContributorsPanel.ContributorsPanel ( List p1 )

jcommon-0.7.3.jar, ContributorsTableModel.class
package com.jrefinery.ui.about
ContributorsTableModel.ContributorsTableModel ( List p1 )
ContributorsTableModel.getColumnCount ( )  :  int
ContributorsTableModel.getColumnName ( int p1 )  :  String
ContributorsTableModel.getRowCount ( )  :  int
ContributorsTableModel.getValueAt ( int p1, int p2 )  :  Object

jcommon-0.7.3.jar, DateChooserPanel.class
package com.jrefinery.ui
DateChooserPanel.actionPerformed ( ActionEvent p1 )  :  void
DateChooserPanel.DateChooserPanel ( )
DateChooserPanel.DateChooserPanel ( Calendar p1, boolean p2 )
DateChooserPanel.getDate ( )  :  Date
DateChooserPanel.setDate ( Date p1 )  :  void

jcommon-0.7.3.jar, DateUtilities.class
package com.jrefinery.date
DateUtilities.createDate ( int p1, int p2, int p3 ) [static]  :  Date
DateUtilities.createDate ( int p1, int p2, int p3, int p4, int p5 ) [static]  :  Date
DateUtilities.DateUtilities ( )

jcommon-0.7.3.jar, DayAndMonthRule.class
package com.jrefinery.date
DayAndMonthRule.DayAndMonthRule ( )
DayAndMonthRule.DayAndMonthRule ( int p1, int p2 )
DayAndMonthRule.getDate ( int p1 )  :  SerialDate
DayAndMonthRule.getDayOfMonth ( )  :  int
DayAndMonthRule.getMonth ( )  :  int
DayAndMonthRule.setDayOfMonth ( int p1 )  :  void
DayAndMonthRule.setMonth ( int p1 )  :  void

jcommon-0.7.3.jar, DayOfWeekInMonthRule.class
package com.jrefinery.date
DayOfWeekInMonthRule.DayOfWeekInMonthRule ( )
DayOfWeekInMonthRule.DayOfWeekInMonthRule ( int p1, int p2, int p3 )
DayOfWeekInMonthRule.getCount ( )  :  int
DayOfWeekInMonthRule.getDate ( int p1 )  :  SerialDate
DayOfWeekInMonthRule.getDayOfWeek ( )  :  int
DayOfWeekInMonthRule.getMonth ( )  :  int
DayOfWeekInMonthRule.setCount ( int p1 )  :  void
DayOfWeekInMonthRule.setDayOfWeek ( int p1 )  :  void
DayOfWeekInMonthRule.setMonth ( int p1 )  :  void

jcommon-0.7.3.jar, Drawable.class
package com.jrefinery.ui
Drawable.draw ( Graphics2D p1, Rectangle2D p2 ) [abstract]  :  void

jcommon-0.7.3.jar, EasterSundayRule.class
package com.jrefinery.date
EasterSundayRule.EasterSundayRule ( )
EasterSundayRule.getDate ( int p1 )  :  SerialDate

jcommon-0.7.3.jar, ExtensionFileFilter.class
package com.jrefinery.ui
ExtensionFileFilter.accept ( File p1 )  :  boolean
ExtensionFileFilter.ExtensionFileFilter ( String p1, String p2 )
ExtensionFileFilter.getDescription ( )  :  String

jcommon-0.7.3.jar, FileUtilities.class
package com.jrefinery.io
FileUtilities.FileUtilities ( )
FileUtilities.findFileOnClassPath ( String p1 ) [static]  :  File

jcommon-0.7.3.jar, FontChooserDialog.class
package com.jrefinery.ui
FontChooserDialog.FontChooserDialog ( Dialog p1, String p2, boolean p3, Font p4 )
FontChooserDialog.FontChooserDialog ( Frame p1, String p2, boolean p3, Font p4 )
FontChooserDialog.getSelectedFont ( )  :  Font

jcommon-0.7.3.jar, FontChooserPanel.class
package com.jrefinery.ui
FontChooserPanel.FontChooserPanel ( Font p1 )
FontChooserPanel.getSelectedFont ( )  :  Font
FontChooserPanel.getSelectedName ( )  :  String
FontChooserPanel.getSelectedSize ( )  :  int
FontChooserPanel.getSelectedStyle ( )  :  int

jcommon-0.7.3.jar, FontDisplayField.class
package com.jrefinery.ui
FontDisplayField.FontDisplayField ( Font p1 )
FontDisplayField.getDisplayFont ( )  :  Font
FontDisplayField.setDisplayFont ( Font p1 )  :  void

jcommon-0.7.3.jar, FormatLayout.class
package com.jrefinery.layout
FormatLayout.addLayoutComponent ( Component p1 )  :  void
FormatLayout.addLayoutComponent ( String p1, Component p2 )  :  void
FormatLayout.complete ( )  :  void
FormatLayout.FormatLayout ( int p1, int[ ] p2 )
FormatLayout.layoutContainer ( Container p1 )  :  void
FormatLayout.minimumLayoutSize ( Container p1 )  :  Dimension
FormatLayout.preferredLayoutSize ( Container p1 )  :  Dimension
FormatLayout.removeLayoutComponent ( Component p1 )  :  void
FormatLayout.removeLayoutComponent ( String p1, Component p2 )  :  void
FormatLayout.updateC ( int p1, Dimension p2 )  :  void
FormatLayout.updateLC ( int p1, Dimension p2, Dimension p3 )  :  void
FormatLayout.updateLCB ( int p1, Dimension p2, Dimension p3, Dimension p4 )  :  void
FormatLayout.updateLCBLC ( int p1, Dimension p2, Dimension p3, Dimension p4, Dimension p5, Dimension p6 )  :  void
FormatLayout.updateLCBLCB ( int p1, Dimension p2, Dimension p3, Dimension p4, Dimension p5, Dimension p6, Dimension p7 )  :  void
FormatLayout.updateLCLC ( int p1, Dimension p2, Dimension p3, Dimension p4, Dimension p5 )  :  void
FormatLayout.updateLCLCB ( int p1, Dimension p2, Dimension p3, Dimension p4, Dimension p5, Dimension p6 )  :  void

jcommon-0.7.3.jar, InsetsChooserPanel.class
package com.jrefinery.ui
InsetsChooserPanel.getInsets ( )  :  Insets
InsetsChooserPanel.InsetsChooserPanel ( )
InsetsChooserPanel.InsetsChooserPanel ( Insets p1 )
InsetsChooserPanel.removeNotify ( )  :  void
InsetsChooserPanel.stringToInt ( String p1 )  :  int

jcommon-0.7.3.jar, InsetsTextField.class
package com.jrefinery.ui
InsetsTextField.formatInsetsString ( Insets p1 ) [static]  :  String
InsetsTextField.InsetsTextField ( Insets p1 )
InsetsTextField.setInsets ( Insets p1 )  :  void

jcommon-0.7.3.jar, IntegerDocument.class
package com.jrefinery.ui
IntegerDocument.insertString ( int p1, String p2, AttributeSet p3 )  :  void
IntegerDocument.IntegerDocument ( )

jcommon-0.7.3.jar, JCommon.class
package com.jrefinery
JCommon.JCommon ( )
JCommon.main ( String[ ] p1 ) [static]  :  void

jcommon-0.7.3.jar, JCommonResources.class
package com.jrefinery.resources
JCommonResources.getContents ( )  :  Object[ ][ ]
JCommonResources.JCommonResources ( )

jcommon-0.7.3.jar, L1R1ButtonPanel.class
package com.jrefinery.ui
L1R1ButtonPanel.getLeftButton ( )  :  JButton
L1R1ButtonPanel.getRightButton ( )  :  JButton
L1R1ButtonPanel.L1R1ButtonPanel ( String p1, String p2 )

jcommon-0.7.3.jar, L1R2ButtonPanel.class
package com.jrefinery.ui
L1R2ButtonPanel.getLeftButton ( )  :  JButton
L1R2ButtonPanel.getRightButton1 ( )  :  JButton
L1R2ButtonPanel.getRightButton2 ( )  :  JButton
L1R2ButtonPanel.L1R2ButtonPanel ( String p1, String p2, String p3 )

jcommon-0.7.3.jar, L1R3ButtonPanel.class
package com.jrefinery.ui
L1R3ButtonPanel.getLeftButton ( )  :  JButton
L1R3ButtonPanel.getRightButton1 ( )  :  JButton
L1R3ButtonPanel.getRightButton2 ( )  :  JButton
L1R3ButtonPanel.getRightButton3 ( )  :  JButton
L1R3ButtonPanel.L1R3ButtonPanel ( String p1, String p2, String p3, String p4 )

jcommon-0.7.3.jar, LCBLayout.class
package com.jrefinery.layout
LCBLayout.addLayoutComponent ( Component p1 )  :  void
LCBLayout.addLayoutComponent ( String p1, Component p2 )  :  void
LCBLayout.layoutContainer ( Container p1 )  :  void
LCBLayout.LCBLayout ( int p1 )
LCBLayout.minimumLayoutSize ( Container p1 )  :  Dimension
LCBLayout.preferredLayoutSize ( Container p1 )  :  Dimension
LCBLayout.removeLayoutComponent ( Component p1 )  :  void
LCBLayout.removeLayoutComponent ( String p1, Component p2 )  :  void

jcommon-0.7.3.jar, Library.class
package com.jrefinery.ui.about
Library.getInfo ( )  :  String
Library.getLicence ( )  :  String
Library.getName ( )  :  String
Library.getVersion ( )  :  String
Library.Library ( ProjectInfo p1 )
Library.Library ( String p1, String p2, String p3, String p4 )

jcommon-0.7.3.jar, LibraryPanel.class
package com.jrefinery.ui.about
LibraryPanel.LibraryPanel ( List p1 )

jcommon-0.7.3.jar, LibraryTableModel.class
package com.jrefinery.ui.about
LibraryTableModel.getColumnCount ( )  :  int
LibraryTableModel.getColumnName ( int p1 )  :  String
LibraryTableModel.getRowCount ( )  :  int
LibraryTableModel.getValueAt ( int p1, int p2 )  :  Object
LibraryTableModel.LibraryTableModel ( List p1 )

jcommon-0.7.3.jar, Licences.class
package com.jrefinery.ui.about
Licences.Licences ( )

jcommon-0.7.3.jar, NumberCellRenderer.class
package com.jrefinery.ui
NumberCellRenderer.getTableCellRendererComponent ( JTable p1, Object p2, boolean p3, boolean p4, int p5, int p6 )  :  Component
NumberCellRenderer.NumberCellRenderer ( )

jcommon-0.7.3.jar, ObjectUtils.class
package com.jrefinery.util
ObjectUtils.equalOrBothNull ( Object p1, Object p2 ) [static]  :  boolean
ObjectUtils.ObjectUtils ( )

jcommon-0.7.3.jar, PaintSample.class
package com.jrefinery.ui
PaintSample.getPaint ( )  :  Paint
PaintSample.getPreferredSize ( )  :  Dimension
PaintSample.paintComponent ( Graphics p1 )  :  void
PaintSample.PaintSample ( Paint p1 )
PaintSample.setPaint ( Paint p1 )  :  void

jcommon-0.7.3.jar, ProjectInfo.class
package com.jrefinery.ui.about
ProjectInfo.getContributors ( )  :  List
ProjectInfo.getCopyright ( )  :  String
ProjectInfo.getInfo ( )  :  String
ProjectInfo.getLibraries ( )  :  List
ProjectInfo.getLicenceName ( )  :  String
ProjectInfo.getLicenceText ( )  :  String
ProjectInfo.getLogo ( )  :  Image
ProjectInfo.getName ( )  :  String
ProjectInfo.getVersion ( )  :  String
ProjectInfo.ProjectInfo ( )
ProjectInfo.ProjectInfo ( String p1, String p2, String p3, Image p4, String p5, String p6, String p7 )
ProjectInfo.setContributors ( List p1 )  :  void
ProjectInfo.setCopyright ( String p1 )  :  void
ProjectInfo.setInfo ( String p1 )  :  void
ProjectInfo.setLibraries ( List p1 )  :  void
ProjectInfo.setLicenceName ( String p1 )  :  void
ProjectInfo.setLicenceText ( String p1 )  :  void
ProjectInfo.setLogo ( Image p1 )  :  void
ProjectInfo.setName ( String p1 )  :  void
ProjectInfo.setVersion ( String p1 )  :  void
ProjectInfo.toString ( )  :  String

jcommon-0.7.3.jar, ReaderWriterLock.class
package com.jrefinery.threads
ReaderWriterLock.lockRead ( )  :  void
ReaderWriterLock.lockWrite ( )  :  void
ReaderWriterLock.ReaderWriterLock ( )
ReaderWriterLock.unlock ( )  :  void

jcommon-0.7.3.jar, RefineryUtilities.class
package com.jrefinery.ui
RefineryUtilities.centerDialogInParent ( Dialog p1 ) [static]  :  void
RefineryUtilities.centerFrameOnScreen ( Window p1 ) [static]  :  void
RefineryUtilities.createJButton ( String p1, Font p2 ) [static]  :  JButton
RefineryUtilities.createJLabel ( String p1, Font p2 ) [static]  :  JLabel
RefineryUtilities.createJLabel ( String p1, Font p2, Color p3 ) [static]  :  JLabel
RefineryUtilities.createTablePanel ( TableModel p1 ) [static]  :  JPanel
RefineryUtilities.drawRotatedString ( String p1, Graphics2D p2, float p3, float p4, double p5 ) [static]  :  void
RefineryUtilities.getPointInRectangle ( double p1, double p2, Rectangle2D p3 ) [static]  :  Point2D
RefineryUtilities.positionDialogRelativeToParent ( Dialog p1, double p2, double p3 ) [static]  :  void
RefineryUtilities.positionFrameOnScreen ( Window p1, double p2, double p3 ) [static]  :  void
RefineryUtilities.positionFrameRandomly ( Window p1 ) [static]  :  void
RefineryUtilities.RefineryUtilities ( )
RefineryUtilities.setUseDrawRotatedStringWorkaround ( boolean p1 ) [static]  :  void

jcommon-0.7.3.jar, RelativeDayOfWeekRule.class
package com.jrefinery.date
RelativeDayOfWeekRule.clone ( )  :  Object
RelativeDayOfWeekRule.getDate ( int p1 )  :  SerialDate
RelativeDayOfWeekRule.getDayOfWeek ( )  :  int
RelativeDayOfWeekRule.getRelative ( )  :  int
RelativeDayOfWeekRule.getSubrule ( )  :  AnnualDateRule
RelativeDayOfWeekRule.RelativeDayOfWeekRule ( )
RelativeDayOfWeekRule.RelativeDayOfWeekRule ( AnnualDateRule p1, int p2, int p3 )
RelativeDayOfWeekRule.setDayOfWeek ( int p1 )  :  void
RelativeDayOfWeekRule.setRelative ( int p1 )  :  void
RelativeDayOfWeekRule.setSubrule ( AnnualDateRule p1 )  :  void

jcommon-0.7.3.jar, SerialDate.class
package com.jrefinery.date
SerialDate.addDays ( int p1, SerialDate p2 ) [static]  :  SerialDate
SerialDate.addMonths ( int p1, SerialDate p2 ) [static]  :  SerialDate
SerialDate.addYears ( int p1, SerialDate p2 ) [static]  :  SerialDate
SerialDate.compare ( SerialDate p1 ) [abstract]  :  int
SerialDate.createInstance ( Date p1 ) [static]  :  SerialDate
SerialDate.createInstance ( int p1 ) [static]  :  SerialDate
SerialDate.createInstance ( int p1, int p2, int p3 ) [static]  :  SerialDate
SerialDate.getDayOfMonth ( ) [abstract]  :  int
SerialDate.getDayOfWeek ( ) [abstract]  :  int
SerialDate.getDescription ( )  :  String
SerialDate.getEndOfCurrentMonth ( SerialDate p1 )  :  SerialDate
SerialDate.getFollowingDayOfWeek ( int p1 )  :  SerialDate
SerialDate.getFollowingDayOfWeek ( int p1, SerialDate p2 ) [static]  :  SerialDate
SerialDate.getMonth ( ) [abstract]  :  int
SerialDate.getMonths ( ) [static]  :  String[ ]
SerialDate.getMonths ( boolean p1 ) [static]  :  String[ ]
SerialDate.getNearestDayOfWeek ( int p1 )  :  SerialDate
SerialDate.getNearestDayOfWeek ( int p1, SerialDate p2 ) [static]  :  SerialDate
SerialDate.getPreviousDayOfWeek ( int p1 )  :  SerialDate
SerialDate.getPreviousDayOfWeek ( int p1, SerialDate p2 ) [static]  :  SerialDate
SerialDate.getYYYY ( ) [abstract]  :  int
SerialDate.isAfter ( SerialDate p1 ) [abstract]  :  boolean
SerialDate.isBefore ( SerialDate p1 ) [abstract]  :  boolean
SerialDate.isInRange ( SerialDate p1, SerialDate p2 ) [abstract]  :  boolean
SerialDate.isInRange ( SerialDate p1, SerialDate p2, int p3 ) [abstract]  :  boolean
SerialDate.isLeapYear ( int p1 ) [static]  :  boolean
SerialDate.isOn ( SerialDate p1 ) [abstract]  :  boolean
SerialDate.isOnOrAfter ( SerialDate p1 ) [abstract]  :  boolean
SerialDate.isOnOrBefore ( SerialDate p1 ) [abstract]  :  boolean
SerialDate.isValidMonthCode ( int p1 ) [static]  :  boolean
SerialDate.isValidWeekdayCode ( int p1 ) [static]  :  boolean
SerialDate.isValidWeekInMonthCode ( int p1 ) [static]  :  boolean
SerialDate.lastDayOfMonth ( int p1, int p2 ) [static]  :  int
SerialDate.leapYearCount ( int p1 ) [static]  :  int
SerialDate.monthCodeToQuarter ( int p1 ) [static]  :  int
SerialDate.monthCodeToString ( int p1 ) [static]  :  String
SerialDate.monthCodeToString ( int p1, boolean p2 ) [static]  :  String
SerialDate.relativeToString ( int p1 ) [static]  :  String
SerialDate.SerialDate ( )
SerialDate.setDescription ( String p1 )  :  void
SerialDate.stringToMonthCode ( String p1 ) [static]  :  int
SerialDate.stringToWeekdayCode ( String p1 ) [static]  :  int
SerialDate.toDate ( ) [abstract]  :  Date
SerialDate.toSerial ( ) [abstract]  :  int
SerialDate.toString ( )  :  String
SerialDate.weekdayCodeToString ( int p1 ) [static]  :  String
SerialDate.weekInMonthToString ( int p1 ) [static]  :  String

jcommon-0.7.3.jar, SerialDateChooserPanel.class
package com.jrefinery.ui
SerialDateChooserPanel.actionPerformed ( ActionEvent p1 )  :  void
SerialDateChooserPanel.getButtonColor ( SerialDate p1 )  :  Color
SerialDateChooserPanel.getDate ( )  :  SerialDate
SerialDateChooserPanel.getFirstVisibleDate ( )  :  SerialDate
SerialDateChooserPanel.refreshButtons ( )  :  void
SerialDateChooserPanel.SerialDateChooserPanel ( )
SerialDateChooserPanel.SerialDateChooserPanel ( SerialDate p1, boolean p2 )
SerialDateChooserPanel.SerialDateChooserPanel ( SerialDate p1, boolean p2, Color p3, Color p4 )
SerialDateChooserPanel.setDate ( SerialDate p1 )  :  void

jcommon-0.7.3.jar, SerialDateUtilities.class
package com.jrefinery.date
SerialDateUtilities.countFeb29s ( SerialDate p1, SerialDate p2 ) [static]  :  int
SerialDateUtilities.dayCount30 ( SerialDate p1, SerialDate p2 ) [static]  :  int
SerialDateUtilities.dayCount30E ( SerialDate p1, SerialDate p2 ) [static]  :  int
SerialDateUtilities.dayCount30ISDA ( SerialDate p1, SerialDate p2 ) [static]  :  int
SerialDateUtilities.dayCount30PSA ( SerialDate p1, SerialDate p2 ) [static]  :  int
SerialDateUtilities.dayCountActual ( SerialDate p1, SerialDate p2 ) [static]  :  int
SerialDateUtilities.getMonths ( )  :  String[ ]
SerialDateUtilities.getWeekdays ( )  :  String[ ]
SerialDateUtilities.isLastDayOfFebruary ( SerialDate p1 ) [static]  :  boolean
SerialDateUtilities.SerialDateUtilities ( )
SerialDateUtilities.stringToWeekday ( String p1 )  :  int

jcommon-0.7.3.jar, SerialUtilities.class
package com.jrefinery.io
SerialUtilities.readPaint ( ObjectInputStream p1 ) [static]  :  Paint
SerialUtilities.readShape ( ObjectInputStream p1 ) [static]  :  Shape
SerialUtilities.readStroke ( ObjectInputStream p1 ) [static]  :  Stroke
SerialUtilities.SerialUtilities ( )
SerialUtilities.writePaint ( Paint p1, ObjectOutputStream p2 ) [static]  :  void
SerialUtilities.writeShape ( Shape p1, ObjectOutputStream p2 ) [static]  :  void
SerialUtilities.writeStroke ( Stroke p1, ObjectOutputStream p2 ) [static]  :  void

jcommon-0.7.3.jar, Size2D.class
package com.jrefinery.ui
Size2D.getHeight ( )  :  double
Size2D.getWidth ( )  :  double
Size2D.Size2D ( double p1, double p2 )

jcommon-0.7.3.jar, SortableTable.class
package com.jrefinery.ui
SortableTable.setSortableModel ( SortableTableModel p1 )  :  void
SortableTable.SortableTable ( SortableTableModel p1 )

jcommon-0.7.3.jar, SortableTableHeaderListener.class
package com.jrefinery.ui
SortableTableHeaderListener.mouseClicked ( MouseEvent p1 )  :  void
SortableTableHeaderListener.mouseDragged ( MouseEvent p1 )  :  void
SortableTableHeaderListener.mouseEntered ( MouseEvent p1 )  :  void
SortableTableHeaderListener.mouseExited ( MouseEvent p1 )  :  void
SortableTableHeaderListener.mouseMoved ( MouseEvent p1 )  :  void
SortableTableHeaderListener.mousePressed ( MouseEvent p1 )  :  void
SortableTableHeaderListener.mouseReleased ( MouseEvent p1 )  :  void
SortableTableHeaderListener.setTableModel ( SortableTableModel p1 )  :  void
SortableTableHeaderListener.SortableTableHeaderListener ( SortableTableModel p1, SortButtonRenderer p2 )

jcommon-0.7.3.jar, SortableTableModel.class
package com.jrefinery.ui
SortableTableModel.getAscending ( )  :  boolean
SortableTableModel.getSortingColumn ( )  :  int
SortableTableModel.isSortable ( int p1 )  :  boolean
SortableTableModel.setAscending ( boolean p1 )  :  void
SortableTableModel.SortableTableModel ( )
SortableTableModel.sortByColumn ( int p1, boolean p2 )  :  void

jcommon-0.7.3.jar, SortButtonRenderer.class
package com.jrefinery.ui
SortButtonRenderer.getTableCellRendererComponent ( JTable p1, Object p2, boolean p3, boolean p4, int p5, int p6 )  :  Component
SortButtonRenderer.setPressedColumn ( int p1 )  :  void
SortButtonRenderer.SortButtonRenderer ( )

jcommon-0.7.3.jar, Spinner.class
package com.jrefinery.ui
Spinner.getValue ( )  :  int
Spinner.mouseClicked ( MouseEvent p1 )  :  void
Spinner.mouseEntered ( MouseEvent p1 )  :  void
Spinner.mouseExited ( MouseEvent p1 )  :  void
Spinner.mousePressed ( MouseEvent p1 )  :  void
Spinner.mouseReleased ( MouseEvent p1 )  :  void
Spinner.Spinner ( int p1 )

jcommon-0.7.3.jar, SpreadsheetDate.class
package com.jrefinery.date
SpreadsheetDate.compare ( SerialDate p1 )  :  int
SpreadsheetDate.equals ( Object p1 )  :  boolean
SpreadsheetDate.getDayOfMonth ( )  :  int
SpreadsheetDate.getDayOfWeek ( )  :  int
SpreadsheetDate.getDescription ( )  :  String
SpreadsheetDate.getMonth ( )  :  int
SpreadsheetDate.getYYYY ( )  :  int
SpreadsheetDate.isAfter ( SerialDate p1 )  :  boolean
SpreadsheetDate.isBefore ( SerialDate p1 )  :  boolean
SpreadsheetDate.isInRange ( SerialDate p1, SerialDate p2 )  :  boolean
SpreadsheetDate.isInRange ( SerialDate p1, SerialDate p2, int p3 )  :  boolean
SpreadsheetDate.isOn ( SerialDate p1 )  :  boolean
SpreadsheetDate.isOnOrAfter ( SerialDate p1 )  :  boolean
SpreadsheetDate.isOnOrBefore ( SerialDate p1 )  :  boolean
SpreadsheetDate.setDescription ( String p1 )  :  void
SpreadsheetDate.SpreadsheetDate ( int p1 )
SpreadsheetDate.SpreadsheetDate ( int p1, int p2, int p3 )
SpreadsheetDate.toDate ( )  :  Date
SpreadsheetDate.toSerial ( )  :  int

jcommon-0.7.3.jar, StandardDialog.class
package com.jrefinery.ui
StandardDialog.actionPerformed ( ActionEvent p1 )  :  void
StandardDialog.createButtonPanel ( )  :  JPanel
StandardDialog.isCancelled ( )  :  boolean
StandardDialog.StandardDialog ( Dialog p1, String p2, boolean p3 )
StandardDialog.StandardDialog ( Frame p1, String p2, boolean p3 )

jcommon-0.7.3.jar, StrokeChooserPanel.class
package com.jrefinery.ui
StrokeChooserPanel.getSelectedStroke ( )  :  Stroke
StrokeChooserPanel.StrokeChooserPanel ( StrokeSample p1, StrokeSample[ ] p2 )

jcommon-0.7.3.jar, StrokeSample.class
package com.jrefinery.ui
StrokeSample.getListCellRendererComponent ( JList p1, Object p2, int p3, boolean p4, boolean p5 )  :  Component
StrokeSample.getPreferredSize ( )  :  Dimension
StrokeSample.getStroke ( )  :  Stroke
StrokeSample.paintComponent ( Graphics p1 )  :  void
StrokeSample.setStroke ( Stroke p1 )  :  void
StrokeSample.StrokeSample ( Stroke p1 )

jcommon-0.7.3.jar, SystemProperties.class
package com.jrefinery.ui.about
SystemProperties.createSystemPropertiesTable ( ) [static]  :  SortableTable
SystemProperties.SystemProperties ( )

jcommon-0.7.3.jar, SystemPropertiesFrame.class
package com.jrefinery.ui.about
SystemPropertiesFrame.actionPerformed ( ActionEvent p1 )  :  void
SystemPropertiesFrame.SystemPropertiesFrame ( boolean p1 )

jcommon-0.7.3.jar, SystemPropertiesPanel.class
package com.jrefinery.ui.about
SystemPropertiesPanel.copySystemPropertiesToClipboard ( )  :  void
SystemPropertiesPanel.SystemPropertiesPanel ( )

jcommon-0.7.3.jar, SystemPropertiesTableModel.class
package com.jrefinery.ui.about
SystemPropertiesTableModel.getColumnCount ( )  :  int
SystemPropertiesTableModel.getColumnName ( int p1 )  :  String
SystemPropertiesTableModel.getRowCount ( )  :  int
SystemPropertiesTableModel.getValueAt ( int p1, int p2 )  :  Object
SystemPropertiesTableModel.isSortable ( int p1 )  :  boolean
SystemPropertiesTableModel.sortByColumn ( int p1, boolean p2 )  :  void
SystemPropertiesTableModel.SystemPropertiesTableModel ( )

jcommon-0.7.3.jar, WizardDialog.class
package com.jrefinery.ui
WizardDialog.actionPerformed ( ActionEvent p1 )  :  void
WizardDialog.canDoNextPanel ( )  :  boolean
WizardDialog.canDoPreviousPanel ( )  :  boolean
WizardDialog.canFinish ( )  :  boolean
WizardDialog.createContent ( )  :  JPanel
WizardDialog.finish ( )  :  void
WizardDialog.getResult ( )  :  Object
WizardDialog.getStepCount ( )  :  int
WizardDialog.getWizardPanel ( int p1 )  :  WizardPanel
WizardDialog.isCancelled ( )  :  boolean
WizardDialog.next ( )  :  void
WizardDialog.previous ( )  :  void
WizardDialog.WizardDialog ( JDialog p1, boolean p2, String p3, WizardPanel p4 )
WizardDialog.WizardDialog ( JFrame p1, boolean p2, String p3, WizardPanel p4 )

jcommon-0.7.3.jar, WizardPanel.class
package com.jrefinery.ui
WizardPanel.canFinish ( ) [abstract]  :  boolean
WizardPanel.canRedisplayNextPanel ( ) [abstract]  :  boolean
WizardPanel.getNextPanel ( ) [abstract]  :  WizardPanel
WizardPanel.getOwner ( )  :  WizardDialog
WizardPanel.getResult ( )  :  Object
WizardPanel.hasNextPanel ( ) [abstract]  :  boolean
WizardPanel.returnFromLaterStep ( ) [abstract]  :  void
WizardPanel.setOwner ( WizardDialog p1 )  :  void
WizardPanel.WizardPanel ( LayoutManager p1 )

to the top

Problems with Data Types, High Severity (68)


jcommon-0.7.3.jar
package com.jrefinery
[+] JCommon (1)

package com.jrefinery.date
[+] AnnualDateRule (1)
[+] DateUtilities (1)
[+] DayAndMonthRule (1)
[+] DayOfWeekInMonthRule (1)
[+] EasterSundayRule (1)
[+] RelativeDayOfWeekRule (1)
[+] SerialDate (1)
[+] SerialDateUtilities (1)
[+] SpreadsheetDate (1)

package com.jrefinery.io
[+] FileUtilities (1)
[+] SerialUtilities (1)

package com.jrefinery.layout
[+] CenterLayout (1)
[+] FormatLayout (1)
[+] LCBLayout (1)

package com.jrefinery.resources
[+] JCommonResources (1)

package com.jrefinery.threads
[+] ReaderWriterLock (1)

package com.jrefinery.ui
[+] Align (1)
[+] ApplicationFrame (1)
[+] ArrowPanel (1)
[+] BevelArrowIcon (1)
[+] DateChooserPanel (1)
[+] Drawable (1)
[+] ExtensionFileFilter (1)
[+] FontChooserDialog (1)
[+] FontChooserPanel (1)
[+] FontDisplayField (1)
[+] InsetsChooserPanel (1)
[+] InsetsTextField (1)
[+] IntegerDocument (1)
[+] L1R1ButtonPanel (1)
[+] L1R2ButtonPanel (1)
[+] L1R3ButtonPanel (1)
[+] NumberCellRenderer (1)
[+] PaintSample (1)
[+] RefineryUtilities (1)
[+] SerialDateChooserPanel (1)
[+] Size2D (1)
[+] SortableTable (1)
[+] SortableTableHeaderListener (1)
[+] SortableTableModel (1)
[+] SortButtonRenderer (1)
[+] Spinner (1)
[+] StandardDialog (1)
[+] StrokeChooserPanel (1)
[+] StrokeSample (1)
[+] WizardDialog (1)
[+] WizardPanel (1)

package com.jrefinery.ui.about
[+] AboutFrame (1)
[+] AboutPanel (1)
[+] Contributor (1)
[+] ContributorsPanel (1)
[+] ContributorsTableModel (1)
[+] Library (1)
[+] LibraryPanel (1)
[+] LibraryTableModel (1)
[+] Licences (1)
[+] ProjectInfo (1)
[+] SystemProperties (1)
[+] SystemPropertiesFrame (1)
[+] SystemPropertiesPanel (1)
[+] SystemPropertiesTableModel (1)

package com.jrefinery.ui.about.resources
[+] AboutResources (1)
[+] AboutResources_de (1)
[+] AboutResources_es (1)
[+] AboutResources_fr (1)
[+] AboutResources_pl (1)

package com.jrefinery.util
[+] ObjectUtils (1)

to the top

Java ARchives (1)


jcommon-0.7.3.jar

to the top