Package com.jidesoft.jdk
Class JdkSpecificClass
java.lang.Object
com.jidesoft.jdk.JdkSpecificClass
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int[]
static boolean
isSynthIcon
(Icon icon) static boolean
isSynthIconClassName
(String name) Check if the class name is a SynthIcon class name.static void
paintCheckBoxIcon
(JComponent c, Icon icon, Graphics g, int state, int x, int y) static void
paintTableCellIcon
(JTable table, Icon icon, Graphics g, int iconX, int iconY) static void
paintTableHeaderIcon
(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()
-