|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pivot.wtk.ContainerListener.Adapter
public static class ContainerListener.Adapter
Container listener adapter.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ContainerListener |
---|
ContainerListener.Adapter |
Constructor Summary | |
---|---|
ContainerListener.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 |
contextKeyChanged(Container container,
String previousContextKey)
Called when a container's context key has changed. |
void |
focusTraversalPolicyChanged(Container container,
FocusTraversalPolicy previousFocusTraversalPolicy)
Called when a container's focus traversal policy has changed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContainerListener.Adapter()
Method Detail |
---|
public void componentInserted(Container container, int index)
ContainerListener
componentInserted
in interface ContainerListener
public void componentsRemoved(Container container, int index, Sequence<Component> removed)
ContainerListener
componentsRemoved
in interface ContainerListener
public void componentMoved(Container container, int from, int to)
ContainerListener
componentMoved
in interface ContainerListener
public void contextKeyChanged(Container container, String previousContextKey)
ContainerListener
contextKeyChanged
in interface ContainerListener
public void focusTraversalPolicyChanged(Container container, FocusTraversalPolicy previousFocusTraversalPolicy)
ContainerListener
focusTraversalPolicyChanged
in interface ContainerListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |