| Added Methods |
void addHierarchyBoundsListener(HierarchyBoundsListener)
|
Adds the specified hierarchy bounds listener to receive hierarchy bounds events from this component when the hierarchy to which this container belongs changes. |
void addHierarchyListener(HierarchyListener)
|
Adds the specified hierarchy listener to receive hierarchy changed events from this component when the hierarchy to which this container belongs changes. |
AccessibleContext getAccessibleContext()
|
Get the AccessibleContext associated with this Component |
GraphicsConfiguration getGraphicsConfiguration()
|
Get the GraphicsConfiguration associated with this Component. |
EventListener[] getListeners(Class)
|
Return an array of all the listeners that were added to the Component with addXXXListener() where XXX is the name of the listenerType argument. |
void processHierarchyBoundsEvent(HierarchyEvent)
|
Processes hierarchy bounds events occurring on this component by dispatching them to any registered HierarchyBoundsListener objects. |
void processHierarchyEvent(HierarchyEvent)
|
Processes hierarchy events occurring on this component by dispatching them to any registered HierarchyListener objects. |
void removeHierarchyBoundsListener(HierarchyBoundsListener)
|
Removes the specified hierarchy bounds listener so that it no longer receives hierarchy bounds events from this component. |
void removeHierarchyListener(HierarchyListener)
|
Removes the specified hierarchy listener so that it no longer receives hierarchy changed events from this component. |