| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user interfaces and for painting graphics and images.
|
| java.awt.event |
Provides interfaces and classes for dealing with different types of events fired by AWT components.
|
| javax.swing.plaf |
Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AWTEventMulticaster.ancestorMoved(HierarchyEvent
Handles the ancestorMoved event by invoking the ancestorMoved methods on listener-a and listener-b.
|
void |
AWTEventMulticaster.ancestorResized(HierarchyEvent
Handles the ancestorResized event by invoking the ancestorResized methods on listener-a and listener-b.
|
void |
AWTEventMulticaster.hierarchyChanged(HierarchyEvent
Handles the hierarchyChanged event by invoking the hierarchyChanged methods on listener-a and listener-b.
|
protected void |
Component.processHierarchyBoundsEvent(HierarchyEvent
Processes hierarchy bounds events occurring on this component by dispatching them to any registered
HierarchyBoundsListener objects.
|
protected void |
Component.processHierarchyEvent(HierarchyEvent
Processes hierarchy events occurring on this component by dispatching them to any registered
HierarchyListener objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HierarchyBoundsListener.ancestorMoved(HierarchyEvent
Called when an ancestor of the source is moved.
|
void |
HierarchyBoundsAdapter.ancestorMoved(HierarchyEvent
Called when an ancestor of the source is moved.
|
void |
HierarchyBoundsListener.ancestorResized(HierarchyEvent
Called when an ancestor of the source is resized.
|
void |
HierarchyBoundsAdapter.ancestorResized(HierarchyEvent
Called when an ancestor of the source is resized.
|
void |
HierarchyListener.hierarchyChanged(HierarchyEvent
Called when the hierarchy has been changed.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
LayerUI.processHierarchyBoundsEvent(HierarchyEvent
Processes hierarchy bounds event occurring on the
JLayer or any of its subcomponents.
|
protected void |
LayerUI.processHierarchyEvent(HierarchyEvent
Processes hierarchy event occurring on the
JLayer or any of its subcomponents.
|