package java.awt;
public abstract class Component implements ImageObserver, MenuContainer, Serializable
| public static final float TOP_ALIGNMENT | 0.0f; |
| public static final float CENTER_ALIGNMENT | 0.5f; |
| public static final float BOTTOM_ALIGNMENT | 1.0f; |
| public static final float LEFT_ALIGNMENT | 0.0f; |
| public static final float RIGHT_ALIGNMENT | 1.0f; |
| protected | Component::Component() |
| public String | Component::getName() |
| public void | Component::setName(String name) |
| public Container | Component::getParent() |
| public ComponentPeer | Component::getPeer() |
| public synchronized void | Component::setDropTarget(DropTarget dt) |
| public synchronized DropTarget | Component::getDropTarget() |
| public GraphicsConfiguration | Component::getGraphicsConfiguration() |
| public final Object | Component::getTreeLock() |
| public Toolkit | Component::getToolkit() |
| public boolean | Component::isValid() |
| public boolean | Component::isDisplayable() |
| public boolean | Component::isVisible() |
| public boolean | Component::isShowing() |
| public boolean | Component::isEnabled() |
| public void | Component::setEnabled(boolean b) |
| public void | Component::enable() |
| public void | Component::enable(boolean b) |
| public void | Component::disable() |
| public boolean | Component::isDoubleBuffered() |
| public void | Component::enableInputMethods(boolean enable) |
| public void | Component::setVisible(boolean b) |
| public void | Component::show() |
| public void | Component::show(boolean b) |
| public void | Component::hide() |
| public Color | Component::getForeground() |
| public void | Component::setForeground(Color c) |
| public Color | Component::getBackground() |
| public void | Component::setBackground(Color c) |
| public Font | Component::getFont() |
| public void | Component::setFont(Font f) |
| public Locale | Component::getLocale() |
| public void | Component::setLocale(Locale l) |
| public ColorModel | Component::getColorModel() |
| public Point | Component::getLocation() |
| public Point | Component::getLocationOnScreen() |
| public Point | Component::location() |
| public void | Component::setLocation(int x, int y) |
| public void | Component::move(int x, int y) |
| public void | Component::setLocation(Point p) |
| public Dimension | Component::getSize() |
| public Dimension | Component::size() |
| public void | Component::setSize(int width, int height) |
| public void | Component::resize(int width, int height) |
| public void | Component::setSize(Dimension d) |
| public void | Component::resize(Dimension d) |
| public Rectangle | Component::getBounds() |
| public Rectangle | Component::bounds() |
| public void | Component::setBounds(int x, int y, int width, int height) |
| public void | Component::reshape(int x, int y, int width, int height) |
| public void | Component::setBounds(Rectangle r) |
| public int | Component::getX() |
| public int | Component::getY() |
| public int | Component::getWidth() |
| public int | Component::getHeight() |
| public Rectangle | Component::getBounds(Rectangle rv) |
| public Dimension | Component::getSize(Dimension rv) |
| public Point | Component::getLocation(Point rv) |
| public boolean | Component::isOpaque() |
| public boolean | Component::isLightweight() |
| public Dimension | Component::getPreferredSize() |
| public Dimension | Component::preferredSize() |
| public Dimension | Component::getMinimumSize() |
| public Dimension | Component::minimumSize() |
| public Dimension | Component::getMaximumSize() |
| public float | Component::getAlignmentX() |
| public float | Component::getAlignmentY() |
| public void | Component::doLayout() |
| public void | Component::layout() |
| public void | Component::validate() |
| public void | Component::invalidate() |
| public Graphics | Component::getGraphics() |
| public FontMetrics | Component::getFontMetrics(Font font) |
| public void | Component::setCursor(Cursor cursor) |
| public Cursor | Component::getCursor() |
| public void | Component::paint(Graphics g) |
| public void | Component::update(Graphics g) |
| public void | Component::paintAll(Graphics g) |
| public void | Component::repaint() |
| public void | Component::repaint(long tm) |
| public void | Component::repaint(int x, int y, int width, int height) |
| public void | Component::repaint(long tm, int x, int y, int width, int height) |
| public void | Component::print(Graphics g) |
| public void | Component::printAll(Graphics g) |
| public boolean | Component::imageUpdate(Image img, int infoflags, int x, int y, int w, int h) |
| public Image | Component::createImage(ImageProducer producer) |
| public Image | Component::createImage(int width, int height) |
| public boolean | Component::prepareImage(Image image, ImageObserver observer) |
| public boolean | Component::prepareImage(Image image, int width, int height, ImageObserver observer) |
| public int | Component::checkImage(Image image, ImageObserver observer) |
| public int | Component::checkImage(Image image, int width, int height, ImageObserver observer) |
| public boolean | Component::contains(int x, int y) |
| public boolean | Component::inside(int x, int y) |
| public boolean | Component::contains(Point p) |
| public Component | Component::getComponentAt(int x, int y) |
| public Component | Component::locate(int x, int y) |
| public Component | Component::getComponentAt(Point p) |
| public void | Component::deliverEvent(Event e) |
| public final void | Component::dispatchEvent(AWTEvent e) |
| public boolean | Component::postEvent(Event e) |
| public synchronized void | Component::addComponentListener(ComponentListener l) |
| public synchronized void | Component::removeComponentListener(ComponentListener l) |
| public synchronized void | Component::addFocusListener(FocusListener l) |
| public synchronized void | Component::removeFocusListener(FocusListener l) |
| public void | Component::addHierarchyListener(HierarchyListener l) |
| public void | Component::removeHierarchyListener(HierarchyListener l) |
| public void | Component::addHierarchyBoundsListener(HierarchyBoundsListener l) |
| public void | Component::removeHierarchyBoundsListener(HierarchyBoundsListener l) |
| public synchronized void | Component::addKeyListener(KeyListener l) |
| public synchronized void | Component::removeKeyListener(KeyListener l) |
| public synchronized void | Component::addMouseListener(MouseListener l) |
| public synchronized void | Component::removeMouseListener(MouseListener l) |
| public synchronized void | Component::addMouseMotionListener(MouseMotionListener l) |
| public synchronized void | Component::removeMouseMotionListener(MouseMotionListener l) |
| public synchronized void | Component::addInputMethodListener(InputMethodListener l) |
| public synchronized void | Component::removeInputMethodListener(InputMethodListener l) |
| public EventListener[] | Component::getListeners(Class listenerType) |
| public InputMethodRequests | Component::getInputMethodRequests() |
| public InputContext | Component::getInputContext() |
| protected final void | Component::enableEvents(long eventsToEnable) |
| protected final void | Component::disableEvents(long eventsToDisable) |
| protected AWTEvent | Component::coalesceEvents(AWTEvent existingEvent, AWTEvent newEvent) |
| protected void | Component::processEvent(AWTEvent e) |
| protected void | Component::processComponentEvent(ComponentEvent e) |
| protected void | Component::processFocusEvent(FocusEvent e) |
| protected void | Component::processKeyEvent(KeyEvent e) |
| protected void | Component::processMouseEvent(MouseEvent e) |
| protected void | Component::processMouseMotionEvent(MouseEvent e) |
| protected void | Component::processInputMethodEvent(InputMethodEvent e) |
| protected void | Component::processHierarchyEvent(HierarchyEvent e) |
| protected void | Component::processHierarchyBoundsEvent(HierarchyEvent e) |
| public boolean | Component::handleEvent(Event evt) |
| public boolean | Component::mouseDown(Event evt, int x, int y) |
| public boolean | Component::mouseDrag(Event evt, int x, int y) |
| public boolean | Component::mouseUp(Event evt, int x, int y) |
| public boolean | Component::mouseMove(Event evt, int x, int y) |
| public boolean | Component::mouseEnter(Event evt, int x, int y) |
| public boolean | Component::mouseExit(Event evt, int x, int y) |
| public boolean | Component::keyDown(Event evt, int key) |
| public boolean | Component::keyUp(Event evt, int key) |
| public boolean | Component::action(Event evt, Object what) |
| public void | Component::addNotify() |
| public void | Component::removeNotify() |
| public boolean | Component::gotFocus(Event evt, Object what) |
| public boolean | Component::lostFocus(Event evt, Object what) |
| public boolean | Component::isFocusTraversable() |
| public void | Component::requestFocus() |
| public void | Component::transferFocus() |
| public void | Component::nextFocus() |
| public boolean | Component::hasFocus() |
| public synchronized void | Component::add(PopupMenu popup) |
| public synchronized void | Component::remove(MenuComponent popup) |
| protected String | Component::paramString() |
| public String | Component::toString() |
| public void | Component::list() |
| public void | Component::list(PrintStream out) |
| public void | Component::list(PrintStream out, int indent) |
| public void | Component::list(PrintWriter out) |
| public void | Component::list(PrintWriter out, int indent) |
| public synchronized void | Component::addPropertyChangeListener( PropertyChangeListener listener) |
| public synchronized void | Component::removePropertyChangeListener( PropertyChangeListener listener) |
| public synchronized void | Component::addPropertyChangeListener( String propertyName, PropertyChangeListener listener) |
| public synchronized void | Component::removePropertyChangeListener( String propertyName, PropertyChangeListener listener) |
| protected void | Component::firePropertyChange(String propertyName, Object oldValue, Object newValue) |
| public void | Component::setComponentOrientation(ComponentOrientation o) |
| public ComponentOrientation | Component::getComponentOrientation() |
| (in) public void | Component::componentResized(ComponentEvent e) |
| (in) public void | Component::componentMoved(ComponentEvent e) |
| (in) public void | Component::componentShown(ComponentEvent e) |
| (in) public void | Component::componentHidden(ComponentEvent e) |
| (in) public void | Component::componentAdded(ContainerEvent e) |
| (in) public void | Component::componentRemoved(ContainerEvent e) |
| public AccessibleContext | Component::getAccessibleContext() |