|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContainerListener
Container listener interface.
Nested Class Summary | |
---|---|
static class |
ContainerListener.Adapter
Container listener adapter. |
Method Summary | |
---|---|
void |
componentInserted(Container container,
int index)
Called when a component has been inserted into a container's component sequence. |
void |
componentMoved(Container container,
int from,
int to)
Called when a component has moved from one z-index to another within a container. |
void |
componentsRemoved(Container container,
int index,
Sequence<Component> removed)
Called when components have been removed from a container's component sequence. |
void |
focusTraversalPolicyChanged(Container container,
FocusTraversalPolicy previousFocusTraversalPolicy)
Called when a container's focus traversal policy has changed. |
Method Detail |
---|
void componentInserted(Container container, int index)
container
- index
- void componentsRemoved(Container container, int index, Sequence<Component> removed)
container
- index
- removed
- void componentMoved(Container container, int from, int to)
container
- from
- to
- void focusTraversalPolicyChanged(Container container, FocusTraversalPolicy previousFocusTraversalPolicy)
container
- previousFocusTraversalPolicy
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |