Interface ActionEditContext
- 
public interface ActionEditContext 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DesignerContextgetDesignerContext()ActionEditorFramegetEditFrame()DesignAdaptergetEditor()java.lang.StringgetEvent()java.lang.StringgetEventDescription()JsonSchemagetEventObjectSchema()voidnotifyConfigChanged()Call this when the UI state has been altered by the user in a way that will alter the outcome ActionConfig 
 - 
 
- 
- 
Method Detail
- 
getDesignerContext
DesignerContext getDesignerContext()
 
- 
getEditor
DesignAdapter getEditor()
 
- 
getEditFrame
ActionEditorFrame getEditFrame()
 
- 
getEvent
java.lang.String getEvent()
 
- 
getEventDescription
java.lang.String getEventDescription()
 
- 
notifyConfigChanged
void notifyConfigChanged()
Call this when the UI state has been altered by the user in a way that will alter the outcome ActionConfig 
- 
getEventObjectSchema
@Nullable JsonSchema getEventObjectSchema()
 
 - 
 
 -