Methoden |
public boolean | action(Event evt, Object what)
Verworfen in Version 1.1. |
public synchronized void | add(PopupMenu popup) |
public synchronized void | addComponentListener(ComponentListener l) |
public synchronized void | addFocusListener(FocusListener l) |
public void | addHierarchyBoundsListener(HierarchyBoundsListener l) |
public void | addHierarchyListener(HierarchyListener l) |
public synchronized void | addInputMethodListener(InputMethodListener l) |
public synchronized void | addKeyListener(KeyListener l) |
public synchronized void | addMouseListener(MouseListener l) |
public synchronized void | addMouseMotionListener(MouseMotionListener l) |
public void | addNotify() |
public synchronized void | addPropertyChangeListener(PropertyChangeListener listener) |
public synchronized void | addPropertyChangeListener(String propertyName, PropertyChangeListener listener) |
public Rectangle | bounds()
Verworfen in Version 1.1. |
public int | checkImage(Image image, ImageObserver observer) |
public int | checkImage(Image image, int width, int height, ImageObserver observer) |
public boolean | contains(Point p) |
public boolean | contains(int x, int y) |
protected AWTEvent | coalesceEvents(Event existingEvent, Event newEvent) |
public Image | createImage(ImageProducer producer) |
public Image | createImage(int width, int height) |
public void | deliverEvent(Event e)
Verworfen in Version 1.1. |
public void | disable()
Verworfen in Version 1.1. |
protected final void | disableEvents(long eventsToDisable) |
public final void | dispatchEvent(AWTEvent e) |
public void | doLayout() |
public void | enable()
Verworfen in Version 1.1. |
public void | enable(boolean b)
Verworfen in Version 1.1. |
protected final void | enableEvents(long eventsToEnable) |
public void | enableInputMethods(boolean enable) |
protected void | firePropertyChange(String propertyName, Object oldValue, Object newValue) |
public AccessibleContext | getAccessibleContext() |
public float | getAlignmentX() |
public float | getAlignmentY() |
public Color | getBackground() |
public Rectangle | getBounds() |
public Rectangle | getBounds(Rectangle rv) |
public ColorModel | getColorModel() |
public Component | getComponentAt(Point p) |
public Component | getComponentAt(int x, int y) |
public synchronized ComponentListener[] | getComponentListeners() |
public ComponentOrientation | getComponentOrientation() |
public Cursor | getCursor() |
public synchronized DropTarget | getDropTarget() |
public Container | getFocusCycleRootAncestor() |
public synchronized FocusListener[] | getFocusListeners() |
public Set | getFocusTraversalKeys(int id) |
public boolean | getFocusTraversalKeysEnabled() |
public Font | getFont() |
public FontMetrics | getFontMetrics(Font font) |
public Color | getForeground() |
public Graphics | getGraphics() |
public GraphicsConfiguration | getGraphicsConfiguration() |
public int | getHeight() |
public synchronized HierarchyBoundsListener[] | getHierarchyBoundsListeners() |
public synchronized HierarchyListener[] | getHierarchyListeners() |
public boolean | getIgnoreRepaint() |
public InputContext | getInputContext() |
public synchronized InputMethodListener[] | getInputMethodListeners() |
public InputMethodRequests | getInputMethodRequests() |
public synchronized KeyListener[] | getKeyListeners() |
public EventListener[] | getListeners(Class listenerType) |
public Locale | getLocale() |
public Point | getLocation() |
public Point | getLocation(Point p) |
public Point | getLocationOnScreen() |
public Dimension | getMaximumSize() |
public Dimension | getMinimumSize() |
public synchronized MouseListener[] | getMouseListeners() |
public synchronized MouseMotionListener[] | getMouseMotionListeners() |
public synchronized MouseWheelListener[] | getMouseWheelListeners() |
public String | getName() |
public Container | getParent() |
public ComponentPeer | getPeer()
Verworfen in Version 1.1. |
public Dimension | getPreferredSize() |
public synchronized PropertyChangeListener[] | getPropertyChangeListeners() |
public synchronized PropertyChangeListener[] | getPropertyChangeListeners(String propertyName) |
public Dimension | getSize() |
public Rectangle | getSize(Rectangle rv) |
public Toolkit | getToolkit() |
public final Object | getTreeLock() |
public int | getWidth() |
public int | getX() |
public int | getY() |
public boolean | gotFocus(Event evt, Object what)
Verworfen in Version 1.4. |
public boolean | handleEvent(Event evt)
Verworfen in Version 1.4. |
public boolean | hasFocus() |
public void | hide()
Verworfen in Version 1.4. |
public boolean | imageUpdate(Image img, int flags, int x, int y, int w, int h) |
public boolean | inside(int x, int y)
Verworfen in Version 1.4. |
public void | invalidate() |
public boolean | isBackgroundSet() |
public boolean | isCursorSet() |
public boolean | isDisplayable() |
public boolean | isDoubleBuffered() |
public boolean | isEnabled() |
public boolean | isFocusCycleRoot(Container container) |
public boolean | isFocusOwner() |
public boolean | isFocusTraversable()
Verworfen in Version 1.4. |
public boolean | isFocusable() |
public boolean | isFontSet() |
public boolean | isForegroundSet() |
public boolean | isLightweight() |
public boolean | isOpaque() |
public boolean | isShowing() |
public boolean | isValid() |
public boolean | isVisible() |
public boolean | keyDown(Event evt, int key)
Verworfen in Version 1.4. |
public boolean | keyUp(Event evt, int key)
Verworfen in Version 1.4. |
public void | layout()
Verworfen in Version 1.4. |
public void | list() |
public void | list(PrintWriter out) |
public void | list(PrintStream out) |
public void | list(PrintWriter out, int indent) |
public void | list(PrintStream out, int indent) |
public Component | locate(int x, int y)
Verworfen in Version 1.4. |
public Point | location()
Verworfen in Version 1.4. |
public boolean | lostFocus(Event evt, Object what)
Verworfen in Version 1.4. |
public Dimension | minimumSize()
Verworfen in Version 1.4. |
public boolean | mouseDown(Event evt, int x, int y)
Verworfen in Version 1.4. |
public boolean | mouseDrag(Event evt, int x, int y)
Verworfen in Version 1.4. |
public boolean | mouseEnter(Event evt, int x, int y)
Verworfen in Version 1.4. |
public boolean | mouseExit(Event evt, int x, int y)
Verworfen in Version 1.4. |
public boolean | mouseMove(Event evt, int x, int y)
Verworfen in Version 1.4. |
public boolean | mouseUp(Event evt, int x, int y)
Verworfen in Version 1.4. |
public void | move(int x, int y)
Verworfen in Version 1.4. |
public void | nextFocus()
Verworfen in Version 1.4. |
public void | paint(Graphics g) |
public void | paintAll(Graphics g) |
protected String | paramString() |
public boolean | postEvent(Event e)
Verworfen in Version 1.4. |
public Dimension | preferredSize()
Verworfen in Version 1.1. |
public boolean | prepareImage(Image image, ImageObserver observer) |
public boolean | prepareImage(Image image, int width, int height, ImageObserver observer) |
public void | print(Graphics g) |
public void | printAll(Graphics g) |
protected void | processComponentEvent(ComponentEvent e) |
protected void | processEvent(AWTEvent e) |
protected void | processFocusEvent(FocusEvent e) |
protected void | processHierarchyBoundsEvent(HierarchyEvent e) |
protected void | processHierarchyEvent(HierarchyEvent e) |
protected void | processInputMethodEvent(InputMethodEvent e) |
protected void | processKeyEvent(KeyEvent e) |
protected void | processMouseEvent(MouseEvent e) |
protected void | processMouseMotionEvent(MouseEvent e) |
protected void | processMouseWheelEvent(MouseWheelEvent e) |
public synchronized void | remove(MenuComponent popup) |
public synchronized void | removeComponentListener(ComponentListener l) |
public synchronized void | removeFocusListener(FocusListener l) |
public void | removeHierarchyBoundsListener(HierarchyBoundsListener l) |
public void | removeHierarchyListener(HierarchyListener l) |
public synchronized void | removeInputMethodListener(InputMethodListener l) |
public synchronized void | removeKeyListener(KeyListener l) |
public synchronized void | removeMouseListener(MouseListener l) |
public synchronized void | removeMouseMotionListener(MouseMotionListener l) |
public synchronized void | removeMouseWheelListener(MouseWheelListener l) |
public void | removeNotify() |
public synchronized void | removePropertyChangeListener(PropertyChangeListener listener) |
public synchronized void | removePropertyChangeListener(String propertyName, PropertyChangeListener listener) |
public void | repaint() |
public void | repaint(long tm) |
public void | repaint(int x, int y, int width, int height) |
public void | repaint(long tm, int x, int y, int width, int height) |
public void | requestFocus() |
protected boolean | requestFocus(boolean temporary) |
public boolean | requestFocusInWindow() |
protected boolean | requestFocusInWindow(boolean temporary) |
public void | reshape(int x, int y, int width, int height)
Verworfen in Version 1.1. |
public void | resize(Dimension d)
Verworfen in Version 1.1. |
public void | resize(int width, int height)
Verworfen in Version 1.1. |
public void | setBackground(Color c) |
public void | setBounds(Rectangle r) |
public void | setBounds(int x, int y, int width, int height) |
public synchronized void | setCursor(Cursor cursor) |
public synchronized void | setDropTarget(DropTarget dt) |
public void | setEnabled(boolean b) |
public void | setFocusTraversalKeys(int id, Set keystrokes) |
public void | setFocusTraversalKeysEnabled(boolean focusTraversalKeysEnabled) |
public void | setFocusable(boolean focusable) |
public synchronized void | setFont(Font f) |
public void | setForeground(Color c) |
public void | setIgnoreRepaint(boolean ignoreRepaint) |
public void | setLocale(Locale l) |
public void | setLocation(Point p) |
public void | setLocation(int x, int y) |
public void | setName(String name) |
public void | setSize(Dimension d) |
public void | setSize(int width, int height) |
public void | setVisible(boolean b) |
public void | show()
Verworfen in Version 1.1. |
public void | show(boolean b)
Verworfen in Version 1.1. |
public Dimension | size()
Verworfen in Version 1.1. |
public String | toString() |
public void | transferFocus() |
public void | transferFocusBackward() |
public void | transferFocusUpCycle() |
public void | update(Graphics g) |
public void | validate() |