protected class Component.AccessibleAWTComponent.AccessibleAWTComponentHandler extends Object implements ComponentListener
Modifier | Constructor and Description |
---|---|
protected |
AccessibleAWTComponentHandler() |
Modifier and Type | Method and Description |
---|---|
void |
componentHidden(ComponentEvent e)
当该组件不可见时调用。
|
void |
componentMoved(ComponentEvent e)
当组件的位置更改时调用。
|
void |
componentResized(ComponentEvent e)
当组件的大小更改时调用。
|
void |
componentShown(ComponentEvent e)
当组件可见时调用。
|
public void componentHidden(ComponentEvent e)
ComponentListener
复制
componentHidden
在界面
ComponentListener
public void componentShown(ComponentEvent e)
ComponentListener
复制
componentShown
在界面
ComponentListener
public void componentMoved(ComponentEvent e)
ComponentListener
复制
componentMoved
在界面
ComponentListener
public void componentResized(ComponentEvent e)
ComponentListener
复制
componentResized
在界面
ComponentListener
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.