|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.component.DockComponentConfigurationEvent
public class DockComponentConfigurationEvent
Describes a Component and its source DockComponentRoot.
| Constructor Summary | |
|---|---|
DockComponentConfigurationEvent(DockComponentRoot root,
Component component)
Creates a new event. |
|
| Method Summary | |
|---|---|
Component |
getComponent()
Gets the Component that needs a configuration. |
DockComponentRoot |
getRoot()
Gets the parent of the component, |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DockComponentConfigurationEvent(DockComponentRoot root,
Component component)
root - the parent of componentcomponent - a Component that needs a configuration| Method Detail |
|---|
public DockComponentRoot getRoot()
the component,
nullpublic Component getComponent()
Component that needs a configuration.
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||