protected void |
AbstractQuickSearchActor.addActor(StateContainer state,
Actor actor,
TreeOperations.InsertPosition position) |
Inserts the actor
|
protected String |
AbstractAddActor.check(StateContainer state) |
Checks whether the current state is suitable.
|
protected String |
AbstractAddTemplate.check(StateContainer state) |
Checks whether the current state is suitable.
|
protected String |
AbstractFavoriteActor.check(StateContainer state) |
Checks whether the current state is suitable.
|
protected String |
AbstractKeyboardAction.check(StateContainer state) |
Checks whether the current state is suitable.
|
protected String |
AbstractQuickSearchActor.check(StateContainer state) |
Checks whether the current state is suitable.
|
protected String |
AbstractSearchActor.check(StateContainer state) |
Checks whether the current state is suitable.
|
protected String |
AddActorAfter.check(StateContainer state) |
Checks whether the current state is suitable.
|
protected String |
AddActorBeneath.check(StateContainer state) |
Checks whether the current state is suitable.
|
protected String |
AddActorHere.check(StateContainer state) |
Checks whether the current state is suitable.
|
protected String |
AddTemplateAfter.check(StateContainer state) |
Checks whether the current state is suitable.
|
protected String |
AddTemplateBeneath.check(StateContainer state) |
Checks whether the current state is suitable.
|
protected String |
AddTemplateHere.check(StateContainer state) |
Checks whether the current state is suitable.
|
protected String |
EncloseActor.check(StateContainer state) |
Checks whether the current state is suitable.
|
protected String |
FavoriteActorAfter.check(StateContainer state) |
Checks whether the current state is suitable.
|
protected String |
FavoriteActorBeneath.check(StateContainer state) |
Checks whether the current state is suitable.
|
protected String |
FavoriteActorHere.check(StateContainer state) |
Checks whether the current state is suitable.
|
protected String |
PullUpActor.check(StateContainer state) |
Checks whether the current state is suitable.
|
protected String |
QuickAction.check(StateContainer state) |
Checks whether the current state is suitable.
|
protected String |
QuickSearchActorAfter.check(StateContainer state) |
Checks whether the current state is suitable.
|
protected String |
QuickSearchActorBeneath.check(StateContainer state) |
Checks whether the current state is suitable.
|
protected String |
QuickSearchActorHere.check(StateContainer state) |
Checks whether the current state is suitable.
|
protected String |
SearchActorAfter.check(StateContainer state) |
Checks whether the current state is suitable.
|
protected String |
SearchActorBeneath.check(StateContainer state) |
Checks whether the current state is suitable.
|
protected String |
SearchActorHere.check(StateContainer state) |
Checks whether the current state is suitable.
|
protected Object[] |
ActionQuickSearch.determineActions(StateContainer state) |
Determines the action objects that can be used within this context.
|
protected abstract String |
AbstractKeyboardAction.doExecute(StateContainer state) |
Performs the actual execution of the action.
|
protected String |
ActionQuickSearch.doExecute(StateContainer state) |
Performs the actual execution of the action.
|
protected String |
AddActorAfter.doExecute(StateContainer state) |
Performs the actual execution of the aciton.
|
protected String |
AddActorBeneath.doExecute(StateContainer state) |
Performs the actual execution of the aciton.
|
protected String |
AddActorHere.doExecute(StateContainer state) |
Performs the actual execution of the aciton.
|
protected String |
AddTemplateAfter.doExecute(StateContainer state) |
Performs the actual execution of the aciton.
|
protected String |
AddTemplateBeneath.doExecute(StateContainer state) |
Performs the actual execution of the aciton.
|
protected String |
AddTemplateHere.doExecute(StateContainer state) |
Performs the actual execution of the aciton.
|
protected String |
EncloseActor.doExecute(StateContainer state) |
Performs the actual execution of the aciton.
|
protected String |
FavoriteActorAfter.doExecute(StateContainer state) |
Performs the actual execution of the aciton.
|
protected String |
FavoriteActorBeneath.doExecute(StateContainer state) |
Performs the actual execution of the aciton.
|
protected String |
FavoriteActorHere.doExecute(StateContainer state) |
Performs the actual execution of the aciton.
|
protected String |
PullUpActor.doExecute(StateContainer state) |
Performs the actual execution of the aciton.
|
protected String |
QuickAction.doExecute(StateContainer state) |
Performs the actual execution of the aciton.
|
protected String |
QuickSearchActorAfter.doExecute(StateContainer state) |
Performs the actual execution of the aciton.
|
protected String |
QuickSearchActorBeneath.doExecute(StateContainer state) |
Performs the actual execution of the aciton.
|
protected String |
QuickSearchActorHere.doExecute(StateContainer state) |
Performs the actual execution of the aciton.
|
protected String |
SearchActorAfter.doExecute(StateContainer state) |
Performs the actual execution of the aciton.
|
protected String |
SearchActorBeneath.doExecute(StateContainer state) |
Performs the actual execution of the aciton.
|
protected String |
SearchActorHere.doExecute(StateContainer state) |
Performs the actual execution of the aciton.
|
String |
AbstractKeyboardAction.execute(StateContainer state) |
Executes the action.
|
protected void |
AbstractKeyboardAction.postExecute(StateContainer state,
boolean success) |
Performs post-execution operations.
|
protected void |
AbstractQuickSearchActor.search(StateContainer state,
TreeOperations.InsertPosition position) |
Allows the user to search for an actor to insert at the specified position.
|
protected boolean |
ActionQuickSearch.updateAction(StateContainer state,
Object obj) |
Updates the state of the action.
|