|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.event.ComponentHierarchyObserverEvent
public class ComponentHierarchyObserverEvent
An event telling that Components have been added or removed from
a ComponentHierarchyObserver.
| Constructor Summary | |
|---|---|
ComponentHierarchyObserverEvent(DockController source,
List<Component> components)
Creates a new event |
|
| Method Summary | |
|---|---|
List<Component> |
getComponents()
Gets a list that contains all the components that were added or removed. |
DockController |
getSource()
Gets the source of the event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentHierarchyObserverEvent(DockController source,
List<Component> components)
source - the source of the eventcomponents - the components that have been added or removed| Method Detail |
|---|
public DockController getSource()
public List<Component> getComponents()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||