public class DockComponentConfigurationEvent
extends java.lang.Object
Component
and its source DockComponentRoot
.Constructor and Description |
---|
DockComponentConfigurationEvent(DockComponentRoot root,
java.awt.Component component)
Creates a new event.
|
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
getComponent()
Gets the
Component that needs a configuration. |
DockComponentRoot |
getRoot()
Gets the parent of
the component , |
public DockComponentConfigurationEvent(DockComponentRoot root, java.awt.Component component)
root
- the parent of component
component
- a Component
that needs a configurationpublic DockComponentRoot getRoot()
the component
,null
public java.awt.Component getComponent()
Component
that needs a configuration.null