|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ConstraintManager.EditorAction
An action-callback that is invoked in response to either
ConstraintManager.performActionOnPropertyChange(y.option.ConstraintManager.EditorAction, OptionItem)
or
ConstraintManager.performActionOnCondition(y.option.ConstraintManager.EditorAction, y.option.ConstraintManager.Condition)
.
Method Summary | |
---|---|
void |
performAction(OptionHandler oh,
Editor editor,
java.util.Map item2EditorMap)
The callback that performs the actual action. |
Method Detail |
---|
void performAction(OptionHandler oh, Editor editor, java.util.Map item2EditorMap)
oh
- the OptionHandler which is associated with the eventeditor
- the current Editor instance for which the event was triggereditem2EditorMap
- a map that yields for each OptionItem in the OptionHandler the corresponding
Editor instance in the current context
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |