| java.lang.Object sun.awt.windows.ThemeReader
ThemeReader | public class ThemeReader (Code) | | This is a stubbed out placeholder class, intended to allow building
WindowsLookAndFeel on Unix. This class is never actually called on
Unix, and will be deleted when WindowsLookAndFeel is no longer built
on Unix.
version: 1.12 05/05/07 author: Leif Samuelsson |
Method Summary | |
public static boolean | getBoolean(String widget, int part, int state, int property) | public static Color | getColor(String widget, int part, int state, int property) | public static int | getEnum(String widget, int part, int state, int property) | public static int | getInt(String widget, int part, int state, int property) | public static Dimension | getPartSize(String widget, int part, int state) | public static Point | getPoint(String widget, int part, int state, int property) | public static Dimension | getPosition(String widget, int part, int state, int property) | public static boolean | getSysBoolean(String widget, int property) | public static Insets | getThemeMargins(String widget, int part, int state, int marginType) | public static long | getThemeTransitionDuration(String widget, int part, int stateFrom, int stateTo, int propId) | public static boolean | isGetThemeTransitionDurationDefined() | public static boolean | isThemePartDefined(String widget, int part, int state) | public static boolean | isThemed() | public static void | paintBackground(int[] buffer, String widget, int part, int state, int x, int y, int w, int h, int stride) |
getBoolean | public static boolean getBoolean(String widget, int part, int state, int property)(Code) | | |
getColor | public static Color getColor(String widget, int part, int state, int property)(Code) | | |
getEnum | public static int getEnum(String widget, int part, int state, int property)(Code) | | |
getInt | public static int getInt(String widget, int part, int state, int property)(Code) | | |
getPoint | public static Point getPoint(String widget, int part, int state, int property)(Code) | | |
getSysBoolean | public static boolean getSysBoolean(String widget, int property)(Code) | | |
getThemeMargins | public static Insets getThemeMargins(String widget, int part, int state, int marginType)(Code) | | |
getThemeTransitionDuration | public static long getThemeTransitionDuration(String widget, int part, int stateFrom, int stateTo, int propId)(Code) | | |
isGetThemeTransitionDurationDefined | public static boolean isGetThemeTransitionDurationDefined()(Code) | | |
isThemePartDefined | public static boolean isThemePartDefined(String widget, int part, int state)(Code) | | |
isThemed | public static boolean isThemed()(Code) | | |
paintBackground | public static void paintBackground(int[] buffer, String widget, int part, int state, int x, int y, int w, int h, int stride)(Code) | | |
|
|