| Methoden |
| public void | updateUI() |
| protected void | setUI(ComponentUI newUI) |
| public String | getUIClassID() |
| protected Graphics | getComponentGraphics(Graphics g) |
| protected void | paintComponent(Graphics g) |
| protected void | paintChildren(Graphics g) |
| protected void | paintBorder(Graphics g) |
| public void | update(Graphics g) |
| public void | paint(Graphics g) |
| public void | printAll(Graphics g) |
| public void | print(Graphics g) |
| protected void | printComponent(Graphics g) ![[1.3]](../../images/marg13.gif) |
| protected void | printChildren(Graphics g) ![[1.3]](../../images/marg13.gif) |
| protected void | printBorder(Graphics g) ![[1.3]](../../images/marg13.gif) |
| public boolean | isPaintingTile() |
| public boolean | isManagingFocus()
Verworfen in Version 1.4. |
| public void | setNextFocusableComponent(Component aComponent)
Verworfen in Version 1.4. |
| public Component | getNextFocusableComponent()
Verworfen in Version 1.4. |
| public void | setRequestFocusEnabled(boolean requestFocusEnabled) |
| public boolean | isRequestFocusEnabled() |
| public void | requestFocus() |
| public boolean | requestFocus(boolean temporary) ![[1.4]](../../images/marg14.gif) |
| public boolean | requestFocusInWindow() |
| protected boolean | requestFocusInWindow(boolean temporary) ![[1.4]](../../images/marg14.gif) |
| public void | grabFocus() |
| public void | setVerifyInputWhenFocusTarget(boolean verifyInputWhenFocusTarget) ![[1.3]](../../images/marg13.gif) |
| public boolean | getVerifyInputWhenFocusTarget() ![[1.3]](../../images/marg13.gif) |
| public void | setPreferredSize(Dimension preferredSize) |
| public Dimension | getPreferredSize() |
| public void | setMaximumSize(Dimension maximumSize) |
| public Dimension | getMaximumSize() |
| public void | setMinimumSize(Dimension minimumSize) |
| public Dimension | getMinimumSize() |
| public boolean | isMinimumSizeSet() |
| public boolean | isPreferredSizeSet() |
| public boolean | isMaximumSizeSet() |
| public boolean | contains(int x, int y) |
| public void | setBorder(Border border) |
| public Border | getBorder() |
| public Insets | getInsets() |
| public Insets | getInsets(Insets insets) |
| public float | getAlignmentY() |
| public void | setAlignmentY(float alignmentY) |
| public float | getAlignmentX() |
| public void | setAlignmentX(float alignmentX) |
| public void | setInputVerifier(InputVerifier inputVerifier) ![[1.3]](../../images/marg13.gif) |
| public InputVerifier | getInputVerifier() ![[1.3]](../../images/marg13.gif) |
| public Graphics | getGraphics() |
| public void | setDebugGraphicsOptions(int debugOptions) |
| public int | getDebugGraphicsOptions() |
| public void | registerKeyboardAction(ActionListener anAction, String aCommand, KeyStroke aKeyStroke, int aCondition) |
| public void | registerKeyboardAction(ActionListener anAction, KeyStroke aKeyStroke, int aCondition) |
| public void | unregisterKeyboardAction(KeyStroke aKeyStroke) |
| public KeyStroke[] | getRegisteredKeyStrokes() |
| public int | getConditionForKeyStroke(KeyStroke aKeyStroke) |
| public ActionListener | getActionForKeyStroke(KeyStroke aKeyStroke) |
| public void | resetKeyboardActions() |
| public final void | setInputMap(int condition, InputMap map) ![[1.3]](../../images/marg13.gif) |
| public final InputMap | getInputMap(int condition) ![[1.3]](../../images/marg13.gif) |
| public final InputMap | getInputMap() ![[1.3]](../../images/marg13.gif) |
| public final void | setActionMap(ActionMap am) ![[1.3]](../../images/marg13.gif) |
| public final ActionMap | getActionMap() ![[1.3]](../../images/marg13.gif) |
| public boolean | requestDefaultFocus()
Verworfen in Version 1.4. |
| public void | setVisible(boolean aFlag) |
| public void | setEnabled(boolean enabled) |
| public void | setForeground(Color fg) |
| public void | setBackground(Color bg) |
| public void | setFont(Font font) |
| public static Locale | getDefaultLocale() ![[1.4]](../../images/marg14.gif) |
| public static void | setDefaultLocale(Locale l) ![[1.4]](../../images/marg14.gif) |
| protected void | processComponentKeyEvent(KeyEvent e) |
| protected void | processKeyEvent(KeyEvent e) |
| protected boolean | processKeyBinding(KeyStroke ks, KeyEvent e, int condition, boolean pressed) ![[1.3]](../../images/marg13.gif) |
| public void | setToolTipText(String text) |
| public String | getToolTipText() |
| public String | getToolTipText(MouseEvent event) |
| public Point | getToolTipLocation(MouseEvent event) |
| public JToolTip | createToolTip() |
| public void | scrollRectToVisible(Rectangle aRect) |
| public void | setAutoscrolls(boolean autoscrolls) |
| public boolean | getAutoscrolls() |
| public void | setTransferHandler(TransferHandler newHandler) ![[1.4]](../../images/marg14.gif) |
| public TransferHandler | getTransferHandler() ![[1.4]](../../images/marg14.gif) |
| protected void | processMouseMotionEvent(MouseEvent e) |
| public void | enable() |
| public void | disable() |
| public AccessibleContext | getAccessibleContext() |
| public final Object | getClientProperty(Object key) |
| public final void | putClientProperty(Object key, Object value) |
| public static boolean | isLightweightComponent(Component c) |
| public void | reshape(int x, int y, int w, int h) |
| public Rectangle | getBounds(Rectangle rv) |
| public Dimension | getSize(Dimension rv) |
| public Point | getLocation(Point rv) |
| public int | getX() |
| public int | getY() |
| public int | getWidth() |
| public int | getHeight() |
| public boolean | isOpaque() |
| public void | setOpaque(boolean isOpaque) |
| public void | computeVisibleRect(Rectangle visibleRect) |
| public Rectangle | getVisibleRect() |
| protected void | firePropertyChange(String propertyName, Object oldValue, Object newValue) |
| public void | firePropertyChange(String propertyName, byte oldValue, byte newValue) |
| public void | firePropertyChange(String propertyName, char oldValue, char newValue) |
| public void | firePropertyChange(String propertyName, short oldValue, short newValue) |
| public void | firePropertyChange(String propertyName, int oldValue, int newValue) |
| public void | firePropertyChange(String propertyName, long oldValue, long newValue) |
| public void | firePropertyChange(String propertyName, float oldValue, float newValue) |
| public void | firePropertyChange(String propertyName, double oldValue, double newValue) |
| public void | firePropertyChange(String propertyName, boolean oldValue, boolean newValue) |
| public synchronized void | addPropertyChangeListener(PropertyChangeListener listener) |
| public synchronized void | addPropertyChangeListener(String propertyName, PropertyChangeListener listener) |
| public synchronized void | removePropertyChangeListener(PropertyChangeListener listener) |
| public synchronized void | removePropertyChangeListener(String propertyName, PropertyChangeListener listener) |
| public synchronized PropertyChangeListener[] | getPropertyChangeListeners() ![[1.4]](../../images/marg14.gif) |
| public synchronized PropertyChangeListener[] | getPropertyChangeListeners(String propertyName) ![[1.4]](../../images/marg14.gif) |
| protected void | fireVetoableChange(String propertyName, Object oldValue, Object newValue) |
| public synchronized void | addVetoableChangeListener(VetoableChangeListener listener) |
| public synchronized void | removeVetoableChangeListener(VetoableChangeListener listener) |
| public synchronized VetoableChangeListener[] | getVetoableChangeListeners() ![[1.4]](../../images/marg14.gif) |
| public Container | getTopLevelAncestor() |
| public void | addAncestorListener(AncestorListener listener) |
| public void | removeAncestorListener(AncestorListener listener) |
| public AncestorListener[] | getAncestorListeners() ![[1.4]](../../images/marg14.gif) |
| public EventListener[] | getListeners(Class listenerType) ![[1.3]](../../images/marg13.gif) |
| public void | addNotify() |
| public void | removeNotify() |
| public void | repaint(long tm, int x, int y, int width, int height) |
| public void | repaint(Rectangle r) |
| public void | revalidate() |
| public boolean | isValidateRoot() |
| public boolean | isOptimizedDrawingEnabled() |
| public void | paintImmediately(int x, int y, int w, int h) |
| public void | paintImmediately(Rectangle r) |
| public void | setDoubleBuffered(boolean aFlag) |
| public boolean | isDoubleBuffered() |
| public JRootPane | getRootPane() |
| protected String | paramString() |