Methoden |
public final static boolean | isRectangleContainingRectangle(Rectangle a, Rectangle b) |
public static Rectangle | getLocalBounds(Component aComponent) |
public static Window | getWindowAncestor(Component c) |
public static Point | convertPoint(Component source, Point aPoint, Component destination) |
public static Point | convertPoint(Component source, int x, int y, Component destination) |
public static Rectangle | convertRectangle(Component source, Rectangle aRectangle, Component destination) |
public static Container | getAncestorOfClass(Class c, Component comp) |
public static Container | getAncestorNamed(String name, Component comp) |
public static Component | getDeepestComponentAt(Component parent, int x, int y) |
public static MouseEvent | convertMouseEvent(Component source, MouseEvent sourceEvent, Component destination) |
public static void | convertPointToScreen(Point p, Component c) |
public static void | convertPointFromScreen(Point p, Component c) |
public static Window | windowForComponent(Component aComponent) |
public static boolean | isDescendingFrom(Component a, Component b) |
public static Rectangle | computeIntersection(int x, int y, int width, int height, Rectangle dest) |
public static Rectangle | computeUnion(int x, int y, int width, int height, Rectangle dest) |
public static Rectangle[] | computeDifference(Rectangle rectA, Rectangle rectB) |
public static boolean | isLeftMouseButton(MouseEvent anEvent) |
public static boolean | isMiddleMouseButton(MouseEvent anEvent) |
public static boolean | isRightMouseButton(MouseEvent anEvent) |
public static int | computeStringWidth(FontMetrics fm, String str) |
public static String | layoutCompoundLabel(JComponent c, FontMetrics fm, String text, Icon icon, int verticalAlignment, int horizontalAlignment, int verticalTextPosition, int horizontalTextPosition, Rectangle viewR, Rectangle iconR, Rectangle textR, int textIconGap) |
public static String | layoutCompoundLabel(FontMetrics fm, String text, Icon icon, int verticalAlignment, int horizontalAlignment, int verticalTextPosition, int horizontalTextPosition, Rectangle viewR, Rectangle iconR, Rectangle textR, int textIconGap) |
public static void | paintComponent(Graphics g, Component c, Container p, int x, int y, int w, int h) |
public static void | paintComponent(Graphics g, Component c, Container p, Rectangle r) |
public static void | updateComponentTreeUI(Component c) |
public static void | invokeLater(Runnable doRun) |
public static void | invokeAndWait(Runnable doRun) |
public static boolean | isEventDispatchThread() |
public static int | getAccessibleIndexInParent(Component c) |
public static Accessible | getAccessibleAt(Component c, Point p) |
public static AccessibleStateSet | getAccessibleStateSet(Component c) |
public static int | getAccessibleChildrenCount(Component c) |
public static Accessible | getAccessibleChild(Component c, int i) |
public static Component | findFocusOwner(Component c)
Verworfen in Version 1.4. |
public static JRootPane | getRootPane(Component c) |
public static Component | getRoot(Component c) |
public static boolean | processKeyBindings(KeyEvent event) ![[1.4]](../../images/marg14.gif) |
public static boolean | notifyAction(Action action, KeyStroke ks, KeyEvent event, Object sender, int modifiers) ![[1.3]](../../images/marg13.gif) |
public static void | replaceUIInputMap(JComponent component, int type, InputMap uiInputMap) ![[1.3]](../../images/marg13.gif) |
public static void | replaceUIActionMap(JComponent component, ActionMap uiActionMap) ![[1.3]](../../images/marg13.gif) |
public static InputMap | getUIInputMap(JComponent component, int condition) ![[1.3]](../../images/marg13.gif) |
public static ActionMap | getUIActionMap(JComponent component) ![[1.3]](../../images/marg13.gif) |
public static Rectangle | calculateInnerArea(JComponent c, Rectangle r) ![[1.4]](../../images/marg14.gif) |