|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interfaces defines the method needed for interactions on
Composites.
| Method Summary | |
void |
actAt(CompositeView compositeView,
CompositeGroup compositeGroup,
InteractionInfo interactionInfo,
int actionID)
Called during the acting part (drag) of a user interaction on the involved CompositeGroup. |
void |
postAction(CompositeView compositeview,
CompositeGroup compositegroup,
InteractionInfo interactionInfo)
TODO : comment |
void |
preActAt()
Called before changes to the involved CompositeGroup are
realized. |
void |
preAction(CompositeView compositeview,
CompositeGroup compositegroup,
InteractionInfo interactionInfo)
TODO : comment |
void |
startActionAt(CompositeView compositeview,
CompositeGroup compositegroup,
InteractionInfo interactionInfo)
Called when a user interaction starts. |
void |
stopActionAt(CompositeView compositeview,
CompositeGroup compositegroup,
InteractionInfo interactionInfo,
int actionID)
Called when a user interaction stops. |
| Method Detail |
public void preAction(CompositeView compositeview,
CompositeGroup compositegroup,
InteractionInfo interactionInfo)
compositeview - compositegroup - interactionInfo -
public void startActionAt(CompositeView compositeview,
CompositeGroup compositegroup,
InteractionInfo interactionInfo)
compositeview - the CompositeView the given
CompositeGroup lies in.compositegroup - the CompositeGroup an interaction
starts on.interactionInfo - the InteractionInfo containing
details for the interaction.public void preActAt()
CompositeGroup are
realized.
public void actAt(CompositeView compositeView,
CompositeGroup compositeGroup,
InteractionInfo interactionInfo,
int actionID)
CompositeGroup.
compositeView - the CompositeView the given
CompositeGroup lies in.compositeGroup - the CompositeGroup an interaction
occurs on.interactionInfo - the InteractionInfo containing the
details for this interaction.actionID - defining what kind of action occurs. Valid values are
ACT_NOTHING, ACT_SELECTED, ACT_MOVED_SINGLE, ACT_MOVED_MULTI
and ACT_MANIPULATED.InteractionConstants
public void stopActionAt(CompositeView compositeview,
CompositeGroup compositegroup,
InteractionInfo interactionInfo,
int actionID)
compositeview - the CompositeView the given
CompositeGroup lies in.compositegroup - the CompositeGroup an interaction
stops on.interactionInfo - the InteractionInfo containing the
details for this interaction.
public void postAction(CompositeView compositeview,
CompositeGroup compositegroup,
InteractionInfo interactionInfo)
compositeview - compositegroup - interactionInfo -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||