Generated by
JDiff

Class javax.swing.JComponent

Added Methods
void enable() overridden to ensure Accessibility support
ActionMap getActionMap() Returns the ActionMap used to determine what Action to fire for particular KeyStroke binding.
InputMap getInputMap() Returns the InputMap that is used when the receiver has focus.
InputMap getInputMap(int) Returns the InputMap that is used during condition.
InputVerifier getInputVerifier() Returns the input verifier for this component.
EventListener[] getListeners(Class) Return an array of all the listeners that were added to this JComponent with addXXXListener() where XXX is the name of the listenerType argument.
boolean getVerifyInputWhenFocusTarget() Get the value that indicates whether the input verifier for the current focus owner will be called before this component requests focus.
boolean isMaximumSizeSet() Returns true if the maximum size has been set to a non-null value otherwise returns false.
boolean isMinimumSizeSet() Returns true if the minimum size has been set to a non-null value otherwise returns false.
boolean isPreferredSizeSet() Returns true if the preferred size has been set to a non-null value otherwise returns false.
void printBorder(Graphics) Prints the component's border.
void printChildren(Graphics) Prints this component's children.
void printComponent(Graphics) This is invoked during a printing operation.
boolean processKeyBinding(KeyStroke, KeyEvent, int, boolean) Invoked to process the key bindings for ks as the result of the KeyEvent e.
void setActionMap(ActionMap) Sets the ActionMap to am.
void setInputMap(int, InputMap) Sets the InputMap to use under the condition condition to map.
void setInputVerifier(InputVerifier) Sets the input verifier for this component.
void setVerifyInputWhenFocusTarget(boolean) Set the value to indicate whether input verifier for the current focus owner will be called before this component requests focus.
 

Changed Methods
void disable() Method was inherited from Component, but is now defined locally. Change from deprecated to undeprecated.
overridden to ensure Accessibility support
void hide() Method was inherited from Component, but is now defined locally. As of JDK version 1.1, replaced by setVisible(boolean).