Deprecated Methods |
org.jdesktop.swingx.JXMonthView.cleanupWeekSelectionDates(Date, Date)
- this is kept as a reminder only, don't use! |
org.jdesktop.swingx.JXTree.convertValueToText(Object, boolean, boolean, boolean, int, boolean)
the implementation will change to call super as soon as the reflexive
call to the conversion method will be dropped. So deprecate now to draw attention
to the pending drop. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.createDerivedFont()
no longer used in paint/layout with renderer. |
org.jdesktop.swingx.MultiSplitLayout.getNodeForComponent(MultiSplitLayout.Split, String)
please use getNodeForName instead |
org.jdesktop.swingx.MultiSplitLayout.getNodeForComponent(String)
please use getNodeForName instead |
org.jdesktop.swingx.JXMonthView.getPreferredCols()
use JXMonthView.getPreferredColumnCount() |
org.jdesktop.swingx.JXMonthView.getPreferredRows()
use JXMonthView.getPreferredRowCount() |
org.jdesktop.swingx.JXMonthView.getSelectedBackground()
use JXMonthView.getSelectionBackground() renamed for
cross-component consistency. |
org.jdesktop.swingx.JXTree.getValueConversionMethod(TreeModel)
no longer supported, client code should use JXTree.getStringAt(int) or
JXTree.getStringAt(TreePath) |
org.jdesktop.swingx.JXMonthView.isAntialiased()
will be removed without replacement to align with core Swing
which api for setting per-instance antialiased property. No longer used
by the ui delegate. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintBackground(Rectangle, Graphics)
no longer used - it's up to subclasses to implement
if they think it's needed. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintDay(Graphics, int, int, Calendar)
no longer used in paint/layout with renderer. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintDayBackground(Graphics, int, int, int, int, Calendar)
no longer used in paint/layout with renderer. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintDayForeground(Graphics, int, int, int, int, Calendar)
no longer used in paint/layout with renderer. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintDayForeground(Graphics, String, int, int, Calendar)
no longer used in paint/layout with renderer. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintDayOfTheWeekBackground(Graphics, int, int, int, int, Calendar)
no longer used in paint/layout with renderer. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintDays(Graphics, int, int, int, Calendar)
no longer used in paint/layout with renderer. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintDaysOfTheWeek(Graphics, int, int, int, Calendar)
no longer used in paint/layout with renderer. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintFlaggedDayBackground(Graphics, int, int, int, int, Calendar)
no longer used in paint/layout with renderer. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintFlaggedDayForeground(Graphics, int, int, int, int, Calendar)
no longer used in paint/layout with renderer. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintLeadingDay(Graphics, int, int, Calendar)
no longer used in paint/layout with renderer. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintLeadingDayBackground(Graphics, int, int, int, int, Calendar)
no longer used in paint/layout with renderer. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintLeadingDayForeground(Graphics, int, int, int, int, Calendar)
no longer used in paint/layout with renderer. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintMonth(Graphics, int, int, int, int, Calendar)
no longer used in paint/layout with renderer. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintMonthHeader(Graphics, int, int, int, Calendar)
no longer used in paint/layout with renderer. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintMonthStringBackground(Graphics, int, int, int, int, Calendar)
|
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintMonthStringForeground(Graphics, int, int, int, int, Calendar)
no longer used in paint/layout with renderer. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintMonthStringForeground(Graphics, String, int, int, String, int, int, Calendar)
no longer used in paint/layout with renderer. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintTrailingDay(Graphics, int, int, Calendar)
no longer used in paint/layout with renderer. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintTrailingDayBackground(Graphics, int, int, int, int, Calendar)
no longer used in paint/layout with renderer. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintTrailingDayForeground(Graphics, int, int, int, int, Calendar)
no longer used in paint/layout with renderer. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintUnselectableDayBackground(Graphics, int, int, int, int, Calendar)
no longer used in paint/layout with renderer. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintUnselectableDayForeground(Graphics, int, int, int, int, Calendar)
no longer used in paint/layout with renderer. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintWeekOfYearBackground(Graphics, int, int, int, int, Calendar)
no longer used in paint/layout with renderer. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintWeekOfYearForeground(Graphics, int, int, int, int, Calendar)
no longer used in paint/layout with renderer. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.paintWeeksOfYear(Graphics, int, int, int, Calendar)
|
org.jdesktop.swingx.JXMonthView.setAntialiased(boolean)
will be removed without replacement to align with core Swing
which api for setting per-instance antialiased property. |
org.jdesktop.swingx.JXMonthView.setPreferredCols(int)
use JXMonthView.setPreferredColumnCount(int) |
org.jdesktop.swingx.JXMonthView.setPreferredRows(int)
use JXMonthView.setPreferredRowCount(int) |
org.jdesktop.swingx.JXMonthView.setSelectedBackground(Color)
use JXMonthView.setSelectionBackground(Color) renamed for
cross-component consistency. |
org.jdesktop.swingx.plaf.basic.BasicMonthViewUI.updateLocale()
use BasicMonthViewUI.updateLocale(boolean) |