Package com.jidesoft.jdk
Class JdkSpecificClass
java.lang.Object
com.jidesoft.jdk.JdkSpecificClass
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int[]static booleanisSynthIcon(Icon icon) static booleanisSynthIconClassName(String name) Check if the class name is a SynthIcon class name.static voidpaintCheckBoxIcon(JComponent c, Icon icon, Graphics g, int state, int x, int y) static voidpaintTableCellIcon(JTable table, Icon icon, Graphics g, int iconX, int iconY) static voidpaintTableHeaderIcon(JComponent c, Icon icon, Graphics g, int x, int y)
-
Constructor Details
-
JdkSpecificClass
public JdkSpecificClass()
-
-
Method Details
-
isSynthIconClassName
Check if the class name is a SynthIcon class name. It's an interface reserved in case Sun changes the name or package of the class SynthIcon.- Parameters:
name- the class name to check- Returns:
- true if it's a SynthIcon class name. Otherwise false.
-
isSynthIcon
-
paintCheckBoxIcon
-
paintTableCellIcon
-
paintTableHeaderIcon
-
getVersions
public static int[] getVersions()
-